CodeSpaceHQ / telescreen

Basically 1984...
https://codespacehq.github.io/telescreen/
3 stars 1 forks source link

Create Python class to handle threaded video streaming from PiCamera or Webcam #36

Open NilsG-S opened 7 years ago

dlowrey commented 7 years ago

Camera stream runs into a Producer/Consumer Race. Looking into a solution.

I have the the Producer/Consumer problem solved using Python's threading.Events(), but now there is a problem because the I/O device (camera) is slow to wake up.