Skip to content
Discussion options

You must be logged in to vote

I reconfigured my test environment and don't experience issues anymore. Thank you @hawkeye217 for your assistance with the loop parameters. The final config looks like this:

mqtt:
  enabled: false

ffmpeg:
  hwaccel_args: preset-vaapi

go2rtc:
  webrtc:
    candidates:
      - 192.168.170.11:8555
  ffmpeg:
    file: "-re -stream_loop -1 -i {input}"
  streams:
    big_buck_bunny:
      - ffmpeg:/media/frigate/bbb_sunflower_1080p_30fps_normal.mp4#input=file#video=h264#hardware

detectors:
  ov:
    type: openvino
    device: GPU

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

Replies: 3 comments 12 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
11 replies
@martinj9320
Comment options

@NickM-27
Comment options

NickM-27 Dec 14, 2024
Collaborator Sponsor

@martinj9320
Comment options

@hawkeye217
Comment options

@martinj9320
Comment options

Comment options

You must be logged in to vote
1 reply
@hawkeye217
Comment options

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