No matter what I try, the cams arent realtime in a lovelace card. Theyre choppy, delayed, etc I have them defined in motioneye and when viewing them in the Motioneye screen, they are realtime and look great.
were designing a realtime monitor dashboard for a very high-powered laser cutter and I need graphs, temps, status,etc and video all on one screen…
stream:
camera:
- platform: ffmpeg
name: USB Camera 1
input: http://localhost:9081/mjpeg
Ive even tried the Frigate card
type: custom:frigate-card
cameras:
- camera_entity: camera.usb_camera_1
live_provider: auto
motioneye:
url: http://localhost:9081
triggers:
occupancy: false
same problem. interestingly if I use the mpeg stream url in an iframe (http://localhost:9081), it’s works and is in realtime but I cant contol how the iframe displays so the pic is cut off. I’d like to be able to use the Motioneye controls that are available.