Viscom Software VideoCap ActiveX Control

SnapShot2Picture Method

Description:   

SnapShot and return VB Picture object from video capture device.

 

Usage:   

VideoCap1.SnapShot2Picture

Return Value:

Return stdole.Picture.

Example:   

This Visual Basic example shows how to SnapShot from Video Capture and load to VB Picture Box.

VideoCap1.Device = 0
VideoCap1.Start
Picture1.Picture = VideoCap1.SnapShot2Picture