TensorFlow-Lite-Object-Detection-on-Android-and-Raspberry-Pi
TensorFlow-Lite-Object-Detection-on-Android-and-Raspberry-Pi copied to clipboard
Timeout
Hello!
I have a problem when I want to start TFLite_detection_webcam.py, Iam using raspberry 4B and raspberry camera module v3
Any ideas?
this happens when your camera takes time to start up just add somthing like:
if frame1 is not None:
before frame = frame1.copy()