home-assistant / frontend

:lollipop: Frontend for Home Assistant
https://demo.home-assistant.io
Other
4.13k stars 2.81k forks source link

Camera does not keep stream orientation (rotation) #22834

Open TrasteCC opened 2 weeks ago

TrasteCC commented 2 weeks ago

Checklist

Describe the issue you are experiencing

I'm struggling with this same issue, which seems to be back after HA 2024.11:

https://github.com/home-assistant/core/issues/81089

"When setting a orientation on the camera, it briefly changes position, but then reverts to the standard, and the value is not saved."

Describe the behavior you expected

Rotate the camera stream in the front-end in a grid card

Steps to reproduce the issue

  1. Load the dashboard
  2. Click the video stream on the card
  3. Set upt "camera strem orientation" to "rotate righ"
  4. Click "Update"

image

What version of Home Assistant Core has the issue?

2024.11.1

What was the last working version of Home Assistant Core?

No response

In which browser are you experiencing the issue with?

Chrome 130.0.6723.117

Which operating system are you using to run this browser?

Windows 11

State of relevant entities

State: idle

Problem-relevant frontend configuration

cards:
      - type: grid
        square: false
        columns: 1
        cards:
          - show_state: false
            show_name: false
            camera_view: live
            type: picture-entity
            entity: camera.reolink_rlc_510wa_clear
            camera_image: camera.reolink_rlc_510wa_clear

Javascript errors shown in your browser console/inspector

http://192.168.1.144:8123/unknown/src/scoped-custom-element-registry.js 404 (Not Found)

Additional information

No response

TrasteCC commented 1 week ago

Fixed with 2024.11.2

TrasteCC commented 4 days ago

Problem is back with 2024.11.3

Some other people struggling with the same issue:

https://community.home-assistant.io/t/help-camera-rotation-stopped-working/793325/1