Hi, I have read the guide followed the steps and searched the forum however keep encountering the same issues. I have even tried the custom camera widget which I think no longer works with AppDaemon 4 which I am running.
So the camera streams and loads fine in HA
but when I configure that in Appdaemon dashboard using this code
widget_type: camera
entity: camera.streaming_enabled
title: My Camera
base_url: "http://10.107.***.***:8123"
stream: live
All it does is
if you notice at bottom its pulling the camera’s api correctly but loads as a white screen? What am I doing wrong.