[libavg-devel] CMU 1394 Digital Camera Support

Ulrich von Zadow uzadow at libavg.de
Sun Nov 16 13:47:36 CET 2008


Hi Nick,

cool. I just tried it and after a few VS 2005-related fixes, it showed  
nice pictures taken by my Fire-i. Nothing but a few coding convention  
violations are holding back the commit:

- Always use {} to start a new block in an if.
- Use type prefixes before variables where appropriate (p before  
pointers etc).
- Use an 8-space indent for statement continuations.

Other than that... I like the distinction between m_FramePixelFormat  
and m_OutputPixelFormat. Should have thought of that long ago. We  
might want to move the pixel format conversion to a base class - would  
save a lot of duplicated code.

I'm attaching a changed version of the patch that includes the fixes  
needed for VS 2005.

Cheers,

Uli

-------------- next part --------------
A non-text attachment was scrubbed...
Name: cmucam_vs2005.patch
Type: application/octet-stream
Size: 20898 bytes
Desc: not available
Url : http://mail.datenhain.de/pipermail/libavg-devel/attachments/20081116/e5b041b7/attachment.obj 
-------------- next part --------------



On Nov 14, 2008, at 8:48 AM, Nick Hebner wrote:

> Hey All,
>
> I finished my first pass at implementing a camera capture subsystem  
> based on the CMU 1394 camera driver. At this point, I believe that  
> it should be as functional as the libdc1394 camera for linux, but if  
> anyone else would like to kick the tires, that would certainly help.  
> I have added instructions for setting up the CMU 1394 development  
> files to the wiki.
>
> Thanks,
>
> Nick
>
> <cmucam.patch>_______________________________________________
> libavg-devel mailing list
> libavg-devel at datenhain.de
> https://mail.datenhain.de/mailman/listinfo/libavg-devel

--
Any technology distinguishable from magic is insufficiently advanced.

Ulrich von Zadow | +49-172-7872715
Jabber: coder at c-base.org
Skype: uzadow





More information about the libavg-devel mailing list