Connecting camera to nano in docker

I’m following the Hello AI World tutorial on my newly set up Jetson nano 4gb version. It all went to plan until I tried to find the video feed from my logitech c270 camera using the line

ls /dev/video*

from within the docker container. It says there is no such file. If I run this same line in a seperate terminal outside of the container it shows /dev/video0.

Does the container need to be given access to use the camera, or is there some other way to make it show up within the docker?

Cheers

Have a reference to below link for the configure for USB camera.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.