Skip to content
Discussion options

You must be logged in to vote

Your configuration looks mostly correct for a Jetson Orin Nano with the TensorRT detector. The logs show the TensorRT engine loaded successfully and detection was turned on for the entrada camera. (1)

There are a few issues to address:

1. Detection is not enabled by default in your config

You need to explicitly enable detection in your camera configuration. Add enabled: true under the detect section for each camera: (1)

cameras:
  entrada:
    detect:
      enabled: true
      width: 640
      height: 360
      fps: 5

(1)

2. Jetson is community supported

Jetson devices are community supported, meaning support may be limited. (1), (2)

3. Your TensorRT configuration looks correct

Your detec…

Replies: 1 comment 1 reply

Comment options

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

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