BrainCraft HAT - Machine Learning for Raspberry Pi 4

Moderators: adafruit_support_bill, adafruit

Forum rules
Talk about Adafruit Raspberry Pi® accessories! Please do not ask for Linux support, this is for Adafruit products only! For Raspberry Pi help please visit: http://www.raspberrypi.org/phpBB3/
Locked
User avatar
Seaplane
 
Posts: 2
Joined: Thu Jan 06, 2022 10:05 am

BrainCraft HAT - Machine Learning for Raspberry Pi 4

Post by Seaplane »

I am using a RPi 4 on Raspbian GNU/Linux 11 (bullseye)" using the BrainCraft HAT.
When I attempt to run TensorFlow Lite Object Recognition, the following error appears

from rpi_vision.agent.capture import PiCameraStream
ModuleNotFoundError: No module named 'rpi_vision'

Yet the file folder with rpi_vision is there and the problem seems to be the PiCameraStream
Any idea why this error appears and what is needed to correct the issue so I can use the BrainCraft HAT?

Regards,
Don

Below is the contents of the rpi_vision file
AUTHORS.rst
CODE_OF_CONDUCT.md
CONTRIBUTING.rst
docs
download_tensorflow-2.3.1-cp37-none-linux_armv7l.sh
download_tensorflow-2.3.1-cp37-none-linux_armv7l.sh.1
HISTORY.rst
includes
LICENSE
Makefile
MANIFEST.in
playbooks
README.md
README.rst
rpi_vision
setup.cfg
setup.py
tensorflow
tensorflow-2.3.1-cp37-none-linux_armv7l.whl
tensorflow-2.3.1.dist-info
tests
tools
pi@raspberrypi:~/rpi-visio

Locked
Forum rules
Talk about Adafruit Raspberry Pi® accessories! Please do not ask for Linux support, this is for Adafruit products only! For Raspberry Pi help please visit: http://www.raspberrypi.org/phpBB3/

Return to “Adafruit Raspberry Pi® accessories”