User`s guide

17 Functions — Alphabetical List
17-24
gigecam
Create gigecam object to acquire images from GigE Vision cameras
Syntax
g = gigecam
g = gigecam('IPAddress')
g = gigecam(devicenumber)
g = gigecam('serialnumber')
Description
g = gigecam creates the gigecam object g 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, then it creates the object and connects it to the first camera it
finds listed in the output of the gigecamlist function.
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.
g = gigecam('IPAddress') creates a gigecam object g where IPAddress is a string
value that identifies a particular camera by its IP address and connects it to the camera
with that address.
g = gigecam(devicenumber) creates a gigecam object g, where devicenumber
is a numeric scalar value that identifies a particular camera by its index number, and
connects it to that camera.
g = gigecam('serialnumber') creates a gigecam object g where serialnumber is
a string value that identifies a particular camera by its serial number.
Examples
Create a gigecam Object Using No Arguments
Use the gigecam function with no input arguments to connect to the single GigE Vision
camera on your system. If you have multiple cameras and you use the gigecam function