Viscom Software VideoCap ActiveX Control

SnapShotJPEG Method

Description:   

SnapShot JPEG from VideoCapture .

Usage:   

VideoCap1.SnapShot strFileName, iJPEGQuality

Return Value:

Return TRUE - successful , Return FALSE - Failure.

Example:   

This Visual Basic example shows how to SnapShotJPEG from VideoCapture and save to jpg file.

VideoCap1.Device = 0
VideoCap1.Start
VideoCap1.SnapShotJPEG "c:\photo.jpg",90