Interesting -- I'm actually doing much larger bulk xfers (full frame sizes) in my driver. Wasn't aware that I could get away with smaller. How do you detect end of frame?ao2 wrote: I in the test app I haveCode: Select all
#define LIBUSB_BULK_SIZE 16384
Now the only question is how similar is the 7721 to the 7720 rev2..ao2 wrote: BTW that 7720Rev2.set is quite useful as a reference, I found (trivial indeed), how to write the sensor model:Code: Select all
info("Sensor Model: ov%02x%02x\n", ov_read(0x0a), ov_read(0x0b));
Code: Select all
Sensor Model: ov7721