MJPEG IP Camera
The mjpeg
camera platform allows you to integrate IP cameras which are capable
to stream their video with MJPEG into Home Assistant.
Configuration
To enable this camera in your installation,
add the following to your configuration.yaml
file:
# Example configuration.yaml entry
camera:
- platform: mjpeg
mjpeg_url: http://192.168.1.92/mjpeg
Examples
Example of using a DCS-930L Wireless N Network Camera from D-Link:
camera:
- platform: mjpeg
name: Livingroom Camera
still_image_url: http://IP/image.jpg
mjpeg_url: http://IP/video/mjpg.cgi
Example of integrating Blue Iris Cameras from a Blue Iris server.
camera:
- platform: mjpeg
name: Livingroom Camera
mjpeg_url: http://IP:PORT/mjpg/CAMERASHORTNAME/video.mjpeg
username: BLUE_IRIS_USERNAME
password: BLUE_IRIS_PASSWORD
authentication: basic
Help us to improve our documentation
Suggest an edit to this page, or provide/view feedback for this page.
Suggest an edit to this page, or provide/view feedback for this page.