Viscom Software VideoCap ActiveX Control

StillPinVideoFormat Property 

Description:   

Set the Still Pin video format, then you may snapshot from still pin. To get HD snapshot image. (If your webcam or camera support capture HD image from a Still Pin).
 After set StillPinVideoFormat property, you need call Start method.

Usage:   

VideoCap1.StillPinVideoFormat[= value]

Data Type:   

short
 
 

Example:   

Private Sub Form_Load()
     VideoCap1.StillPinVideoFormat = cbostillpin.ListIndex
     VideoCap1.Start
End Sub


Private Sub Snapshot_Click()
    VideoCap1.SnapShotJPEG "c:\photo.jpg",99
End Sub


Value:   

short