dattalab-6-cam / multicamera_acquisition

Synchronized machine vision acquisition across multiple cameras using an arduino (Supports FLIR and Basler)
MIT License
5 stars 5 forks source link

uvc now a required dependency #52

Open calebweinreb opened 2 months ago

calebweinreb commented 2 months ago

In the dev branch, you get an error on import now if uvc is not installed. We should add it as a dependency or make the import optional. Especially because pip install uvc will install the wrong module.