TensorFlow-Object-Detection-on-the-Raspberry-Pi icon indicating copy to clipboard operation
TensorFlow-Object-Detection-on-the-Raspberry-Pi copied to clipboard

No Picamera Module

Open rfranks263 opened this issue 7 years ago • 2 comments
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?

rfranks263 avatar Jul 28 '18 23:07 rfranks263

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.

noahzhy avatar Aug 28 '18 10:08 noahzhy

Any solution? I'm using a raspberry pi 3 and still got the same error.

enishi1357 avatar Dec 06 '22 09:12 enishi1357