User`s guide
11 Using the GigE Vision Interface
11-10
ans =
Model Manufacturer IPAddress SerialNumber
____________________ ___________________ _______________ ______________
'MV1-D1312-80-G2-12' 'Photonofocus AG' '169.254.192.165' '022600017445'
Using the gigecam function with no arguments creates the object, and connects to the
single GigE Vision camera on your system. If you have multiple cameras and you use the
gigecam function 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.
Create an object, g.
g = gigecam
g =
Display Summary for gigecam:
DeviceModelName: 'MV1-D1312-80-G2-12'
SerialNumber: '022600017445'
IPAddress: '169.254.192.165'
PixelFormat: 'Mono8'
AvailablePixelFormats: {'Mono8' 'Mono10Packed' 'Mono12Packed' 'Mono10' 'Mono12'}
Height: 1082
Width: 1312
Timeout: 10
Show Beginner, Expert, Guru properties.
Show Commands.
Create a gigecam Object Using IP Address
Use the gigecam function with the IP address of the camera (specified as a character
string) as the input argument to create the object and connect it to the camera with
that address. You can see the IP address for your camera in the list returned by the
gigecamlist function.
Use the gigecamlist function to ensure that MATLAB is discovering your cameras.
gigecamlist
ans =