Bindings for IMTL in Rust.
Add this to your Cargo.toml
:
[dependencies]
imtl = "0.1.1"
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