Open calebweinreb opened 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.
pip install uvc
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.