Skip to content
Discussion options

You must be logged in to vote

Based on your ffprobe output showing a 2688x1520 resolution stream, the black bars are likely appearing because Frigate's default display assumes a standard 16:9 aspect ratio, but your camera has a different aspect ratio.

Your EmpireTech camera appears to be using Dahua/Amcrest RTSP format. For optimal configuration, you should specify the detect resolution to match your camera's actual resolution (1):

basement_camera:
  ffmpeg:
    inputs:
      - path: rtsp://userid:pw@ipaddr/cam/realmonitor?channel=1&subtype=0
        roles:
          - record
      - path: rtsp://userid:pw@ipaddr/cam/realmonitor?channel=1&subtype=1
        roles:
          - detect
  detect:
    width: 2688
    height: 

Replies: 4 comments 13 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by sprior
Comment options

NickM-27
Oct 12, 2025
Collaborator Sponsor

You must be logged in to vote
11 replies
@NickM-27
Comment options

NickM-27 Oct 12, 2025
Collaborator Sponsor

@sprior
Comment options

@sprior
Comment options

@NickM-27
Comment options

NickM-27 Oct 12, 2025
Collaborator Sponsor

@hawkeye217
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@NickM-27
Comment options

NickM-27 Oct 13, 2025
Collaborator Sponsor

@sprior
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment