[Config Support]: How to correct aspect ratio in live view #16035
Unanswered
idxlics
asked this question in
Config Support
Replies: 1 comment 2 replies
-
if you want to have the original aspect ratio in live view it would be more CPU efficient to just use the main stream for live instead of transcoding the sub stream |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the problem you are having
My camera has a 704x576 substream used for detection and live view.
The correct aspect ratio should be 16:9 or 1024x576 and if I use
then it works fine for detection.
I would also want it to be corrected for live view and tried using
from #11115 but with no luck, both detection and live view get errors after applying this fix. Any suggestion?
Version
0.14.1-f4f3cfa
Frigate config file
Relevant Frigate log output
Relevant go2rtc log output
Frigate stats
No response
Operating system
Debian
Install method
Docker Compose
docker-compose file or Docker CLI command
Object Detector
Coral
Screenshots of the Frigate UI's System metrics pages
No response
Any other information that may be helpful
Frigate running in Docker on Debian vm on Proxmox host.
hwaccel is working normally with vGPU passthrough despite "Unable to poll intel GPU stats" in log.
Beta Was this translation helpful? Give feedback.
All reactions