Update documentation, resolves #90

This commit is contained in:
Fredrik Baberg 2024-02-17 18:38:22 +01:00
parent 4b8e9a92bc
commit 80641909b3
2 changed files with 3 additions and 4 deletions

View File

@ -11,10 +11,10 @@ Set input arguments through `mjpg_input` configuration option, start the add-on.
## Accessing camera from Home Assistant ## Accessing camera from Home Assistant
The camera stream and snapshot can be accessed by e.g. [MJPEG IP Camera](https://www.home-assistant.io/integrations/mjpeg/), with URLs: The camera stream and snapshot can be accessed by e.g. [MJPEG IP Camera](https://www.home-assistant.io/integrations/mjpeg/), with URLs:
* MJPEG URL: `http://<addon-hostname>/?action=stream` * MJPEG URL: `http://cce6f2d5-camera-mjpg-streamer/?action=stream`
* Still image URL: `http://<addon-hostname>/?action=snapshot`. * Still image URL: `http://cce6f2d5-camera-mjpg-streamer/?action=snapshot`.
Addon hostname can be found under [addon settings](https://my.home-assistant.io/redirect/supervisor_addon/?addon=b7aa59c4_camera-mjpg-streamer&repository_url=https%3A%2F%2Fgithub.com%2Ffredrikbaberg%2Fha-3dprinter-addons). Addon hostname can be found under [addon settings](https://my.home-assistant.io/redirect/supervisor_addon/?addon=cce6f2d5_camera-mjpg-streamer&repository_url=https%3A%2F%2Fgithub.com%2Ffredrikbaberg%2Fha-3dprinter-addons).
## Ingress? ## Ingress?

View File

@ -13,7 +13,6 @@ arch:
- armhf - armhf
- aarch64 - aarch64
- i386 - i386
# stage: experimental
init: false init: false
video: true video: true
usb: true usb: true