Viscom Software VideoCap ActiveX Control

SnapShot Method

Description:   

SnapShot from Video Capture Device.

Usage:   

VideoCap1.SnapShot strFileName

Return Value:

Return TRUE - successful , Return FALSE - Failure.

Example:   

This Visual Basic example shows how to SnapShot from Video Capture and save to bitmap file.

VideoCap1.Device = 0
VideoCap1.Start
VideoCap1.SnapShot "c:\photo.bmp"