Thank You for quik answer. I know this, I include this USB driver. And also I am use debug build. When I plug another USB device (such as FTDI chip, we use this chip in our project), I can see debug message, driver successfully loading, but when I plug this camera - system is freezes :( . Also I tried to use other the driver (Webcam.dll, from Examples), but result is not good :( .
I have other Web camera (this camera does not support UVC). When I connect this camera driver is loading. Debug messages is:
1312291 PID:400002 TID:2550002 OSAXST1: >>> Loading Module 'usbcam.dll' (0x84E7A9B4) at address 0xC0DA0000-0xC0DBF000 in Process 'NK.EXE' (0x82AEBC80)PB Debugger Loaded symbols for 'C:\WINCE600\OSDESIGNS\ImagineCup2009\ImagineCup2009_v1_0\RELDIR\ICOP_eBox4300_60CS_x86_Debug\USBCAM.DLL'
1314145 PID:400002 TID:2550002 *** DLL_PROCESS_ATTACH - Current Process: 0x42, ID: 0x400002 ***
1314170 PID:400002 TID:2550002 USBCam: USBDeviceAttach++
1314205 PID:400002 TID:2550002 USBCam: *** Device appears to pre-date final Video Class standard, may not be fully supported by this driver! ***
1314248 PID:400002 TID:2550002 USBCam: USBDeviceAttach--
1314302 PID:400002 TID:2550002 -CHub(Root tier 0)::AttachDevice - port = 2, fIsLowSpeed = 0, address = 1
But this camera does not supported for this driver.. :( Sorry, my English is not so good :)