Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
dusty-nv committed May 10, 2023
1 parent 6c5063b commit 01df91e
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# jetson-utils
C++/CUDA/Python multimedia utilities for NVIDIA Jetson:
C++/CUDA + Python multimedia utilities for NVIDIA Jetson:

| | |
|------------------------|-------------------------------------------------|
| `/` | Filesystem, CSV/JSON/XML parsing, command-line |
| [`/`](/) | Filesystem, CSV/JSON/XML parsing, command-line |
| [`camera/`](camera/) | GStreamer-based camera capture (V4L2, MIPI CSI) |
| [`codec/`](codec/) | GStreamer-based hardware video encoder/decoder |
| [`cuda/`](cuda/) | CUDA image processing functions |
Expand All @@ -15,19 +15,6 @@ C++/CUDA/Python multimedia utilities for NVIDIA Jetson:
| [`threads/`](threads/) | Multithreading, locks, and events |
| [`video/`](video/) | Video streaming interfaces |

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

### Documentation

Expand Down

0 comments on commit 01df91e

Please sign in to comment.