C Use Cases; Acquisition; Camera Runs In "Free-Running" Mode; Camera Runs In "Constant Frame Rate" Mode - Photon Focus Gpixel MV8 Series User Manual

Table of Contents

Advertisement

Use Cases
This chapter shows some typical configurations of the camera. It gives some tips, how to
acquire images and how to use the general purpose counters and timers.
C.1 Acquisition
This section shows some configuration procedures of frequently used acquisition situations.
C.1.1 Camera runs in "free-running" mode
The camera needs to start acquiring images as fast as possible as soon as the command
AcquisitionStart() has been performed. The following configuration procedure must be
applied:
1.
The TriggerMode of the AcquisitionStart-, FrameStart-, FrameBurstStart- and
ExposureStart-trigger must be set to Off.
2.
Parameter EnAcquisitionFrameRate must be set to False.
3.
The required image Width and Height must be set.
4.
The required PixelFormat must be set.
5.
AcquisitionMode must be set to Continuous.
6.
The software command AcquisitionStart() must be applied.
C.1.2 Camera runs in "constant frame rate" mode
In some application it is necessary, that the camera acquires image at a certain frame rate. This
mode is similar to the "free-running" mode, however a required frame rate can be configured
additionally. The following configuration procedure shows how to set the camera in the
constant frame rate mode:
1.
The TriggerMode of the AcquisitionStart, FrameStart, FrameBurstStart- and ExposureStart
trigger must be set to Off.
2.
Parameter EnAcquisitionFrameRate must be set to True.
3.
Either the AcquisitionFrameTime or AcquisitionFrameRate must be set accordingly.
4.
The required image Width and Height must be set.
5.
The required PixelFormat must be set.
6.
AcquisitionMode must be set to Continuous
7.
The software command AcquisitionStart() must be applied.
C.1.3 Camera runs in triggered mode
The camera can be triggered by a software or hardware signal. In this mode, a frame is started
on every generated trigger signal. The following configuration procedure shows how to set
the camera in triggered mode:
MAN094 02/2022 V1.1
C
133 of 141

Advertisement

Table of Contents

Troubleshooting

loading

Table of Contents