Hi,
I just went through the install guide for the Jetson Nano. No probelms until I tried out one one the example scripts for the rgb camera on an OAK -D
cd ~
source depthai/bin/activate
The enivorment starts,
cd depthai-python/examples/ColorCamera
sudo python3 rgb_camera_control.py
Traceback
File "rgb_camera_control.py", line 39, in <module>
import depthai as dai
ModuleNotFoundError: No module named 'depthai'
But when I pip list
it shows up depthai 2.25.10
What am I missing here?