#Use HA for camera discovery and remotely access IP cameras

1 messages · Page 1 of 1 (latest)

inner parrot
#

HA is really good at finding devices and cameras. However, it's not a great middleware if I want to run heavy processing in real time on camera feeds.

Ideally HA finds a reolink camera, I grab the meta data from HA (this is where I'm stuck), I manage the camera over socket in the cloud, I process images and send back audio in real time.

I've looked at the API in the docs but it is very unclear to me how to get the meta data of discovered cameras (and other devices) out of HA.

inner parrot
#

Also it looks like I can fetch the camera_stream_proxy but I do not want to proxy through HA. 🤔

inner parrot