I need help for USB video Class
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2009-11-13 2:55 AM
Posted on November 13, 2009 at 11:55
I need help for USB video Class
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 4:29 AM
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.Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 4:29 AM
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.