User`s guide

Acquire Images from GigE Vision Cameras
11-13
Model Manufacturer IPAddress SerialNumber
____________________ ___________________ _______________ ______________
'MV1-D1312-80-G2-12' 'Photonofocus AG' '169.254.192.165' '022600017445'
2
Use the gigecam function to create the object and connect it to the camera.
g = gigecam
g =
Display Summary for gigecam:
DeviceModelName: 'MV1-D1312-80-G2-12'
SerialNumber: '022600017445'
IPAddress: '169.254.192.165'
PixelFormat: 'Mono8'
AvailablePixelFormats: {'Mono8' 'Mono10Packed' 'Mono12Packed' 'Mono10' 'Mono12'}
Height: 1082
Width: 1312
Timeout: 10
Show Beginner, Expert, Guru properties.
Show Commands.
It creates the object and connects it to the Photonofocus AG camera.
3
Preview the image from the camera.
preview(g)
The preview window displays live video stream from your camera. The preview
dynamically updates, so if you change a property while previewing, the image
changes to reflect the property change.
4
Optionally, set any properties. Properties are displayed when you create the object,
as shown in step 2. For example, you could change the ExposureTime setting.
g.ExposureTime = 20000
For more information, see “Set Properties for GigE Acquisition” on page 11-4.
5
Optionally, use any of the GigE camera commands that your camera supports.
For more information, see “Set Properties for GigE Acquisition” on page 11-4.
6
Close the preview.