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

If you try to Set the Font size to large you will get this error. [cuda] cudaOverlayText( mFontMapGPU, maxGlyphSize, mFontMapWidth, ((GlyphCommand*)mCommandGPU) + mCmdIndex, numCommands, color, image, image, format, width, height)...

when I use jetson-util read rtsp camera,a few minutes after acquiring the camera image, the following error message will appear, how should I solve it? [gstreamer] gstDecoder::Capture() -- an error...

Hi, Enabling NNVM memory did not bring performance gain when the codec is CODE_RAW. Specifically, the pipeline is as follows: `v4l2src device=/dev/video0 ! video/x-raw, format=(string)YUY2, width=(int)1920, height=(int)1080 ! appsink name=mysink`....

Hey Dustin I've installed the jetson-utils and when I run the examples I get this:- `Traceback (most recent call last): File "cuda-examples.py", line 26, in from jetson_utils import (cudaAllocMapped, cudaConvertColor,...

Hi, Is there any planned support for audio capture/saving in videoSource() and videoOutput()? Or is there an alternate solution in order to add audio to the video frames? Thank you!

I've compiled how to use it in Anaconda's virtual environment

I try to enter the command ``` ./video-viewer --input-decoder=v4l2 --input-loop=-1 rtsp://admin:[email protected]:554/h264/ch1/main/av_stream rtsp://@:8566/test --no-display ``` I disconnected the camera from the network and then reconnected it, but the app cannot establish...

When I run a command like `./jetson-utils/build/aarch64/bin/video-viewer /dev/video0 rtp://10.0.0.7:5000 --headless --framerate=15`, it does not change the framerate from 30 to 15 properly. An equivalent gstreamer command that would properly achieve...

Thank you very much for your work. I want to use WebRTC. I hope you can give a tutorial to use WebRTC.

Hi! I'm trying to use this nice repo both on a jetson and on a laptop with an x86 CPU and Nvidia GPU. However, the very first try gives me...