The NVIDIA Jetson AGX Xavier is an AI computer for autonomous machines.
Questions tagged [jetson-xavier]
75 questions
0
votes
1 answer
Linking opencv 3.2 for cv_bridge in Ubuntu 18.04 Jetson
I need to use cv_bridge and transfer the images to vison wx. I am using makefile to link / compile. The problem I have is I don't know where the header files are for the opencv 3.2 libraries. This is on a Jetson Xavier, opencv 3.2 may have been…

John Vorwald
- 13
- 4
0
votes
1 answer
How to handle OOM(out of memory) issue when using tensorflow?
I'm trying to convert a pre-trained model to onnx format. I'm using tf2onnx.convert for this purpose. Command that I ran:
$ python3 -m tf2onnx.convert --saved-model models --output tf_model_op9.onnx
On executing the command, I get OOM issue and the…

romil
- 68
- 1
- 8
0
votes
1 answer
Is there a way to know the options with which OpenCV was installed?
I read that when installing OpenCV you can specify a series of options (use of CUDA, TBB, NEON, etc).
My question is, suppose I have access to a (ARM) machine, in which OpenCV is already installed. Is there a way to learn which options was OpenCV…

KansaiRobot
- 7,564
- 11
- 71
- 150
0
votes
1 answer
Power on/off jetson xavier nx in a proper way
It seems to me like power on and off have two different behaviours:
if I shutdown jetson xavier nx through the operating system and after that turns off the power, jetson xavier wont start when I turn the power back on. First I have to remove the…

acroscene
- 845
- 4
- 16
- 45
0
votes
0 answers
Xaviar does not process in real time? How do I improve it?
I am running YOLO v3 on Jetson Xavier, I am using python and OpenCV DNN module for inferencing, and it is pretty slow and seems as if it is not effective for my application. So I am looking for another detection model that can run in a real-time…

nikki
- 365
- 4
- 20
0
votes
0 answers
GPIO Permission issue Nvidia Jetson AGX Xavier
Good afternoon everyone,
When trying to control a stepper motor through the GPIO header on the AGX Xavier I ran into the following issue:
When utilizing the jetson-gpio library for python compatible GPIO control I am able to run all sample scripts…

ruudscheenen
- 34
- 7
0
votes
1 answer
h5py problem with Docker and Tensorflow on Nvidia Jetson
I am currently trying to build a docker container which should be able to run GPU accelerated tensorflow on top of a Xavier AGX.
My approach is derived from example and the official nvidia documentation jetson-tensorflow.
My Dockerfile looks like…

Domi
- 61
- 4
0
votes
1 answer
DeepStream python apps in custom application
In this link, we can access to gstreamer pipeline buffer and convert the frame buffers in numpy array, I want to know, How I can to accesses the frame buffers in GPU mem and then feed into my custom processor without convert frames into numpy…

DeeeepNet
- 347
- 3
- 11
0
votes
1 answer
OpenCV warning: overloaded virtual function is only partially overridden
So I am able to compile and execute this c++ program which uses OpenCV on Nvidia hardware.
#include
#include
#include
cv::Mat ldimag(const char* image_path){
cv::Mat image = cv::imread(image_path);
…

Mostafa Mohsen
- 43
- 1
- 12
0
votes
1 answer
How can I access the mounted web camera of NVIDIA JETSON AGX XAVIER using python?
I have an NVIDIA JETSON AGX XAVIER. I have mounted a camera to that. I need to access this camera through my laptop using python and capture some video and save them back to my laptop again. I have searched for anything that helpful for solving this…

Theesh
- 187
- 1
- 18
0
votes
1 answer
Error in Cmake "The CUDA compiler identification is unknown" while creating the docker build
I am trying to create a docker build in Xavier. When I run my piece of code without docker it works smooth and I got The CUDA compiler identification. But when I am trying to make a build with dockerfile it gave me an error of CUDA compiler…

chirag
- 523
- 7
- 13
0
votes
1 answer
device tree gpios on Linux kernel for AGX jetson-Xavier
I am using a Xavier AGX, and I found the following output on my dmesg while booting up:
[ 0.963531] mc-err: mcerr ops are set to t19x
[ 0.971308] iommu: Adding device 2600000.dma to group 57
[ 0.978632] GPIO line 490 (pcie-reg-enable)…

wenbin.leong_raps
- 3
- 1
- 3
-1
votes
0 answers
Jetson Xavier NX + Intel AX210NGW WIFI 6E 6Ghz
my setup:
Jetson Xavier NX, Jetpack 5.1.1, ubuntu 20.04, linux kernel 5.10
Intel AX210NGW WIFI 6E 6Ghz
Router netgear RAXE300 tri-band
situation:
I was able to connect to wifi 6ghz from my laptop running the same Ubuntu 20.04 and the same wifi…
-2
votes
1 answer
Where does cuda-repo-cross--all.deb come from?
I am trying to set up a cross-compile environment on an AWS EC2 Ubuntu box targeting Nvida Xavier devices on Cuda 10.2. I tried following the "instructions" at…

Pete
- 1,241
- 2
- 9
- 21