Viscom Software VideoCap ActiveX Control

StillPinVideoFormats Object

A StillPinVideoFormat object represents a still pin's video Format . (If your webcam or camera support capture HD image from a Still Pin).
A StillPinVideoFormat can be obtained out of the StillPinVideoFormats collection.

Example:   

This VB example illustrates how to obtain the Still Pin video format.

Dim myVideoFormat As StillPinVideoFormat
Set myVideoFormat = VideoCap1.StillPinVideoFormats.Item(1)