Main Content

gigecamlist

List of GigE Vision cameras connected to your system

Add-On Required: This feature requires the Image Acquisition Toolbox Support Package for GigE Vision Hardware add-on.

Description

example

gigecamlist returns a list of available GigE Vision® Compliant cameras connected to your system, with model, manufacturer, IP address, and serial number. If the camera has a user-defined name, that name is displayed. If you plug in different cameras during the same MATLAB® session, then the gigecamlist function returns an updated list of cameras.

Examples

collapse all

The output of gigecamlist shows any GigE Vision cameras connected to your system.

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'

Version History

Introduced in R2014b