Our video bridge device inputs raw non-video data from our FPGA and then outputs it as Video Class (UVC).
How can our host software read the same raw data back out of the received UVC stream?
Host is C# .NET app on Windows 10. Video bridge device is FTDI FT602 (USB 3.1 Gen 1)
Our solution is to forego the FT602 video device and use the non-video device FT601, because it's meant for USB non-video data transfer.