[Detector Support]: Jetson Orin Nano + Jetpack 6 #15740
Replies: 4 comments 5 replies
-
Jetson is a community supported board and the original contributor no longer is able to work on it, so we'll need a community member to contribute this feature. |
Beta Was this translation helpful? Give feedback.
-
It looks like this will get easier to support JP6 on dev/0.16 based on bookworm and a more recent Python release: I am happy to take a look at some point -- possibly when the 15 release has stabilized and 16 starts to get a tiny bit stable. And as a total aside -- The devex experience on these NVIDIA Jetson boards is the absolute worst, what a pain for all the things. |
Beta Was this translation helpful? Give feedback.
-
As a jetson owner I already tried to refactor docker builds for more recent python versions. The biggest problem here is python minor version mismatch - most of frigate images are built on top of debian 12 which has python3.11 by default, while nvidia images based on ubuntu. The latter has either 3.10 for older and 3.12 for the more recent. Any attempt to install original nvidia packages on different python versions fails, so this is the biggest pain point IMO. Anyways, I can help with nvidia docker builds and testing if support for jetson devices gets traction. |
Beta Was this translation helpful? Give feedback.
-
Just FYI, I had to do this fix to get Frigate working on a freshly flashed Orin Nano with JetPack 6.2: |
Beta Was this translation helpful? Give feedback.
-
Describe the problem you are having
Any plans on creating a jp6 image of frigate?
Ps. Loving all your work, this system is fantastic.
Version
15
Frigate config file
Na
docker-compose file or Docker CLI command
Na
Relevant Frigate log output
Install method
HassOS Addon
Object Detector
TensorRT
Screenshots of the Frigate UI's System metrics pages
Na
Any other information that may be helpful
No response
Beta Was this translation helpful? Give feedback.
All reactions