TensorFlow-Lite-Object-Detection-on-Android-and-Raspberry-Pi
TensorFlow-Lite-Object-Detection-on-Android-and-Raspberry-Pi copied to clipboard
[ WARN:0] VIDEOIO(V4L2:/dev/video0): can't open camera by index
I’m using Pi camera, I don’t khnow what’s wrong to get this error but I think it’s because RaspberryPi is no longer use raspistill
or raspivid
. They recently replaced them by a new library coming with the latest version of their own OS. now they are using libcamera
.
Example
to test your pi camera just run libcamera-hello
.
I’m working on that issue and trying to figure it out.
This is a duplicate with my issue report.