Connect to GigE Vision Cameras
Use the gigecamlist
function to return the list of available
GigE Vision® Compliant cameras connected to your system. The function returns a table with
the following information for each camera detected: model, manufacturer, IP address, and
serial number. If you plug in different cameras during the MATLAB® session, the gigecamlist
function returns an updated list of
cameras.
In this example, two cameras have been detected.
gigecamlist
ans = Model Manufacturer IPAddress SerialNumber ____________________ ___________________ _______________ ______________ 'MV1-D1312-80-G2-12' 'Photonofocus AG' '169.254.192.165' '022600017445' 'mvBlueCOUGER-X120aG' 'MATRIX VISION GmbH' '169.254.242.122' 'GX000818'
Note
The GigE Vision support requires that you download and install the necessary files via
MATLAB Add-Ons. The GigE Vision Hardware support package installs the files for both the
gige
adaptor for the videoinput
object and the
gigecam
object.
If you have the support package installed and gigecamlist
does not
recognize your camera, see the troubleshooting information in GigE Vision Hardware.