ha-3dprinter-addons/camera-ustreamer/DOCS.md
2023-03-16 12:43:03 +01:00

1.2 KiB

Documentation

Configuration

  • mjpg_input: Specify input arguments for mjpg_streamer.

How to use

Set input arguments through mjpg_input configuration option, start the add-on.

Accessing camera from Home Assistant

The camera stream and snapshot can be accessed by e.g. MJPEG IP Camera, with URLs:

  • MJPEG URL: http://<addon-hostname>/?action=stream
  • Still image URL: http://<addon-hostname>/?action=snapshot.

Addon hostname can be found under addon settings.

Ingress?

Ingress support is included only to verify that the camera can be accessed. Streaming will most likely only work in the "JavaScript" tab.

Testing

For testing you can set mjpg_input to:

input_file.so -f /www_mjpg -e

This will result in showing a test image.

Versions

Some notes regarding the software and versions. Not all software is installed for all images.