USB Webcam

  • I am using NetDCU8 and the starter kit.
    I have a mouse connected to the USB-port, but I want to use a webcam.
    So I unplug the mouse and plug in the webcam and I get the "Unidentified USB Device" message at once. But my problem is: how can I tell the NetDcu where it can find the device driver? It is in the FFSDISK directory, but I can not use the mouse because it is unplugged, and I can not plug it in because the webcam uses the USB. What can I do?


    Thank you in advance.



    DIRK

  • Try registering your driver like that:



    Does that work for your driver?


    DKuhne

    F&S Elektronik Systeme GmbH
    As this is an international forum, please try to post in English.
    Da dies ein internationales Forum ist, bitten wir darum, Beiträge möglichst in Englisch zu verfassen.

  • Or you can use an USB-Hub to connect more than one
    USB device to the USB port of your NetDCU8.


    DKuhne.

    F&S Elektronik Systeme GmbH
    As this is an international forum, please try to post in English.
    Da dies ein internationales Forum ist, bitten wir darum, Beiträge möglichst in Englisch zu verfassen.

  • The registry settings are like suggested, but no efford.


    I used a hub, and now I can use the mouse and the webcam.
    But always after I typed in the name of the driver, the input mask comes up again and want to have the name of the driver.

  • Which USB Web Cam are you using?

    F&S Elektronik Systeme GmbH
    As this is an international forum, please try to post in English.
    Da dies ein internationales Forum ist, bitten wir darum, Beiträge möglichst in Englisch zu verfassen.

  • I am using a Logitech QuickCam for Notebooks.


    In the meanwhile I managed to start the driver (in the beginning I forgot to write "\\" before FFSDISK).
    But now I always get the error message "Error installing USB driver".


    I use the "webcam.dll" which I found in the "Windows CE Webcam Project".



    DIRK

  • Do you know the product id and the vendor id for your Web Cam?

    F&S Elektronik Systeme GmbH
    As this is an international forum, please try to post in English.
    Da dies ein internationales Forum ist, bitten wir darum, Beiträge möglichst in Englisch zu verfassen.

  • See http://cewebcam.codeplex.com/Thread/View.aspx?ThreadId=23967


    Try to modify the registry key to (i.e):


    Code
    1. [HKEY_LOCAL_MACHINE\Drivers\USB\LoadClients\1133_2449\Default\Default\Video_Class]


    where 2449 is 0x0991 that is Logitech Quickcam Pro for Notebooks (2007 model).


    Do you have an INF file for that CAM?

    F&S Elektronik Systeme GmbH
    As this is an international forum, please try to post in English.
    Da dies ein internationales Forum ist, bitten wir darum, Beiträge möglichst in Englisch zu verfassen.

  • I use Logitech Quickcam for Notebooks NOT the QuickCam PRO for Notebooks.
    Might this be the problem ?


    There are several *.inf files in the Drive folder on the CD which came with the webcam.
    In one of them I found:


    [Logitech]
    %PID_0892_DD%=PID_0892,USB\VID_046D&PID_0892 ; OrbiCam
    %PID_0896_DD%=PID_0896,USB\VID_046D&PID_0896 ; OrbiCam
    [Logitech.NT]
    %PID_0892_DD%=PID_0892.XP,USB\VID_046D&PID_0892 ; OrbiCam
    %PID_0896_DD%=PID_0896.XP,USB\VID_046D&PID_0896 ; OrbiCam
    [Logitech.NT.6.0]
    %PID_0892_DD%=PID_0892.VISTA,USB\VID_046D&PID_0892 ; OrbiCam
    %PID_0896_DD%=PID_0896.VISTA,USB\VID_046D&PID_0896 ; OrbiCam



    DIRK

  • Try with


    1133_2194 or 1133_2198


    Maybe you try to ask here: <!-- m --><a class="postlink" href="http://cewebcam.codeplex.com/Thread/View.aspx?ThreadId=23967">http://cewebcam.codeplex.com/Thread/Vie ... adId=23967</a><!-- m -->


    DKuhne.

    F&amp;S Elektronik Systeme GmbH
    As this is an international forum, please try to post in English.
    Da dies ein internationales Forum ist, bitten wir darum, Beiträge möglichst in Englisch zu verfassen.