Open NilsG-S opened 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.
threading.Events()
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.