TensorFlow-Lite-Object-Detection-on-Android-and-Raspberry-Pi icon indicating copy to clipboard operation
TensorFlow-Lite-Object-Detection-on-Android-and-Raspberry-Pi copied to clipboard

Timeout

Open TrekBonanza opened this issue 1 year ago • 1 comments

Hello! I have a problem when I want to start TFLite_detection_webcam.py, Iam using raspberry 4B and raspberry camera module v3 IMG_2834

Any ideas?

TrekBonanza avatar Nov 11 '23 15:11 TrekBonanza

this happens when your camera takes time to start up just add somthing like: if frame1 is not None: before frame = frame1.copy()

OriLevi026 avatar Jan 08 '24 12:01 OriLevi026