Full question: We have some technical problems. First of all we want to use a bluetooth and a webcam on Windows CE. While building a Windows CE image with Platform Builder, we are adding bluetooth drivers:
Bluetooth Protocol Stack with Transport Driver Support
|-->Bluetooth Stack with Integrated CSR Chipset Driver Bluetooth Stack
|-->with Integrated SDIO Driver Bluetooth Stack with Integrated UART
|-->Driver Bluetooth Stack with Integrated USB Driver Bluetooth Stack
|-->with Universal Loadable Driver
and as a webCam driver we use the WebCam driver given by you with mail on site http://www.gotdotnet.com/workspaces/workspace.aspx?id=0eb87e35-13e4-4fa3-9fde-71e9136f47de.
We have tested MSI USB Bluetooth dungle (Microsoft Stack) and Philips USB VGA webcam (Plug and Play supported by Windows XP) devices with eBox II but we don't get a result. When we plug devices to eBox II, we get a message box with the title "Unidentified USB Device", message "Enter the name of the driver for this USB device" and a TextBox that asks the "Driver Name". That is exact enough, isn't it
. Could you help us about using devices on eBox II?
Thanks for your interest, Regards,
Team Quattro
Answer to the webcam question: Hi, I will leave it to someone else to take the bluetooth question - The Windows CE WebCam driver is written to work with USB Video Class WebCam devices, the sample driver and application on the GotDotNet workspace has been built and tested against the Logitech QuickCam Pro 5000 webcam device - the driver may also work with other USB Video Class devices with some modification.
Questions on how to modify the driver (or use the driver) with your camera should be sent to the GotDotNet workspace - http://blogs.msdn.com/mikehall/archive/2006/03/08/546465.aspx
- Mike Hall, Microsoft Senior Technical Product Mgr
Answer to the Bluetooth question: Don't add all transports from the catalog.
Use "Bluetooth Stack with Universal Loadable Driver" (SYSGEN_BTH).
If you're sure that you will only use USB dongles, then you can use the following catalog item: "Bluetooth Stack with Integrated USB Driver" (SYSGEN_BTH_USB_ONLY).
Fernando Gonzalez, Microsoft Windows CE