User`s guide

17 Functions — Alphabetical List
17-78
'MV1-D1312-80-G2-12' 'Photonofocus AG' '169.254.192.165' '022600017445'
Use the gigecam function to create the object and connect it to the camera.
g = gigecam
Preview the image from the camera.
preview(g)
The preview window displays live video stream from your camera. If you change a
property while previewing, then the preview dynamically updates, and the image reflects
the property change.
Close the preview.
closePreview(g)
Acquire a single image from the camera using the snapshot function, and assign it to
the variable img.
img = snapshot(g);
Display the acquired image.
imshow(img)
Clean up by clearing the object.