Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob

Example code of fetching UVC data from FX3

Example code of fetching UVC data from FX3

YiZ_31
Moderator
Moderator
Moderator
1000 replies posted 750 replies posted 500 replies posted

This is an example program based on libusb that automatically takes the first frame and streams data from the endpoint then calculates the FPS.

Please notice that only bulk transfer is supported in the current version. This application does not contain a decoder so RAW format is also supported.

https://github.com/zhao1mh/videotest

301 Views