#frigate crashing on camera with 4608x1728 resolution

1 messages · Page 1 of 1 (latest)

granite creek
#

I am setting up a new system and testing a new camera. it is a Reolink POE Camera. I am able to record the sub stream so I think the issue might be with the resolution of the main stream. When I try to use the main stream I get the attached errors in the log

#
mqtt:
  enabled: false

detectors:
  ov:
    type: openvino
    device: GPU

ffmpeg:
  hwaccel_args: preset-intel-qsv-h264
  output_args:
    record: preset-record-generic-audio-aac

detect:
  fps: 5

model:
  width: 300
  height: 300
  input_tensor: nhwc
  input_pixel_format: bgr
  path: /openvino-model/ssdlite_mobilenet_v2.xml
  labelmap_path: /openvino-model/coco_91cl_bkgr.txt

cameras:
  test:
    enabled: true
    detect:
      width: 4608
      height: 1728
    ffmpeg:
      inputs:
        - path: rtsp://admin:@192.168.4.81:554/Preview_01_main
          roles:
            - detect
raw shadow
#

what version of Frigate are you running

#

also, your preset is wrong