What problem does it solve?
It removes the guesswork of integrating VisioForge Video Capture SDK X into a native .NET for Android app, especially around permissions, Android-specific UI hosting, licensing, and deployment pitfalls that cause black previews or runtime crashes.
Core Features & Use Cases
- Native .NET for Android Video Capture: Set up
VideoViewGL and wire VideoCaptureCoreX for webcam/video capture and recording on Android hosts (net10.0-android activity-based).
- End-to-end recording workflow: Configure an MP4 output, run preview, and toggle recording using
StartCaptureAsync / StopCaptureAsync without rebuilding the pipeline.
- Production-focused integration guidance: Handle CAMERA/RECORD_AUDIO runtime permissions, AndroidDependency project reference requirements, trial-to-licensed activation via
SetLicenseCertificateAsync, and common AAB/ABI packaging issues.
Use Case: You want a native .NET Android app that previews the camera, records MP4 to app-private Movies storage, and lets users switch front/back cameras without crashes or confusing permission failures.
Quick Start
Tell the AI assistant: “Generate a step-by-step plan to integrate video-capture-sdk-x-android into my net10.0-android project, including the required NuGet packages, the AndroidDependency project reference, the VideoViewGL layout, runtime permission handling, MP4 output setup, and where to place the license registration call.”