This is really annoying. Upgraded to 2025.3.0… issue is back!!
timmeh87
(Timothy Bernasch)
March 12, 2025, 3:33am
24
I have this problem. if i repeatedly open the same camera sometimes it is rotated, sometimes it is not. it seems completely random. I just updated to the 2025.3.2 release and seemingly nothing changed
Firewizz
(Kevin Manders)
March 18, 2025, 10:37am
25
Same here, super annoying…
Great news! It looks like they’re finally going to fix it
opened 10:51AM - 15 Nov 24 UTC
integration: go2rtc
### Checklist
- [X] I have updated to the latest available Home Assistant ver… sion.
- [X] I have cleared the cache of my browser.
- [X] I have tried a different browser to see if it is related to my browser.
- [X] I have tried reproducing the issue in [safe mode](https://www.home-assistant.io/blog/2023/11/01/release-202311/#restarting-into-safe-mode) to rule out problems with unsupported custom resources.
### 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"

### 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
```txt
State: idle
```
### Problem-relevant frontend configuration
```yaml
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
```txt
http://192.168.1.144:8123/unknown/src/scoped-custom-element-registry.js 404 (Not Found)
```
### Additional information
_No response_