What problem does it solve?
This Skill helps you integrate VisioForge Video Capture SDK .NET into a Windows Forms app so you can reliably enumerate capture devices, show a live preview, and record or snapshot video/audio with correct runtime setup and licensing.
Core Features & Use Cases
- WinForms capture with preview: Embed the
VisioForge.Core.UI.WinForms.VideoView control and start webcam/IP-camera/screen/DV capture inside a WinForms UI.
- Capture-to-file recording: Record to common formats such as MP4, AVI, MOV, MPEG-TS, WebM, and WMV (with guidance on optional codec redist packages).
- Snapshots + device/audio controls: Take still frames and tune audio/video parameters through SDK settings patterns.
- Common integration troubleshooting: Addresses frequent issues like native DLL not found, missing codec filters, trial period expiry, and “black preview” caused by starting before the control handle exists.
Quick Start
Use the skill to integrate VisioForge Video Capture SDK .NET into your WinForms project, then build and run the provided references/Form1.cs pattern (including engine creation on load and the Start/Stop flow) to confirm devices enumerate and preview renders correctly.