robotpy / robotpy-cscore

Moved to https://github.com/robotpy/mostrobotpy
Other
17 stars 12 forks source link

UsbCameras getting destroyed when they go out of scope #75

Open virtuald opened 5 years ago

virtuald commented 5 years ago

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 .

auscompgeek commented 5 years ago

Pretty sure it does. startAutomaticCapture calls addCamera which stores a reference in the self._sources dict.