Skip to content

[Detector Support]: libnvjpeg.so not found on Jetson AGX Xavier with stable-tensorrt-jp5 image #13742

Discussion options

You must be logged in to vote

For posterity, this was a result of a couple things:

  1. The docker run command I was using doesn't attach to an existing container or use the config from docker-compose.yml, so of course libnvjpeg couldn't be found since nothing was being passed on from the host. This explains why ffmpeg started without issue when running via docker-compose up. 100% PEBCAK.
  2. Another one of my concerns was the WARNING : Did not detect hwaccel ... at the bottom of the Frigate log. This was a result of my hwaccel_args: preset-jetson-h264 being listed individually for each camera. Creating a root ffmpeg: entry with the hwaccel_args: as a child fixed this.

An additional thing I did to get detection running on my…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

NickM-27
Sep 14, 2024
Collaborator Sponsor

You must be logged in to vote
1 reply
@dustin-richards-was-here
Comment options

Comment options

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