EasyManua.ls Logo

GigE MotionBLITZ EoSens mini1 - Single Recording

GigE MotionBLITZ EoSens mini1
67 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Then the number of recorded frames can be read. You can read the sum of all
recorded frames of all sequences (RecordNumberOfFrames) or the number of
recorded frames in a specific sequence (RecordNum-
berOfFramesPerSequence). To get the number of recorded frames in a spe-
cific sequence, you have to select the sequence with the feature
StreamSequenceSelector before.
4.3.4 Single recording
Single recording means, that the recording starts at the beginning of the
memory and stops automatically at the end of the buffer. Recording can be
stopped prematurely using the command feature RecordStop.
If the camera is stopped automatically by reaching the end of the buffer, an
additional RecordStop must be send to the camera.
Single recording mode is only available for one sequence. So, if the
RecordMode is set to single the RecordNumberOfSequences will be set to one
automatically.
The single recording mode has three sub modes:
n No Trigger mode: after RecordStart the recording starts at the beginning
of the memory and stops automatically at the end of the buffer.
n In Trigger Active mode: after RecordStart the camera waits for a trigger.
Images will be recorded as long as the trigger stays active. The recording
stops automatically if the buffer is full.
n Burst mode: Before recording starts, the feature RecordBurstCnt must be
set to the number of frames to record (comparable to the feature
RecordTrailer). After RecordStart is initiated, the camera waits for a trig-
ger signal. The recording starts if a trigger is detected and records the
number of RecordBurstCnt frames. Then the camera waits for the next
trigger. The recording stops automatically when the buffer is full.
The programming flow for the No Trigger mode is:
RecordMode = Single
RecordNumberOfSequences = One and unavailable (automatically)
RecordWhileTriggerActive = False
RecordBurstCnt = 0
RecordStart
...
recording stops automatically (CameraState = IDLE), then
RecordStop must be given
AcquisitionStop
Read the number of recorded frames form the feature RecordNum-
berOfFrames which should be equal to RecordNum-
berOfFramesPerSequence.
The programming flow for the While Trigger Active mode is:
Programming
MikrotronGmbH / mini1 / CAMMC1370/71-RG / 2021 62 - 67