Fentac V380 Connection

Hey, @Yoni how did you get this camera working with Home Assistant? Could you share your configuration.yaml?

Mine is as follow:

camera:
  - platform: generic
    still_image_url: ?????
    stream_source: rtsp://192.168.0.XXX:554/live/ch00_1
    name: Camera
    username: XXXXX
    password: XXXX 

What did you put in your still_image? I managed to get the camera working with rtsp using VLC Media. But no luck getting it to work with Home Assistant.

And did you manage to get it working with ONVIF as well?

Thanks.