#Reolink Integrated camera not showing live on auto.

1 messages · Page 1 of 1 (latest)

dusky aurora
#

I’ve had a simple Reolink setup on my Home Assistant dashboard that worked fine for months. The live camera feed works in "live" mode, but when I use it, my iPad won’t turn off under Guided Access after 2 minutes(Its setup to only turn on if motion is detected near it) . If I switch to "auto" mode, the feed refreshes every 10 seconds, but it was playing continuously before.

I recently set up Frigate with 3 main and 3 sub-streams, which might have overloaded the cameras. Even after disabling Frigate completely, the issue persists. I’ve also tried WebRTC, but that didn’t fix it.

Is this a known issue, or did I overlook something?

type: grid
cards:

  • type: picture-entity
    entity: camera.reolink_video_doorbell_wifi_fluent
    camera_view: auto
    show_state: false
    show_name: false
    aspect_ratio: 16x10
  • type: picture-entity
    entity: camera.frontyard_fluent
    camera_view: auto
    show_state: false
    show_name: false
    aspect_ratio: 16x10
  • type: picture-entity
    entity: camera.backyard_fluent
    camera_view: auto
    show_state: false
    show_name: false
    aspect_ratio: 16x10
worthy mistBOT
#

To format your text as code, enter three backticks on the first line, press Enter for a new line, paste your code, press Enter again for another new line, and lastly three more backticks.
```yaml
example: here
```
Don't forget you can edit your post rather than repeatedly posting the same thing.

dusky aurora
#

any ideas??