VideoMASTER_HardwareConfigurator
- Updated2023-08-17
- 1 minute(s) read
VideoMASTER_HardwareConfigurator
Description:
Displays the Hardware Configurator window, but only if the hardware configuration file has already been initialized using VideoMASTER Initialise.vi. The Hardware Configurator allows the user to interactively detect, test, and configure all VideoMASTER hardware devices. The input mode must match the type of signals to be acquired.
Syntax:
typedef enum {
Camera_Normal, Camera_VideoAC, Camera_VideoDC
} CameraModes;
void VideoMASTER_HardwareConfigurator(
ErrorCluster *errorIn,
CameraModes inputModeForCamera,
ErrorCluster *errorOut);
Parameters:
refer to the corresponding LabVIEW API VideoMASTER Hardware Configurator for a detailed description of each parameter.