DroidV4L2 is a professional tool that turns your Android device into a low-latency, high-quality wireless webcam for Linux.
- Ultra-Low Latency: End-to-end latency < 50ms via aggressive SRT &
KEY_LATENCY=0tuning. - TinyRtspKt Engine: Powered by our custom, zero-dependency HEVC RTSP server.
- Modular Bridge: High-performance Rust backend using GStreamer.
- Seamless Switching: Runtime codec hot-swapping (H.264/H.265) without freezes.
For in-depth guides, architecture analysis, and API references, please visit our official documentation portal:
👉 https://miceworld.top/DroidV4L2/
# Start Linux Bridge
cd linux-app
cargo run --release -- -4 5000 -5 5001 --device /dev/video10
# Then Open Android App and Connect- TinyRtspKt: Our custom RTSP implementation for Android.
- DroidV4L2-Bridge: The repository you're currently in.
Note
This project is maintained by CagedBird-Lab. Licensed under GPLv3.