How to set an integer MultiCam Parameter
The recommended MultiCam API functions to assign a value to an integer parameter are:
Function |
Method |
McSetParamInt |
By-ident reference method |
McSetParamNmInt |
By-name reference method |
The value to be assigned to the parameter is of the INT32 type, which means that no type conversion is involved. If you use another parameter-setting API function, type conversion will be attempted.
The Status variable can be used for error checking.