Camera showing still (fixed) picture ... (Dahua VTO2000)

Hi there,

I have a couple of cameras integrated under “MJPEG IP camera” and “Generic Camera” which are showing normal stream, but my doorbell (Dahua VTO2000) is showing like a still (fixed) picture … which is not ok as I am supposed t see who is LIVE at the door.

I have tested and here is the code of the 2 cards I have:

  • title: test
    path: test
    badges:
    cards:
    • type: custom:mushroom-chips-card
      chips:
      • type: entity
        entity: person.xyz
        tap_action:
        action: call-service
        service: automation.trigger
        target:
        entity_id: automation.popup_camera_test
        data:
        skip_condition: true
    • show_state: true
      show_name: true
      camera_view: live
      type: picture-entity
      entity: camera.dahua_vto2000_main
    • show_state: true
      show_name: true
      camera_view: live
      type: picture-entity
      entity: camera.dahua_vto2000_sub
    • show_state: true
      show_name: true
      camera_view: live
      type: picture-entity
      entity: camera.192_168_1_110

Do you see something why the cards are showing fixed image instead of live stream ?
This VTO2000 Dahua camera is defined like this in the Integrations :

Generic intégration : (entity camera.192_168_1_110)

rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=1

Many Thanks !!