jetson-utils icon indicating copy to clipboard operation
jetson-utils copied to clipboard

C++/CUDA/Python multimedia utilities for NVIDIA Jetson

Results 139 jetson-utils issues
Sort by recently updated
recently updated
newest added

I have been trying to use the new [tensorrt container](https://catalog.ngc.nvidia.com/orgs/nvidia/containers/l4t-tensorrt) from Nvidia as the base image for building jetson utils as a standalone but keep running into this error: CMake...

The following works: video-viewer csi://0 display://0 --input-width=1920 --input-height=1200 Also, all of the other options work. Ex. video-viewer csi://0 display://0 --input-width=1920 --input-height=1200 --input-flip=horizontal The following does not work: video-viewer csi://0 display://0...

![Screenshot from 2021-11-06 19-47-21](https://user-images.githubusercontent.com/62818840/140620608-de5f134b-a5db-4257-8cd2-6e84d9c7ff00.png) Hello ! could you help me please ? i tried to compile and build the project on ROS neotic but i'm facing this error ! i...

![1633656261517](https://user-images.githubusercontent.com/53360392/136485092-ba384c6d-7312-40b8-bd17-8acb0b01e4a2.jpg) Sry for disturbing you. My device is TX2. When I input video-viewer, it appears error like that. It works normally at nvgstcapture-1.0. Could you help solving it?

I'm building quite a big live/realtime object detection and image analysis application on a Jetson Xavier NX devboard and I'm bumping into quite a big performance issue. I have noticed...

Hi I got the following message when I run camera_viewer on Jetson Xavier NX: `[gstreamer] gstreamer message stream-start ==> pipeline0 Error generated. /dvs/git/dirty/git-master_linux/multimedia/nvgstreamer/gst-nvarguscamera/gstnvarguscamerasrc.cpp, execute:656 Failed to create CaptureSession [gstreamer] gstCamera...

Hi I am using a CSI camera which is capable of 60 fps on Jetson Xavier NX. When I ran the camera_viewer, it showed GST_ARGUS: Available Sensor modes : GST_ARGUS:...

In cases where the fastest frame rate is not always required, the processing time of discarded frames is wasteful. In that case, it is better to be able to set...

I tested videoviewer with an 1920x1080 .avi file with h264 codec, it only can achieve 15fps. But when i used "gst-launch-1.0 filesrc location=../data/video_test/afternoon_2380_6.avi ! avidemux ! queue ! h264parse !...

For some video files, the video shrinks vertically when decoded. Near the bottom few lines are green, black, or a duplicate of the bottom line. For example, this phenomenon may...