deepar_kit 0.1.0
deepar_kit: ^0.1.0 copied to clipboard
Bridge plugin that pipes DeepAR AR-processed frames directly into Agora RTC as an external video source. One-liner integration for AR filters in live streams.
0.1.0 #
- Initial release of deepar_kit.
DeepARControllercamera-filter API usable standalone (importdeepar_filter.dart) — no Agora required.DeepARAgoraBridgefor plug-and-play live streaming:enable()/disable()wire DeepAR frames into Agora RTC in a single call.- Your app stays the sole owner of Agora — the bridge never touches your App ID, token, or channel.
- Automatic RGBA (Android) / BGRA (iOS) pixel-format handling and per-frame timestamping.
- Error-resilient frame forwarding with frame-count tracking.