Add ICSEE Camera to HA (rtsp)

Is there any way to access the videos on the sd card?

1 Like

Hello, thank you so much for your work, I am successfully using integration to control ptz cameras, everything works, including zooming (via automation) Let me ask a question, on the custom map that is presented on github as an example, there are plus or minus icons to change the camera zoom, but I don’t have them, how do I add them? Also, I did not find them in the text document of the card (I repeat, zoom in to delete works through a service call) Thanks

the same question is, if two cameras are connected to the recorder, can both be controlled using integration or not? (I didn’t succeed)

To add the zoom buttons, you need to pass data_zoom_in in the webrtc card yaml.

Thanks, very useful!

I am not being able to zoom_in or zoom_out
here is my code.
data_zoom_in:
entity_id: binary_sensor.garden_motion_alarm
cmd: zoom_in
step: 2
data_zoom_out:
entity_id: binary_sensor.garden_motion_alarm
cmd: zoom_out
step: 2
what am I missing?

It is more cosmetic question.
Is it possible to show the custom webrtc-camera panel only after clicking on the entity list (or some other) panel?
I have a tab with a bunch of cameras, and I don’t want to start loading every single one when I open the tab.

Hi

Super guide :slight_smile: I actually used just your config and…
well, in VLC player RSTP stream works, but since generic camera is moved as integration…

It doesn’t work :confused:

I’m trying multiple ways:
STERAM SOURCe as (which works in VLC)

rtsp://admin:[email protected]:554/user=admin&password=xxxxxxx&channel=1&stream=1.sdp?

or

rtsp://192.168.1.50:554/user=admin&password=xxxxx&channel=1&stream=0.sdp?

with or without username and password on integration window, all RTSP transport protocol…
Alwyas unknown error.

Anyone can help? Please

try rtsp://admin:[email protected]

FInally… I found where the problem was…

I didn’t have “stream” integration enabled.
After addind to config
stream:

I could normally configure :slight_smile:

1 Like

Where did you have to add the stream in which config?

I have it in configuration.yaml

1 Like