LEADTOOLS WIA supports working with video devices when using the Windows XP or earlier operating systems (Windows Server 2003, Windows Vista and later environments do not support video devices). The following functions support this feature:
LWia::StartVideoPreview. Starts the video preview inside the window specified through the hWndParent parameter.
LWia::IsVideoPreviewAvailable. Determines whether a video preview is available.
LWia::ResizeVideoPreview. Resizes the video playback to the largest supported resolution that fits inside the parent.
LWia::AcquireImageFromVideo. Extracts a still image from the video stream, and saves the image as a JPEG file.
LWia::EndVideoPreview. Shuts down the streaming video.