Skip to content

Files

Latest commit

 

History

History
22 lines (15 loc) · 362 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 362 Bytes

Rust

Bindings for IMTL in Rust.

Usage

Add this to your Cargo.toml:

[dependencies]
imtl = "0.1.1"

Example

Simple program to use IMTL to send raw YUV frame from file, video format: yuv42210bit 1080p60.

cargo run --example video-tx -- --yuv ./test.yuv
# Check more options with --help
cargo run --example video-tx -- --help