I'm running node-red dockerized and i want to use a USB camera. The host detect the USB camera correctly but i have node-red inside a docker container and there comes the problem. I cannot use it inside the container neither on node-red.
Hi all! I have node-red dockerized inside a vm working properlly and now i want to add some face or object recognition. Everthing goes well until i add a USB camera inside the docker container.
The host detects the camera perfectly but i cannot make it work inside the container and i have the conclussion that the container needs the FSWEBCAM module to make it work.
So, the problems begins...
The official node-red image is alpine, very very light, so whenever i want to install some library is a little tricky.
Anyone experienced with this?.
Is it possible to make work the usb camera inside the container?