Closed pepelisu closed 4 years ago
The problem appears to be with this line:
serve_forever
does not start a thread and the process never leaves that if statement, so it cannot be stopped and the camera is not released. I am working to fix it.
This is now fixed. Please note that I completely changed the way we handle streaming so one needs to upddate both the ethoscope AND the node.
If after streaming the video a tracking is starting one get the error of empty queue for devices. A restart solves the problem.