[Config Support]: #12771
-
Describe the problem you are havingSome of my cameras (i use different brands) have wrong aspect ratio between normal channel and sub channel That happens with some other brands, but not all. Version0.14b4 Frigate config filego2rtc:
streams:
ingresso_rec:
- rtsp://admin:[email protected]:554/stream0
ingresso_det:
- rtsp://admin:[email protected]:554/stream1
campo_rec:
cameras:
ingresso:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/ingresso_rec
roles:
- record
- path: rtsp://127.0.0.1:8554/ingresso_det
roles:
- detect
motion:
mask: 0.197,0.281,0.289,0.332,1,0.48,1,0,0,0,0,0.239
best_image_timeout: 60
detect:
enabled: true
width: 720
height: 576
live:
stream_name: ingresso_rec
mqtt:
enabled: true
timestamp: true
bounding_box: true
crop: true
height: 270
quality: 70
required_zones: []
ui:
order: 1
dashboard: trueRelevant log outputnoneFrigate statsNo response Operating systemDebian Install methodDocker CLI Object DetectorOpenVino Any other information that may be helpfulNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
Change the detect resolution to use the correct aspect ratio |
Beta Was this translation helpful? Give feedback.
-
|
Ok, just found out with VLC that the aspect ratio of the substrem is that one, 4:3 compressed. |
Beta Was this translation helpful? Give feedback.


You should change the aspect ratio. If using hwaccel then there will be no additional cpu usage and negligible GPU usage.