Questions tagged [nvidia-jetson]

Nvidia Jetson is Nvidia's family of embedded devices, targeted for computing on the edge by users desiring to run machine learning and artificial intelligence tasks.

Use this tag for questions about programming specifically for the Jetson devices, namely: the Nano, TX1, TX2(i), or AGX. Please also tag the language you are coding in and the frameworks you are using for context.

Visit Nvidia's official site for more information on the Jetson devices.

405 questions
0
votes
1 answer

How to send data from Jetson nano to Arduino?

I'm trying to connect NVIDIA Jetson Nano through serial communication with Arduino Uno via USB, so when my camera, connected to the jetson nano, detect an object the LED turn on, but it's not working. I think my arduino doesn't receive any data from…
0
votes
3 answers

Auto-run python script when system is booted on jetson nano

How to auto-run python script made by me when the system is booted on jetson nano?
0
votes
1 answer

Cuda memory allocation

I am working with jetson TX2. I capture images from camera, as unsigned char *image. Then, I need to do some image processing. For that, I use the GPU. With the jetson TX2, we can avoid the transfer of data host/device and device/host because the…
user13162349
0
votes
1 answer

Incombrehensible error messasge when installing Tensorflow on a Nvidia Jetson TX2

I am quite new to operating a linux system so please bear with me. I tried installing Tensorflow on my Jetson according to this guide. Unfortunately at step 2.4 $ sudo pip3 install -U numpy==1.16.1 future==0.17.1 mock==3.0.5 h5py==2.9.0…
0
votes
1 answer

How to convert image data in ndarray encoded in bgr8 to jpeg image in python?

I'm trying to capture an image using the csi camera on jetson nano using the jetcam.csi_camera library. The read method in the library returns an n-dimentional array and uses bgr8 encoding. I want to convert this to an image object in PIL. How can I…
0
votes
0 answers

"ERROR: Command errored out with exit status 1:..." when I try to install Keras

I'm using Linux on an Nvidia Jetson TX2, and I'm trying to learn machine/deep learning. When I try to install Keras, I keep getting the error mentioned in the title. Here are the screenshots of the full error: I just got the TX2 yesterday, and…
ESM
  • 175
  • 10
0
votes
2 answers

How to specify older gcc version in yocto

I'm trying to build an image for the nvidia jetson nano board using yocto (zeus branch), here is my configuration: Build Configuration: BB_VERSION = "1.44.0" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING =…
Rui Sebastião
  • 855
  • 1
  • 18
  • 36
0
votes
2 answers

OpenCV installed but still not found when importing it

Good afternoon everyone, I tried many solutions from other people, but nothing is working. I have downloaded OpenCV, but everytime I run the code it says there is no opencv2 on my computer. And maybe it is important, I am using a Jetson TX2 with…
0
votes
1 answer

Erroe while using pip,

I am using ubuntu 14.04 on a jetson TK1 board, I am new with linux, trying to install jupyter notebook and tensorflow. Unable to use pip and python. While checking for the pip version by writing either of the code pip -v pip --version this gives…
0
votes
1 answer

Can we connect azure kinect DK with Nvidia Jetson Tx2 development kit?

Can we connect Microsoft's azure Kinect DK camera with Nvidia Jetson TX2 board DK together? Do these development kits support each other? Can we work on them?
0
votes
1 answer

DJI camera Control via API

I am trying to control DJI camera using the API port on A3 cotnroller. The drone i have is custom built. The reason i want to integrate DJI camera is because they have been so far the best. So any suggestion would be welcome. Please let me know if…
1hamad
  • 1
0
votes
0 answers

How can I avoid rebuilding 15GB-8hr long PCL library every time I move to a new identical HW?

I am using Jetson TX2 boards for my work with PCL and GPU. Since, GPU sub-systems are not available on any apt-repos, I am told to build them from source every time I move to a new system. Since all HW is identical,how can I just copy the same PCL…
0
votes
1 answer

Nvidia Jetson Nano on Ubuntu 18.04 completes docker run with "exec format error"

NVidia Jetson Nano on Ubuntu 18.04 completes docker run with standard_init_linux.go:211: exec user process caused "exec format error", but some images run completely fine. organic@jetson:~$ docker run -it --rm -p 8080:8080 django Unable to find…
organicnz
  • 89
  • 1
  • 2
  • 19
0
votes
0 answers

Docker RUN fails but executing the same commands in the image succeeds

I'm working on a jetson tk1 deployment scheme where I use docker to create the root filesystem which then gets flashed onto the image. The way this works is I create an armhf image using the nvidia provided sample filesystem with a qemu-arm-static…
Daniel Moodie
  • 357
  • 1
  • 10
0
votes
0 answers

Slow video streaming while using pytorch with cuda

I’m using Jetson Xavier (with maxn config) and I have created python multiprocess application for video analytics, containing the following 2 processes (Entirely Separate with no inter process communication): Simple process for capture video source…
moti
  • 1
  • 2