Skip to main content
goway_xu
Associate
November 13, 2009
Question

I need help for USB video Class

  • November 13, 2009
  • 2 replies
  • 701 views
Posted on November 13, 2009 at 11:55

I need help for USB video Class

    This topic has been closed for replies.

    2 replies

    goway_xu
    goway_xuAuthor
    Associate
    May 17, 2011
    Posted on May 17, 2011 at 13:29

    I need help for UVC. I will do a project with STM32F103xx.

    1. A RF module get jpg pictures,2.4G HZ;

    2. ST control RF via SPI;

    3. PC'OS is windows,then ST will be a UVC device;

    I find some code for lpc2368, it's a uvc demo.

    http://cortexm3.googlecode.com/svn/trunk/ST/Project/USB_UVC_LPC

    How to?

    Thank you.

    tomas23
    Visitor II
    May 17, 2011
    Posted on May 17, 2011 at 13:29

    Hello goway,

    now the USB library is on the web, take one of the examples, change the descriptors according to the LPC example (having your own VID, PID pair) and connect your SW to the USB API.

    I don't tell it's easy, but starting from a working example is fair.