IC LabVIEW Extension Reference: IC_SetVideoNorm

IC_SetVideoNorm

Selects a video norm for the currently opened device and retrieves a list of the available video formats for this video norm. Supported video norms of the device are returned by IC_OpenDevice and IC_OpendDeviceByID. If the device is in live mode, it will be in live mode again after execution of this function.


Reference in ICImagingControl In is the reference to an instance of IC Imaging Control. A device must have been opened in this instance of IC Imaging Control.
String in VideoNorm is the name of the new video norm.
Cluster in Error In describes error conditions that occurred before this VI or function was executed. The default is no error. If an error occurred before this VI or function was executed, the VI or function passes the Error In value to Error Out.
Reference out ICImagingControl Out returns the reference that was passed to ICImagingControl In.
Array of String out VideoFormats returns an array containing the names of the available video formats for the new video norm.
Cluster out Error Out contains error information. If Error In indicates that an error occurred before this VI or function was executed, Error Out contains the error information that was passed to Error In. Otherwise, it describes the error status that this VI or function generates.