frigate/web/src/views/live
Claude 54b3717a60
Fix: revert cameraAspectRatio inversion for ui.rotate cameras
The previous commit caused a double dimension swap for rotated cameras:
- LiveCameraView was inverting the aspect ratio (1/ratio) → portrait container
- MsePlayer was then swapping width/height again internally when
  isRotatedGrid=true → video got zero/invalid dimensions, nothing visible

The MsePlayer already handles the full rotation internally via CSS variables
(transform + width/height swap). The container in LiveCameraView should
keep the original (landscape) aspect ratio, matching the grid cell behavior
in DraggableGridLayout where this works correctly.

https://claude.ai/code/session_01CDLHQPGpf8w44jpsG8g8nM
2026-03-21 07:55:26 +00:00
..
DraggableGridLayout.tsx fix: remove duplicate MdCircle and useCameraActivity imports 2026-03-18 09:11:49 +00:00
LiveBirdseyeView.tsx Miscellaneous Fixes (#21193) 2025-12-09 12:08:44 -06:00
LiveCameraView.tsx Fix: revert cameraAspectRatio inversion for ui.rotate cameras 2026-03-21 07:55:26 +00:00
LiveDashboardView.tsx Merge branch 'blakeblackshear:dev' into dev 2026-03-19 14:49:40 +11:00