Thread: UVC Driver for VxWorks

  1. #1
    Registered User
    Join Date
    Mar 2013
    Posts
    1

    UVC Driver for VxWorks

    Hi All,
    I'm trying to interface Logitech C200 Camera with my board with USB host enabled running VxWorks.
    This camera works on my Linux machine with UVC driver. Can someone point me to the source code of the linux driver so I can tr porting it to VxWorks?

    Thank you,
    Brijen

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    > This camera works on my Linux machine with UVC driver. Can someone point me to the source code of the linux driver so I can tr porting it to VxWorks?
    Erm, Linux is open source, so isn't this just a "please google for me post"?
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Registered User ledow's Avatar
    Join Date
    Dec 2011
    Posts
    435
    Apparently. First hit on Google:

    Linux UVC driver & tools

    Really? Was it that hard? And UVC is basically the video equivalent of HID - a published standard that a shed-load of devices follow so they don't need special (different) drivers for each one. It does worry me when people think they'll just create a driver, or port this and that, or write whatever kind of complicated program and can't do a SIMPLE keyword search on Google to get the first step done. I'd probably lay money that there will never be a working driver created for VxWorks as a result of this post. The kind of person who'd prove me wrong wouldn't be posting the question in the first place!

    - Compiler warnings are like "Bridge Out Ahead" warnings. DON'T just ignore them.
    - A compiler error is something SO stupid that the compiler genuinely can't carry on with its job. A compiler warning is the compiler saying "Well, that's bloody stupid but if you WANT to ignore me..." and carrying on.
    - The best debugging tool in the world is a bunch of printf()'s for everything important around the bits you think might be wrong.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. hi how to check my serial port is intrupt driver or poll driver?
    By nkrao123@gmail. in forum Networking/Device Communication
    Replies: 5
    Last Post: 09-19-2011, 11:20 PM
  2. [C++] USB gadget driver, unbound kernel driver?
    By Jelte in forum C++ Programming
    Replies: 0
    Last Post: 01-13-2010, 08:53 AM
  3. any C/C++ learning resource for vxworks platform?
    By George2 in forum C Programming
    Replies: 5
    Last Post: 06-14-2006, 08:01 AM
  4. how to know a driver is in use?
    By orcher in forum C++ Programming
    Replies: 0
    Last Post: 06-12-2002, 07:59 AM
  5. VxWorks and pSOS APIs?
    By IBCNUNHELL in forum C++ Programming
    Replies: 0
    Last Post: 04-11-2002, 10:51 AM