#Need some help getting Frigate working with Reolink P330

1 messages · Page 1 of 1 (latest)

fathom charm
#

I bought three of these cameras https://reolink.com/product/p330/
I got Frigate up and running, but I can't get the video to show. This is my. frigate config

mqtt:
  enabled: false
ffmpeg:
  hwaccel_args: -hwaccel qsv -hwaccel_output_format nv12 -c:v h264_qsv
  input_args: -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -flags low_delay -strict experimental -analyzeduration 1000M -probesize 1000M -rw_timeout 5000000
  output_args:
    record: -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy
cameras:
  reolink-p330-1:
    enabled: true
    ffmpeg:
      inputs:
        - path: rtsp://admin:test1234@192.168.0.121:554/
          input_args: preset-rtsp-restream
          roles:
            - detect
    detect:
      enabled: false
      width: 1280
      height: 720
detect:
  enabled: true
version: 0.16-0
#

Logs state this

2025-11-02 16:16:25.472803966  [2025-11-02 16:16:25] ffmpeg.reolink-p330-1.detect   ERROR   : [h264 @ 0x625acf0fee00] no frame!
2025-11-02 16:16:25.473182683  [2025-11-02 16:16:25] ffmpeg.reolink-p330-1.detect   ERROR   : [h264 @ 0x625acf0fee00] missing picture in access unit with size 29960
2025-11-02 16:16:25.473480047  [2025-11-02 16:16:25] ffmpeg.reolink-p330-1.detect   ERROR   : [h264 @ 0x625acf0fee00] data partitioning is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.
2025-11-02 16:16:25.478876665  [2025-11-02 16:16:25] ffmpeg.reolink-p330-1.detect   ERROR   : Device creation failed: -542398533.
2025-11-02 16:16:25.479132401  [2025-11-02 16:16:25] ffmpeg.reolink-p330-1.detect   ERROR   : [vist#0:0/h264 @ 0x625acf11d100] [dec:h264_qsv @ 0x625acf127900] No device available for decoder: device type qsv needed for codec h264_qsv.
2025-11-02 16:16:25.479363719  [2025-11-02 16:16:25] ffmpeg.reolink-p330-1.detect   ERROR   : [vist#0:0/h264 @ 0x625acf11d100] [dec:h264_qsv @ 0x625acf127900] Hardware device setup failed for decoder: Generic error in an external library

the camera is H265 only