how to connect a camera in docker

is your camera listed if you execute the command below?

ls /dev/video*

typically to map a camera smth. like the command below is used

--device /dev/video0

source