Skip to content

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

License

Notifications You must be signed in to change notification settings

st6io/jetson-utils

This branch is up to date with dusty-nv/jetson-utils:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6d5471c · Oct 16, 2024
Jun 16, 2024
Jun 16, 2024
Oct 16, 2024
Feb 2, 2018
Jun 16, 2024
Jun 16, 2024
Jun 12, 2020
Jun 14, 2024
Jun 20, 2024
Nov 17, 2023
Jun 17, 2024
Jun 23, 2020
May 9, 2019
Jul 2, 2024
May 30, 2023
Feb 1, 2018
May 10, 2023
Jul 8, 2020
Jul 23, 2020
Jun 25, 2020
Dec 11, 2019
Jun 12, 2020
Dec 11, 2019
Jun 12, 2020
Apr 11, 2023
Apr 11, 2023
Jul 20, 2021
Apr 20, 2023
May 18, 2021
Aug 30, 2022
Jun 16, 2019
Jun 16, 2019
Nov 21, 2019
Apr 26, 2022
Nov 12, 2022
Nov 12, 2022

Repository files navigation

jetson-utils

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

/ Filesystem, CSV/JSON/XML parsing, command-line
camera/ GStreamer-based camera capture (V4L2, MIPI CSI)
codec/ GStreamer-based hardware video encoder/decoder
cuda/ CUDA image processing functions
display/ OpenGL window & rendering
image/ Image loading & saving
input/ Human Interface Devices (HID) from /dev/input
network/ Sockets, IPv4/IPv6, WebRTC/RTSP server
python/ Python bindings and examples
threads/ Multithreading, locks, and events
video/ Video streaming interfaces

Documentation

Documentation for jetson-utils can be found here:

Building from Source

jetson-utils is typically built as a submodule of jetson-inference, but it can also be compiled/installed standalone:

git clone https://github.com/dusty-nv/jetson-utils
mkdir build
cd build
cmake ../
make -j$(nproc)
sudo make install
sudo ldconfig

If you're missing dependencies, run the jetson-inference/CMakePreBuild.sh script.

About

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

Resources

License

Citation

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 62.7%
  • C 25.2%
  • Cuda 7.0%
  • CMake 3.9%
  • Python 1.2%