TensorFlow-Object-Detection-on-the-Raspberry-Pi
TensorFlow-Object-Detection-on-the-Raspberry-Pi copied to clipboard
No Picamera Module
trafficstars
Picamera works when I take a raspistill, but the script fails at "from picamera.array import piRGBArray" with "ImportError: No Module named 'picamera'
I'm using a virtual env, not sure if that is why.
Any ideas?
You need run it on a real raspberry pi because the module which named 'picamera' is used to support to the dedicated camera of raspberry pi.
Any solution? I'm using a raspberry pi 3 and still got the same error.