Hacking on libfg

| No Comments

I have been hacking on my framegrabber/camera library, libfg tonight.

And it has been quite a productive night...

I wrote a whole new test application, called camview which is a camera display tool. It interfaces libfg with libSDL for high-speed display of live camera data.

I also went through and fixed up doc comments for all the functions, and ran it through Doxygen. So now we have an both HTML and PDF versions of the API Reference.

I also have early Python bindings (hand-written), but I think I might try Swig and see what sort of job it does, as that would be much easier.

I will update the official release once I get some more test results from another user.

Leave a comment