Skip to content

[Support]: Can I view bounding boxes on recorded video #3637

Description

@scottjjr

Describe the problem you are having

Hi, am having an issue where cars are regulalry recognised going in one direction (up the drive past the house), but generally missed in the other direction (down the drive past the house), and find cars & people are hit & miss when it's dark.

Assume I might need to do some tuning from the defaults. I've lowered the threshold and upped the detect framerate to see if that gives better results (cars go a little faster down than up).

Is there a way where I can run the debug window (where it shows the bounding boxes) over previously recorded video to assist with tuning?

Version

0.11-rc1

Frigate config file

logger:
  default: debug

mqtt:
  host: mqtt.home

ui:
  use_experimental: true

record:
  enabled: true
  retain:
    days: 21
    mode: all
  events:
    retain:
      default: 60
      mode: motion

ffmpeg:
  hwaccel_args:
    - -hwaccel
    - vaapi
    - -hwaccel_device
    - /dev/dri/renderD128
    - -hwaccel_output_format
    - yuv420p

  output_args:
    record: -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a copy

objects:
  track:
    - person
    - car
    - bicycle
    - motorcycle
    - dog
    - cat

  filters:
    person:
      min_score: 0.4
      threshold: 0.6
    car:
      min_score: 0.4
      threshold: 0.6


cameras:
  garage:
    ffmpeg:
      inputs:
        - path: rtsp://<camera>:554/Streaming/Channels/102
          roles:
           - detect
           - rtmp

        - path: rtsp://<camera>:554/Streaming/Channels/101
          roles:
           - record

    detect:
      width: 1280
      height: 720
      fps: 10

Relevant log output

n/a

FFprobe output from your camera

n/a

Frigate stats

n/a

Operating system

Other Linux

Install method

Docker CLI

Coral version

CPU (no coral)

Network connection

Wired

Camera make and model

Hilook IPC-T281H-MU

Any other information that may be helpful

No response

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions