Project Description
This project covers a Windows CE USB video spec webcam driver that supports Windows CE 4.2, 5.0, and 6.0.

Last edited Jun 18 2007 at 8:42 PM by dboling, version 2
Comments
medo_tolba2002 wrote  Jul 15 2007 at 12:47 PM 
thamks a lot

mdsharpe wrote  Jul 24 2007 at 3:19 PM 
Is there any documentation for this project?

dboling wrote  Oct 11 2007 at 1:52 AM 
I've now posted the white paper that discusses the driver.

dboling wrote  Oct 16 2007 at 12:58 AM 
I've uploaded a new release of the webcam driver. It works better for USB 2 and supports both CE 5 and 6 in one binary.

maple20044532 wrote  Jan 22 at 2:49 PM 
hi, dear sirs
I'am a freshman about camera driver development on WINCE 6.0;
Now I have donwloaded the latest source code and compiled into WebCam.dll; The question is how to add it into OS 6.0
could some one give me the details infomation? if So, Thanks a lot
and my Email: maple20044532@hotmail.com

peterfnet wrote  Jan 30 at 7:56 PM 
Post it in the Discussion area

karangandhi wrote  Jul 22 at 8:18 PM 
Hi dboling,
Where exactly is the white paper uploaded?
Thanks,
Karan

cooltyj wrote  Sep 3 at 6:42 AM 
Hi dboling,
I have a problem,it still confused me.
what is the exact meaning of the "webcamera".
You provide us the source code about the usb camera drivers on CE device.
But, I don't find the code about the term "WEB" camera. I think that the "WEB" is used to transfer your CE usb camera stream to Internet ,or can be recognize as the PC usb web camera for MSN and so on.
Thanks, urgent to wait your reply

Zakariyya wrote  Sep 17 at 7:00 AM 
I have a problem, webcamera.dll whether to support the vimicro of the 301h camera?(OS:WinCE5.0, CPU:MIPS)
Who successfully used?

Thanks, urgent to wait your reply

MajidCS wrote  Oct 18 at 9:24 PM 
Hi daer
i used your program (WebCam.NET) about conection USB camera in WM5 (use Logitech QC Pro 5000 and iPAQ HP 2790).
i also installed "Webcam.dll" driver in my ppc without any error .
for first time in following code :
rc = camera.GetFirstStreamFrame((ushort)m_nFormat, (ushort)m_nFrame, (uint)dwFrameInterval,out m_address, out nSize, 10000);
every thing worked good until this line run :
DeviceIoControl(WebCamSDK.IOCTL_CAMERA_DEVICE_GETNEXTVIDEOFRAME,inData, ref outData, out nBytes);//in Camera.Cs File
suddenly program shows an error and doesn't return any frame.and tested several value in nTimeout but nothing changed .
the following error appear in my output error windows :
"A first chance exception of type 'WebCam.IO.WinAPIException' occurred in WebCam.wrapper.dll"
so what should i do ? how could i get farme ?
Best Regards

huangxin888 wrote  Oct 26 at 5:04 AM 
Hi All,
I have encountered strange problem when I tried to test USB2.0 UVC camera under windows CE5.0
the camera only support YUV but not MJPG, however, if the camera is pluged into USB1.1 port, it can support MJPG.
I have tested several popular USB2.0 UVC camera like SONIX 288 and VC301V, got same result. what I want is to get MJPEG frame under USB2.0 speed,
any suggestion will be very appreciated.
Best regards,
HuangXin

Updating...