Didnt find any post related to Laview POE camera streaming setup so just trying to help anyone looking for details.
Most (may be all?) of the Laview cameras are Hikvision, so hikvision camera setup can be re-used for these cameras.
Setup Laview cameras:
In configuration.yaml:
camera:
- platform: generic
name: LaviewCam
still_image_url: http://192.168.1.4/ISAPI/Streaming/channels/1/picture
stream_source: rtsp://192.168.1.4:554/r/av_stream
username: !secret laviewcam_username
password: !secret laviewcam_password
verify_ssl: false
For alerts (and future automation):
- Enable “notify surveillance center” in Linkage method for various alerts
In configuration.yaml
binary_sensor:
- platform: hikvision
name: LaviewCam
host: 192.168.1.4
username: !secret laviewcam_username
password: !secret laviewcam_password
For LovelaceUI:
Show as picture glance card:
type: picture-glance
camera_image: camera.laviewcam
entities:
- binary_sensor.laviewcam_motion
- binary_sensor.laviewcam_disk_full
- binary_sensor.laviewcam_tamper_detection
title: LaviewCam