Salmon-Computer-Vision / salmon-computer-vision

MIT License
8 stars 1 forks source link

Separate Frame Reading in a Different Thread #97

Closed KamiCreed closed 2 months ago

KamiCreed commented 2 months ago

Setup RTSP reading and consumption into a producer/consumer pattern. This should fix potential corruption or some frame skipping issues that occur when the frame reading happens at the same time as the motion detection processing.