Tag Archives: coding

OSX compile problem understood

Understood, but no solution is in sight unfortunately. It turns out that configure doesn’t play nicely with -Werror and whilst my code still compiles and works on Linux when compiled that way it’s mostly luck. OSX does not (in my … Continue reading

Posted in Computing, Projects | Tagged , , | Leave a comment

Further frustrations with OSX…

Recent versions of the command line tools for Xcode appear to have changed the way the -pthread argument to the compiler is handled such that it generates a warning if used in a call to the compiler that actually only … Continue reading

Posted in Computing, Projects | Tagged , , | Leave a comment

Well that’s not going to work then

A short while ago I posted about the problems when combining Xcode’s -Wall and -Werror flags with pkg-config to get include directory flags. I’ve just been through my configure script doing the necessary work to replace the -I flags with … Continue reading

Posted in Computing, Projects | Tagged , , | Leave a comment

OSX fun with pkg-config and Xcode

In the configure script for the release of oacapture that I’m currently working on I’ve made fairly heavy use of pkg-config to determine compiler and linker flags for installed packages and to check installed versions to see if they provide … Continue reading

Posted in Computing, Projects | Tagged , , | 1 Comment

libudev to the rescue!

Well, on Linux at least, for the moment… Some time ago when I was writing part of oaCapture I wanted to be able to tell whether the currently connected camera was a Philips SPC900. Ideally, given that I knew, say, … Continue reading

Posted in Astronomy, Computing, Linux | Tagged , | 1 Comment

FireWire/IIDC over USB camera support in oaCapture

I’ve had a cheap little Point Grey monochrome USB Firefly MV camera sitting about for some time. I don’t know if they’re still around, but they used to sell on ebay for not very much. Point Grey are one of … Continue reading

Posted in Astro Equipment, Astronomy, Computing | Tagged , | Leave a comment

Planetary imaging on a MacBook/OSX

Well, ok, so I’ve not actually done it, but it should at least now be possible using oaCapture. Using a bundle of bits from the macports repository I now have oaCapture building on 64-bit OSX and it appears to work … Continue reading

Posted in Astro Equipment, Astroimaging, Astronomy, Computing | Tagged , | Leave a comment

Access to all camera controls in oaCapture

I’ve now added functionality to provide access to all the supported camera controls in a single popup in oaCapture.  In the general case I suspect many of these will not be required, but if you want to fiddle with everything … Continue reading

Posted in Astroimaging, Astronomy, Computing | Tagged , , | Leave a comment

QHY5 support in oacapture

Support for the QHY cameras is somewhat tricky.  There are all sorts of different versions of firmware floating about, not to mention various different versions of the open source interface library.  Even more awkwardly, whilst many other manufacturers have perhaps … Continue reading

Posted in Astro Equipment, Astroimaging, Astronomy, Computing, Linux | Tagged , | Leave a comment

Colour histogram and reticle for Linux capture app

Progress, progress… Here’s my reticle and the colour version of the histogram. I may add some options for changing the style of the reticle and splitting the histogram into three, but those are for later. I also killed a few … Continue reading

Posted in Astro Equipment, Astronomy, Computing, Linux | Tagged , , | Leave a comment