User`s guide
gigecam
17-25
with no input argument, it creates the object and connects it to the first camera it finds
listed in the output of the gigecamlist function.
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'
Create an object, g.
g = gigecam
It creates the object and connects it to the Photonofocus AG camera.
Create a gigecam Object Using IP Address or Serial Number
Use the gigecam function with the IP address or serial number of the camera as the
input argument to create the object and connect it to the camera with that address or
number.
Use the gigecamlist function to ensure that MATLAB is discovering your cameras.