Introduction - If you have any usage issues, please Google them yourself
a sample WDM stream class video capture driver that supports two IEEE 1394 digital cameras.The same driver may be able to support other digital cameras that conform to 1394-based Digital Camera Specification from 1394 Trade Association.Digital camera supported by dcam.sys is a data source that produces digital image data without any other input connection. It manifests itself in a DirectShow graph as a WDM Streaming Capture Device and as a capture filter that has output capture stream supporting image sizes of 320x240 with a UYVY color space. Its de- compressor, Msyuv.dll, is part of the OS delivery, and it can convert image data format from UYVY to RGB16, RGB8, or to a Direct Draw surface if the video card supports UYVY format.
Packet : 218402691394cameradriver.rar filelist
1394dcam\callback.c
1394dcam\capprop.c
1394dcam\capprop.h
1394dcam\ctrlpkt.c
1394dcam\datapkt.c
1394dcam\dbg.c
1394dcam\dbg.h
1394dcam\dcamdef.h
1394dcam\dcampkt.c
1394dcam\dcampkt.h
1394dcam\device.c
1394dcam\makefile
1394dcam\propdata.h
1394dcam\sonydcam.c
1394dcam\sonydcam.h
1394dcam\sonydcam.inf
1394dcam\sonydcam.rc
1394dcam\sources
1394dcam\strmdata.h
1394dcam