Camera model -> Aiglam Webcam HD 1080P
Hello,
I would like to display snapshots of the webcam in the VIS of my IO Broker. This can be done via MJpeg.
When I enter the address http://IP Octopi:8080/, the page is not accessible.
In the OctoPrint settings with the test link (via localhost) it works.
I noticed that when I enter the command "sudo service webcamd status" in the console, the following is displayed:
pi@octopi:~ $ sudo service webcamd status
- webcamd.service - the OctoPi webcam daemon with the user specified config
Loaded: loaded (/etc/systemd/system/webcamd.service; enabled; vendor preset: enabled)
Active: active (running) since Fri 2021-02-26 17:53:36 CET; 6h ago
Process: 427 ExecStart=/root/bin/webcamd (code=exited, status=0/SUCCESS)
Main PID: 462 (mjpg_streamer)
Tasks: 3 (limit: 1938)
CGroup: /system.slice/webcamd.service
`-462 ./mjpg_streamer -o output_http.so -w ./www-octopi -n --listen 127.0.0.1 -i input_uvc.so -r 640x480 -f 10 -d /dev/video0
Feb 26 17:53:35 octopi.fritz.box mjpg_streamer[462]: MJPG-streamer [462]: TV-Norm...........: DEFAULT
Feb 26 17:53:36 octopi.fritz.box mjpg_streamer[462]: MJPG-streamer [462]: FPS coerced ......: from 10 to 30
Feb 26 17:53:36 octopi.fritz.box mjpg_streamer[462]: MJPG-streamer [462]: www-folder-path......: ./www-octopi/
Feb 26 17:53:36 octopi.fritz.box mjpg_streamer[462]: MJPG-streamer [462]: HTTP TCP port........: 8080
Feb 26 17:53:36 octopi.fritz.box mjpg_streamer[462]: MJPG-streamer [462]: HTTP Listen Address..: 127.0.0.1
Feb 26 17:53:36 octopi.fritz.box mjpg_streamer[462]: MJPG-streamer [462]: username:password....: disabled
Feb 26 17:53:36 octopi.fritz.box mjpg_streamer[462]: MJPG-streamer [462]: commands.............: disabled
Feb 26 17:53:36 octopi.fritz.box mjpg_streamer[462]: MJPG-streamer [462]: starting input plugin input_uvc.so
Feb 26 17:53:36 octopi.fritz.box mjpg_streamer[462]: MJPG-streamer [462]: starting output plugin: output_http.so (ID: 00)
Feb 26 17:53:36 octopi.fritz.box systemd[1]: Started the OctoPi webcam daemon with the user specified config.
Here I noticed that the LocalHost (127.0.0.1) is listed under "HTTP Listen Address". Is that correct?
How can I access the MJepg stream of the webcam from another computer?
Additional information about your setup (Version 1.5.3, Version 0.18.0, running on Raspberry Pi 3 Model B Plus Rev 1.3)