cancel
Showing results for 
Search instead for 
Did you mean: 

I need help for USB video Class

goway_xu
Associate II
Posted on November 13, 2009 at 11:55

I need help for USB video Class

2 REPLIES 2
goway_xu
Associate II
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
Associate II
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.