We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
this happens when your camera takes time to start up just add somthing like: if frame1 is not None: before frame = frame1.copy()
if frame1 is not None:
frame = frame1.copy()
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: