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
32
votes
10 answers
ERROR: Could not build wheels for opencv-python which use PEP 517 and cannot be installed directly
I was trying to install OpenCV4 in a docker on jetson nano. It has jetpack 4.4 s os. The docker was successfully created and Tensorflow is running but while installing OpenCV using pip it is showing CMake error.
root@5abf405fb92d:~# pip3 install…

Kasi Viswanath
- 373
- 1
- 3
- 9
20
votes
6 answers
Illegal instruction(core dumped) error on Jetson Nano
Sorry if my description is long and boring but I want to give you most important details to solve my problem.
Recently I bought a Jetson Nano Developer Kit with 4Gb of RAM, finally!, and in order to get, which I consider, the best configuration for…

RedEye
- 205
- 1
- 2
- 6
7
votes
1 answer
TF-TRT vs UFF-TensorRT
I found that we can optimize the Tensorflow model in several ways. If I am mistaken, please tell me.
1- Using TF-TRT, This API developer by tensorflow and integreted TensoRT to Tensorflow and this API called as :
from…

DeeeepNet
- 347
- 3
- 11
6
votes
1 answer
Conda Init Illegal instruction (core dumped)
I installed anaconda but when I ran conda init doesn't work,I'm using ssh to install that on a remote jetson nano ( ARM architecture).

Anouar Nabil
- 71
- 1
- 2
5
votes
1 answer
how to build gcc 11 cross compiler for jetson nano (arm64)
I'm following this guide but when I try to build the c++ library I get the following fatal error.
../../../../gcc-11.1.0/libsanitizer/asan/asan_linux.cpp: In function ‘void…

Edward
- 468
- 4
- 18
5
votes
0 answers
Raspberry pi camera on jetson nano wont work
Im using raspberry pi camera v2 on jetson nano. It works fine using gstreamer with python but trying to run it through javascrip wont work.
This is some of my approaches:
APPROACH 1:
With navigator:
5
votes
1 answer
OpenCV VideoCapture() doesn't work - Ubuntu
OpenCV 4.5 - Ubuntu - Jetson Nano 2GB
Hello I have a problem with getting video from my webcam (connected by USB to JetsonNano) by OpenCV
Here's my code:
// cv::VideoCapture cap( ... );
cv::Mat frame;
if (!cap.isOpened()) // if not…

Legion
- 73
- 1
- 1
- 7
5
votes
3 answers
How do I convert a tensorflow model into a TensorRT optimized model using trt.TrtGraphConverterV2 (or other suggestion)?
I am stuck with a problem regarding TensorRT and Tensorflow.
I am using a NVIDIA jetson nano and I try to convert simple Tensorflow models into TensorRT optimized models.
I am using tensorflow 2.1.0 and python 3.6.9.
I try to use utilize t.his code…

Andi
- 71
- 1
- 1
- 4
4
votes
0 answers
Raspi v2 camera is not working with v4l2src
Environment :- Raspi v2 camera, Jetson nano board, Ubuntu 18.04
I started with nvarguscamerasrc and it's working :-
gst-launch-1.0 nvarguscamerasrc sensor_mode=0 ! 'video/x-raw(memory:NVMM),width=3820, height=2464, framerate=21/1, format=NV12'!…

Kishan Singh
- 41
- 2
3
votes
1 answer
torch/lib/libgomp-d22c30c5.so.1: cannot allocate memory in static TLS block
I installed YoloV5 on my jetson nano. I wanted to execute my object detection code when this error appeared: python3.8/site-packages/torch/lib/libgomp-d22c30c5.so.1: cannot allocate memory in static TLS block.
To fix the problem I tried to put in…

Sach mk1indust
- 61
- 1
- 2
3
votes
0 answers
Jetson Nano Not Detecting Grove Sensors Using Grove Base HAT
I recently got started trying to connect a Grove PIR Motion Sensor & Grove NFC Reader to my Jetson Nano, using the Grove Base HAT:
I followed these two guides to get the necessary libraries set up in order to interface with the Grove…

Sam Skinner
- 376
- 3
- 12
3
votes
2 answers
Im trying to build mediapipe on my jetson nano
So Im trying to build a mediapipe whl file for my jetson nano by following this guide
https://github.com/jiuqiant/mediapipe_python_aarch64
I am successful on building it with my raspberry pi 4.
By the way this github repo also provides a whl file…

wyatt
- 31
- 3
3
votes
2 answers
How te set a static IP for a Jetson Nano?
I want to set a static IP for a Jetson Nano in my local network. What I've tried:
-- Changing the DHCP on the router.
-- editing /etc/network/interfaces with the following:
auto eth0
iface eth0 inet static
address 192.168.1.80
netmask…

Manzotin
- 768
- 1
- 7
- 18
3
votes
1 answer
Jupyter Password Not Hashed
When I try to set up the jupyter notebook password, I don't get a password hash when I open up the jupyter_notebook_config.json file.
This is the output of the json file:
{
"NotebookApp": {
"password":
…

iacisme
- 73
- 1
- 6
3
votes
2 answers
Does ffmpeg support GPU acceleration on Jetson platform?
I want to run ZoneMinder on Jetson-nano as an IP CAM server, but it seems that Jetson nano can not handle many cams which are using ffmpeg for decoding.
If I open three cams on ZoneMinder, CPU usage is always 100%, but GPU usage is 0%, and I can…

Vincent_Wang
- 71
- 1
- 7