I’m trying to do the “hello camera” module using a USB camera but it always errors out with the below.
It detects the camera in step one but when it tries to connect to it I always get this error. I’ve configured the Nano using the below.
echo "sudo docker run --runtime nvidia -it --rm --network host \
--volume ~/nvdli-data:/nvdli-nano/data \
--device /dev/video0 \
nvcr.io/nvidia/dli/dli-nano-ai:v2.0.1-r32.4.4" > docker_dli_run.sh
chmod +x docker_dli_run.sh
./docker_dli_run.sh
I’ve managed to get it working with a CSI RPi camera although the image is upside down. I’ve tried two different USB cameras, one Microsoft, one Logitech, both of which work perfectly using Cheese but they will not work with these notebooks.
Anyone have any ideas?
Thanks.