SonoffLAN icon indicating copy to clipboard operation
SonoffLAN copied to clipboard

Camera entity

Open Jarpetnee opened this issue 4 years ago • 8 comments

Hi Alex et al,

Was just wondering how far off in the pipeline the camera entity is? Really looking forward to it.

Cheers

Jarpetnee avatar Aug 08 '20 07:08 Jarpetnee

Also, does anyone has any idea what protocol the PTZ uses? I would like to control the PTZ via luxriot.

ErikThiart avatar Aug 30 '20 14:08 ErikThiart

Oh, sorry. A lot of projects on my shoulders.

AlexxIT avatar Sep 12 '20 20:09 AlexxIT

Hi @AlexxIT, no need to be sorry at all! Was just curious if you had a release date in mind. :)

Jarpetnee avatar Sep 18 '20 03:09 Jarpetnee

I'd like to help you, but I do not know where to begin. I have a couple of these cameras but I do not know what to do beyond that to help you (I'm just a PHP dev :P)

ErikThiart avatar Dec 16 '20 06:12 ErikThiart

For now you can create camera entity manually with camera generic+stream or camera ffmpeg components.

I have another project (hassio addon): https://github.com/AlexxIT/hassio-addons/tree/master/rtsp2webrtc

It can show stream from this camera in real realtime. Without any delay of picture.

AlexxIT avatar Dec 17 '20 10:12 AlexxIT

Can the live stream not be done already with camera_view: live?

IE.:

title: Home
views:
  - path: default_view
    title: Home
    cards:
      - aspect_ratio: 0%
        camera_image: camera.kitchen
        camera_view: live
        entities: []
        title: Kitchen Camera

At least mine seems to update every second with this configuration

diazwatson avatar Feb 09 '21 01:02 diazwatson

@diazwatson does your PTZ settings work, can you control it?

ErikThiart avatar Feb 13 '21 09:02 ErikThiart

I can indeed, not the fastest PTZ I have seen but it works

diazwatson avatar Feb 15 '21 00:02 diazwatson