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

Add an `automatic` flip option that rotates video based on rotation tags in the video (that are very common in videos recorded by mobile phones). If there are no such...

If I would like to use the gstCamera to capture RGBA8 images, how should I call the function Capture?

Hello, I am facing a similar issue to [gstreamer stalling?](https://github.com/dusty-nv/jetson-utils/issues/30). I am trying to stream 120 fps videos from 2 CSI cameras on the jetson nano using the C++ API....

Hello! I am trying to implement multiple camera streams and show them on one display using glDisplay class. There are no problems when I have one stream, but when I...

root@demo:~/test_gpu/jetson-inference/build# make -j4 [ 1%] Building NVCC (Device) object utils/CMakeFiles/jetson-utils.dir/cuda/jetson-utils_generated_cudaColormap.cu.o [ 2%] Building NVCC (Device) object utils/CMakeFiles/jetson-utils.dir/cuda/jetson-utils_generated_cudaCrop.cu.o [ 2%] Building NVCC (Device) object utils/CMakeFiles/jetson-utils.dir/cuda/jetson-utils_generated_cudaFilterMode.cu.o [ 3%] Building NVCC (Device) object...

Hello How are you? Thanks for continuous updating of this project. I have an issue when recapture again the video stream disconnected by network issue. it open the video stream...

Hi, I am trying to port `jetson-inference` and `jetson-utils` to Arch Linux and Yocto Project. The system has CMake 3.16 and Python 3.8. I am having problem with Python import....

Hello How are you? I encoded a video file with your app on a Jetson host. Here the target bitrate is 10000 kbps and fps is 20. The real bitrate...

Hello How are you? I am making a docker image for Jetson. The Dockerfile is following. FROM nvcr.io/nvidia/l4t-tensorflow:r32.4.3-tf2.2-py3 RUN apt-get update && apt-get install -y --no-install-recommends make g++ curl git...

We use your code,video-viewer,simply pull the local 1080P video and play it,but it seems the framerate drops from 24 to about 16 fps.So why this happend and how can I...