Guide by Tim; Integrated Computer Vision Package - OAK-D Lite With Raspberry Pi Set Up

Perhaps - this unit excels at object recognition but it may be up to you to build the remaining functionality eg. identifying a baseline speed and differentiating behaviour.

Some places to investigate are DepthAIs docs:

these might help you evaluate the product for your use case.

Best of luck! It sounds like a rad project :smiley: I’d love to hear more about it if you can share.

1 Like

Hi. I’ve been trying to get this project to work with my Raspberry Pi 5 (Ubuntu 24.04 installed OS). When I get to the line for install_requirements.py, I always get the error that I’m not working in a virtual environment and the script won’t execute. I am, in fact, working in a virtual environment. Any ideas?

1 Like

Hey @Jeffrey289762,

If you are getting this error it may be the case that some of the required files needed when running sudo python3 install_requirements.py have been excluded from the virtual environment. Would you be able to share the output you get when running this command so we can get a better idea of what is going on?