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?
Thanks!!