![]() |
| |||||||
| Notices |
![]() |
| LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Hi, We are writting a camera driver for USB 2.0 device. Basically our camer has one BULK pin which has maximumsize as 512 bytes. If we make th UsbBuildInterruptOrBulkTransferRequest() call with transfer size as 512 it seems to be working. But if we tried to use our actual frame size (ie 320 * 240), the system crashes. Is it possible to use more than 512 byte in this UsbBuildInterruptOrBulkTransferRequest call ? Any suggestion or observations are most welcome. Thanks in Advance, Ravindran Ramaraj, Bangalore, India - Message posted using http://www.talkaboutsoftware.com/gro...ice_driver.dev More information at http://www.talkaboutsoftware.com/faq.htm | Guest
Posts: n/a
|
|
| | #2 (permalink) | |
| you should specify SHORT_TRANSFER_OK in teh URB. what is the callstack for the crash? -- Please do not send e-mail directly to this alias. this alias is for newsgroup purposes only. This posting is provided "AS IS" with no warranties, and confers no rights. "ravip" <ajravi2000@nospam.yahoo.com> wrote in message news:f0b14918fa45ffa562872f8b0b708265@localhost.ta lkaboutsoftware.com... Quote:
| Guest
Posts: n/a
| |
|