User`s guide

17 Functions — Alphabetical List
17-10
executeCommand
Execute command on GigE Vision camera
Syntax
executeCommand(g, 'commandname')
Description
executeCommand(g, 'commandname') executes the specified command for the
GigE camera g, where g is the object created using the gigecam function, and
'commandname' is the name of the command to execute.
Use the commands function to get the list of available commands for your camera.
Examples
Execute a Command to Set the Calibration on GigE Camera
Use executeCommand to execute any of the commands found by the commands function,
which tells you what commands are available for your camera to use.
Use the gigecamlist function to ensure that MATLAB is discovering your camera.
gigecamlist
ans =
Model Manufacturer IPAddress SerialNumber
____________________ ___________________ _______________ ______________
'MV1-D1312-80-G2-12' 'Photonofocus AG' '169.254.192.165' '022600017445'
Use the gigecam function to create the object and connect it to the camera.
g = gigecam