Skip to content

[HW Accel Support]: Proxmox Ryzen Frigate 14 crashes if I try to enable HW acceleration on top of Coral USB TPU #15458

Closed Answered by xabix
xabix asked this question in Hardware Acceleration Support
Discussion options

You must be logged in to vote

I got it working but I am not sure that I am using the hwaccel of the GPU for ffmpeg. Maybe :)

I kept:

detectors:
  coral:
    type: edgetpu
    device: usb

ffmpeg:
  #hwaccel_args: -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 #Enable Hardware Acceleration
  hwaccel_args: "auto"
  global_args: -hide_banner -loglevel error -threads 4
  output_args:
    detect: -threads 4 -f rawvideo -pix_fmt yuv420p
    record: preset-record-generic
  retry_interval: 10

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by NickM-27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment