KCL-BMEIS / pymagewell

Python library for interfacing with Magewell ProCapture frame grabbers
MIT License
9 stars 0 forks source link

Support for USB devices? #18

Open jmatysik-isc opened 10 months ago

jmatysik-isc commented 10 months ago

Hi! The Magewell SDK also supports their line of USB devices (like the USB Capture). Due to obvious hardware restrictions, some special functionality like low-latency mode is not available, but if you stay within the capabilities of the actual hardware their SDK is said to works just the same for the USB variants.

Is there any reason to assume your Python library will not work with USB devices, or have you just never tried? Thanks!

crnbaker commented 9 months ago

I've never tried it! Would be good to know how it works. I assumed people would capture from USB devices with OpenCV or similar.