For questions specific to programming the NVIDIA "Jetson Nano" device. When using this tag also include the more generic [nvidia-jetson] tag. Please also tag the language you are coding in and the framework you are using for context.
Questions tagged [nvidia-jetson-nano]
290 questions
2
votes
2 answers
Stream webcam with GStreamer (RTSP)
I have Kodak PIXPRO SP360 4k camera connected to the Jetson Nano or TX2 via USB cable.
I want to be able to see that video over browser, either with RTSP stream, Webrtc or something else.
It doesn't matter how it works in terms of technology, as…

Milos Milunovic
- 422
- 2
- 5
- 10
2
votes
1 answer
How to reuse vertices across primitives in OpenGL
I am using OpenGL in C++ (technically EGL, on a Jetson Nano.)
Let's say I want to draw N Quads. Imagine just a list of colored rectangles. There may be a few thousand such rectangles in the frame.
I want to use two vertex buffers:
One that…

Wyck
- 10,311
- 6
- 39
- 60
2
votes
1 answer
Rauc and Yocto on Jetson Nano - Unable to find primary boot slot
This is a continuation of my other post.
I've managed to create an image with u-boot and rauce.
I've made a simple rauc system.conf:
[system]
compatible=Jetson Nano
bootloader=uboot…

Varyag
- 676
- 12
- 29
2
votes
1 answer
u-boot script to allow choosing between which rootfs part to boot (RAUC)
I've managed to create an image with two rootfs partitions to run on my jetson nano with yocto/poky. I've followed the meta-rauc layer README and rauc user manual, to create the system.conf file and rauc_%.bbappend file and I am able to create…

Varyag
- 676
- 12
- 29
2
votes
1 answer
Flashing custom Yocto image to Jetson Nano production module eMMC?
I'm building a yocto image to run on the Jetson Nano. Right now I'm working on a Jetson Nano devkit which boots from the SD-card, and the flashing is described on the meta-tegra GitHub repo wiki. It doesn't say how to flash onto the eMMC on the…

Varyag
- 676
- 12
- 29
2
votes
0 answers
How to reduce the Jetson Nano .sdcard flash file size?
I've created images for the Jetson nano using the meta-tegra layer and flashed it so my jetson nano with a 32gb sd-card. When building an image, the default size of the .sdcard file that is needed to be flashed to the SD-card, is about 16GB .
It…

Varyag
- 676
- 12
- 29
2
votes
2 answers
How to use OpenCV with camera on Jetson Nano with Yocto/poky
I've created a minimal xfce image with Yocto/poky on a Jetson Nano using warrior branches (poky warrior, meta-tegra warrior-l4t-r32.2, openembedded warrior) and CUDA 10.
Image boots and runs perfectly, and the camera test:
$ gst-launch-1.0…

Varyag
- 676
- 12
- 29
2
votes
2 answers
Yocto: No recipes available (tegra)
I'm attempting to create an image with
bitbake core-image-minimal
For my jetson nano (nvidia tegra). I've added the meta-layer for tegra devices from https://github.com/madisongh/meta-tegra
and added it to bblayer.conf. I have also added lines…

Varyag
- 676
- 12
- 29
1
vote
1 answer
How to reduce delay in my gstreamer video pipeline reading from a Jetson Nano?
I have a program that captures live video feed from a CSI camera connected to a jetson nano and estimates the pose of an aruco marker. However, when I move the aruco marker in real life, the position returned by my code only changes about 0.5s-1s…

Guilherme Pinto
- 21
- 4
1
vote
0 answers
Linux sudo echo b > /proc/sysrq-trigger reboot is safe?
I'm developing a Jetson-based HUD that reboots very quickly. During the reboot process, I noticed that it takes about 10 seconds (relatively long) just to shut down the OS when using the "reboot" command. Since I need an OS that can reboot within…

이하운
- 11
- 2
1
vote
0 answers
FileNotFoundError: Op type not registered 'DisableCopyOnRead'
I've trained the EfficientDet D1 model in google collab. but, when i want to load the model in jetson nano, i'm facing this error
Traceback (most recent call last):
File…
1
vote
0 answers
How to custom deepstream python sample with face_recognition library
Hardware: Jetson Nano - Jetpack 4.4 - Python 3.6 - Deepstream 6.0
I'm currently working with deepstream-imagedate-multistream.py 1 example from NVIDIA-AI-IOT repo and I want to use face_recognition library 2 (of adam geitgey) in this sample to…

Lăng Khoa
- 11
- 1
1
vote
1 answer
Jetson nano poor performance with yolov5n and cuda activated
I'm testing Yolov5n with a Jetson nano B01 device (4GB).
For this purpose I'm using a docker version from this repo: repo
FROM nvcr.io/nvidia/l4t-base:r32.7.1
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y \
git…

Martín Alcubierre
- 4,341
- 1
- 27
- 27
1
vote
1 answer
Is DeepStream SDK support Jetson Nano?
My goal is to run DeepStream SDK 6.2 (or older version).
The official SD Card Image is JP461 (I assume it's JetPack 4.6.1). However, DeepStream SDK 6.2 require JetPack 5.1.
The problem is JetPack 5.1 does not mention Nano at all and I can't find…

Jason Rich Darmawan
- 1,607
- 3
- 14
- 31
1
vote
0 answers
torchaudio pre-built wheel for aarch64 on NVIDIA GPU platform
NVIDIA is offering pre-build wheels for Pytorch leveraging the GPU under 1. But this does not cover audiotorch. It seems that it is necessary to use a matching audiotorch version, otherwise and the version having the same version number…

k_o_
- 5,143
- 1
- 34
- 43