User`s guide

17 Functions — Alphabetical List
17-28
with that address. You can see the IP address for your camera in the list returned by the
gigecamlist function.
Example: g = gigecam('169.254.192.165')
Data Types: char
devicenumber — Device number of your camera
numeric scalar
Device number of your camera, specified as a numeric scalar. This number identifies a
particular camera by its index order. It creates the object corresponding to that index and
connects it to that camera. The index corresponds to the order of cameras in the table
returned by gigecamlist when you have multiple cameras connected.
Example: g = gigecam(2)
Data Types: double
serialnumber — Serial number of your camera
character string
Serial number of your camera, specified as a character string. This argument creates
a gigecam object g where serialnumber is a string value that identifies a particular
camera by its serial number. When you use the gigecam function with the serial number
of the camera as the input argument, it creates the object and connects it to the camera
with that number. You can see the serial number for your camera in the list returned by
the gigecamlist function.
Example: g = gigecam('022600017445')
Data Types: char
More About
Tips
When the gigecam object is created, it connects to the camera and establishes
exclusive access. You can then preview the data and acquire images using the
snapshot function.
You cannot create more than one object connected to the same device, and trying to do
that generates an error.