As some people will already be aware, I've been spending some of my evenings working on a Linux capture application for two or three weeks. Having first got it to work with V4L2-based cameras (I started there because I'm reasonably familiar with the V4L2 interface having hacked on a few of the drivers once in a while) this weekend I turned my attention to support for the ASI cameras.
I still have some work to do on this, but this evening I managed to get my first images out of the camera and displayed in the capture application:


(I guess it's now clear why I've been asking so many questions about the SDK in the last couple of days
Once I've sorted out ROI selection and some issues I'm having with exposure times and added a histogram display then I think it should be usable for imaging, even if significantly incomplete.
The application itself is written using the Qt toolkit, so potentially could port to Windows or the Mac, but my specific goal is to have a single usable capture application for Linux that works with all the different camera models I have.
James