Nothing in logs
Nothing in logs
No response
\nDebian
\nDocker Compose
\n-
Coral
\nNo response
\nNo response
","upvoteCount":1,"answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"The go2rtc docs suggest using rotate
: https://github.com/AlexxIT/go2rtc?tab=readme-ov-file#source-ffmpeg
Because re-encoding is required, rotation uses a lot more CPU, even with hardware acceleration. The recommendation is to either physically rotate the camera or use camera firmware rotation.
","upvoteCount":1,"url":"https://github.com/blakeblackshear/frigate/discussions/19131#discussioncomment-13745679"}}}-
Describe the problem you are havingTrying to rotate my Tapo camera 90 degrees. Using Transpose. Not sure that this is the way to do it or if rotate is better? Im open for suggestions. Transpose is working but not with hardware acceleration. Also, when rotated the full stream aren't show in the stream view. The upper and lower parts are cropped away, but visible in the dashboard. Version0.16.0-d96efdb Frigate config filestreams:
Entre:
- ffmpeg:rtsp://admin1:{FRIGATE_RTSP_PASSWORD}@10.0.0.93:554/stream1#raw=-vf transpose=1#video=h264#audio=aac#hardware Relevant Frigate log outputNothing in logs Relevant go2rtc log outputNothing in logs Frigate statsNo response Operating systemDebian Install methodDocker Compose docker-compose file or Docker CLI command- Object DetectorCoral Screenshots of the Frigate UI's System metrics pagesNo response Any other information that may be helpfulNo response |
Beta Was this translation helpful? Give feedback.
-
The go2rtc docs suggest using Because re-encoding is required, rotation uses a lot more CPU, even with hardware acceleration. The recommendation is to either physically rotate the camera or use camera firmware rotation. |
Beta Was this translation helpful? Give feedback.
The go2rtc docs suggest using
rotate
: https://github.com/AlexxIT/go2rtc?tab=readme-ov-file#source-ffmpegBecause re-encoding is required, rotation uses a lot more CPU, even with hardware acceleration. The recommendation is to either physically rotate the camera or use camera firmware rotation.