We are planning to use javalibusb in one of our product.We might require isochronous support.is there any plan to include this in near future?What is the roadmap?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Does javalibusb support isochronous transfer?
libusb 1.0 supports isochronous transfer type.Can i use this API for camera device?
Javalibusb only support libusb 0.1 not 1.0 's API (see libusb's wiki for details). That is bulk and interrupt transfer.
We are planning to use javalibusb in one of our product.We might require isochronous support.is there any plan to include this in near future?What is the roadmap?