plachert / real_time_cv

A streamlit-webrtc based package for visualisation of real-time CV processing
MIT License
1 stars 0 forks source link

FromFileVideoStreamTrack seems to be running forever #3

Open plachert opened 1 year ago

plachert commented 1 year ago

It seems that the thread is not being stopped with the "stop" button. Running exampels/yolo_segmentation.py reveals this problem. The inference logs are constantly being displayed even when the stream should already been stopped.