robotpy-cscore
robotpy-cscore copied to clipboard
UsbCameras getting destroyed when they go out of scope
It seems to me that startAutomaticCapture should be keeping a reference to this thing... I think I've had at least two reports of people having issues with it disappearing on them. Should fix this .
Pretty sure it does. startAutomaticCapture calls addCamera which stores a reference in the self._sources dict.