Container for remote webcam
451
Multiples webcams can overload Octoprint in RPi (albarreto/octopi-armhf). This container provides remotes webcams in another device.
Use:
http://{host}:{port}?action=stream"
TIP: You can show this image in octoprint main page, with plugin Sidebar Webcam.
Last Update: 2023-03-08
$ sudo docker run -d -ti --device=/dev/video{cam}:/dev/video0 -p {port}:8080 albarreto/mjpeg-streamer
Example:
Ex: sudo docker run -d -ti --device=/dev/video1:/dev/video0 -p 8081:8080 albarreto/mjpeg-streamer
Content type
Image
Digest
sha256:7bbe1d257…
Size
275.6 MB
Last updated
over 2 years ago
docker pull albarreto/mjpeg-streamer