jetson-utils

Fork from dusty-nv/jetson-utils

https://github.com/yuhki50/jetson-utils

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.0%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Fork from dusty-nv/jetson-utils

Basic Info
  • Host: GitHub
  • Owner: yuhki50
  • License: mit
  • Language: C++
  • Default Branch: develop
  • Size: 1.49 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme License Citation

README.md

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:

bash 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.

Owner

  • Name: yuhki50
  • Login: yuhki50
  • Kind: user
  • Company: Japan

Citation (CITATION.cff)

cff-version: 1.2.0
title: >-
  Jetson Utils(C++/CUDA/Python multimedia utilities for
  NVIDIA Jetson)
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Dustin
    family-names: Franklin
    affiliation: Nvidia
repository-code: 'https://github.com/dusty-nv/jetson-utils'
url: 'https://www.jetson-ai-lab.com/'
abstract: C++/CUDA/Python multimedia utilities for NVIDIA Jetson
license: MIT

GitHub Events

Total
  • Push event: 1
  • Create event: 4
Last Year
  • Push event: 1
  • Create event: 4