Balena Deepstream with Jetson SeeedStudio reComputerJ4012

Hi guys,

I recently started working with the J4012 Jetson Orin NX. Although I still have trouble with the hw. acc browser, I could deploy the basic browser and the minimal user interface (see here).

Now, I wanted to deploy a minimal Deepstream application with hw support. I already saw posts like this, this or this. However, I’m struggling to get a container going. Could you point me to some instructions on how to do that?

Thanks!

Hello @Ben1 , just to clarify, are you using the Classic (Super mode NOT supported), Super, Industrial, or mini version of the J4012?

I know that people have successfully deployed Deepstream on balena, but I don’t have an example right at hand. I’ll see if I can find one. In the meantime, I notice you have found the “How to use NVIDIA Jetson devices on balena” blog post. Most examples will follow that path, of installing the drivers, CUDA, and Deepstream dependencies (gstreamer, etc…) in the container, along with Deepstream itself. There’s a sample Dockerfile here that can get you started: jetson-examples/jetson-orin at master · balena-io-examples/jetson-examples · GitHub

I’m using the industrial. Ok, I was looking into building that image but unsuccessful so far. Will give it a try again and get back.