IC LabVIEW Extension Reference: IC_SetFramerate

IC_SetFramerate

Sets the frame rate of the current device. The supported frame rates depend on the currently selected video format. The functions IC_SetVideoFormat, IC_OpenDevice and IC_OpenDeviceByID return all supported frame rates for the specified video format.


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 FrameRate is the frame rate to be set. Supported frame rates can be retrieved via IC_SetVideoFormat.
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 IC Imaging Control in.
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.