User`s guide
17 Functions — Alphabetical List
17-12
Execute a command, such as setting a calibration correction.
executeCommand(g, 'Correction_CalibrateGrey');
Input Arguments
commandname — Name of GigE camera command to execute
character string
Name of command you want to execute on your GigE camera, specified as a character
string. Use the commands function to get the list of available commands for your camera.
Then use executeCommand to execute any of the available commands.
Example: executeCommand(g, 'AutoFocus')
Data Types: char