Integrating Onvif camera with NO password?

Do you mind sharing your config before you integrated fjramirez’s add on? And where the overlay code is entered?

Thanks

I got my camera in the mail and was able to first set it tup using their app and then add it to MotionEye as a network camera. I can see the video in the motioneye GUI but there are no controls. What next?

Adding @Stooovie in case he’s had success since his last post.

I added the camera as picture element in lovelace, not in motionEye

type: picture-elements
camera_view: live
camera_image: camera.flur_cloudcam
elements:
  - type: icon
    icon: 'mdi:arrow-left-drop-circle'
    tap_action:
      action: call-service
      service: ptz_camera.move_left
      service_data:
        host: 192.168.178.58
    style:
      bottom: 45%
      left: 5%
      color: white
      opacity: 0.5
      transform: 'scale(1.5, 1.5)'
  - type: icon
    icon: 'mdi:arrow-right-drop-circle'
    tap_action:
      action: call-service
      service: ptz_camera.move_right
      service_data:
        host: 192.168.178.58
    style:
      bottom: 45%
      right: 5%
      color: white
      opacity: 0.5
      transform: 'scale(1.5, 1.5)'
  - type: icon
    icon: 'mdi:arrow-up-drop-circle'
    tap_action:
      action: call-service
      service: ptz_camera.move_up
      service_data:
        host: 192.168.178.58
    style:
      top: 10%
      left: 46%
      color: white
      opacity: 0.5
      transform: 'scale(1.5, 1.5)'
  - type: icon
    icon: 'mdi:arrow-down-drop-circle'
    tap_action:
      action: call-service
      service: ptz_camera.move_down
      service_data:
        host: 192.168.178.58
    style:
      bottom: 10%
      left: 46%
      color: white
      opacity: 0.5
      transform: 'scale(1.5, 1.5)'
  - type: icon
    icon: 'mdi:arrow-expand-all'
    tap_action:
      action: more-info
    entity: camera.flur_cloudcam
    style:
      top: 5%
      right: 5%
      color: white
      opacity: 0.5
      transform: 'scale(1.5, 1.5)'

I’m realizing there is lots more to this than meets the eye. Apparently I also need to configure “camera” and “stream”.

Would you be so kind as to share those code fragments too?

And what latency do you see for the video stream and for the PTZ controls?

Thanks

This is an extract from my configuration.yaml
Stream is not configured

ptz_camera:

camera:
  - platform: mjpeg
    name: Flur CloudCam
    mjpeg_url: http://xxx

Latency is low, about 1-2 seconds

Great!

The YCC365 Plus camera does not produce MJPEG so I believe I will have to pass it through MotionEye

Sorry to revive an old thread but I haven’t been able to integrate the YCC365 via MotionEye at all. The only thing that semi-worked is creating a ffmpeg camera with a rtsp URL, but that has a delay of almost 10 seconds and doesn’t play live in Lovelace no matter what. I had this camera integrated without lag before but I since removed it. I’d like now to add it again but I’m unsuccesful and I gave up.