What problem does it solve?
It helps you integrate VisioForge Video Capture SDK X into a WinUI 3 (Windows App SDK) app so you can reliably enumerate capture devices, preview video, and record output without running into common “DLL not found” or “no element X” startup failures.
Core Features & Use Cases
- WinUI 3 VideoView hosting for X engine: wires the cross-platform Video Capture SDK X engine to the Win2D CanvasControl used by WinUI 3.
- Capture + record with the X API: uses VideoCaptureCoreX for webcam/IP camera/screen/NDI capture and recording to common container formats.
- Production-ready setup guidance: covers InitSDKAsync boot, explicit NuGet redist pairing, license certificate registration, MSIX packaging behavior, and typical deployment pitfalls.
- Verification and troubleshooting: provides a checklist for first-run behavior, codec/plugin readiness, and teardown correctness.
Quick Start
Use the video-capture-sdk-x-winui skill to set up your WinUI 3 project, add the required NuGet packages, call VisioForgeX.InitSDKAsync once on window activation, create VideoView + VideoCaptureCoreX, then start capture and (optionally) add an MP4 output using the provided sample references.