Viscom Software VideoCap ActiveX Control

CustomVideoColorFormat Property

Description:   

Get or Set the video color format when use custom video format. If your capture device does not support specific video color, it will trigger CustomVideoFormatError event and use default video color.

Usage:   

VideoCap1.CustomVideoColorFormat[= value]

Data Type:   

String

Example:   

The Visual Basic example 

Private Sub Form_Load()
        VideoCap1.UseCustomVideoFormat=true      
        VideoCap1.CustomVideoColorFormat="RGB24"
        VideoCap1.CustomVideoWidth=320
        VideoCap1.CustomVideoHeight=240
        VideoCap1.Start
End Sub


Value:   

RGB24   
YVU9
Y411
Y41P
YUY2
YVYU
UYVY
Y211
RGB4
RGB8
RGB565
RGB555
RGB32
ARGB32
YV12
IF09
IYUV