
19 Use cases
139
19
Use cases
19.1
Introducing acquisition / recording possibilities
There are several use cases concerning the acquisition / recording possibilities of the camera:
19.1.1
Generating very long exposure times
Since
mvIMPACT Acquire 1.10.65
Very long exposure times are possible with mvBlueFOX. For this purpose a special trigger/IO mode is used.
You can do this as follows (pseudo code):
TriggerMode = OnHighExpose
TriggerSource = DigOUT0 - DigOUT3
Attention
In the standard mvBlueFOX DigOUT2 and DigOUT3 are internal signals, however, they can be used for this
intention.
Note
Make sure that you adjust the
ImageRequestTimeout_ms
either to 0 (infinite) or to a reasonable value
that is larger than the actual exposure time in order not to end up with timeouts resulting from the buffer timeout
being smaller than the actual time needed for exposing, transferring and capturing the image:
ImageRequestTimeout_ms = 0 # or reasonable value
Now request a single image:
imageRequestSingle
Then the digital output is set and reset. Between these two instructions you can include source code to get the
desired exposure time.
# The DigOUT which was chosen in TriggerSource
DigitalOutput* pOut = getOutput(digital output)
pOut->set();
# Wait as long as the exposure should continue.
pOut->reset();
Afterwards you will get the image.
If you change the state of corresponding output twice this will also work with
wxPropView
(p. 77).
MATRIX VISION GmbH
Summary of Contents for mvBlueFOX
Page 1: ...mvBlueFOX Technical Manual...
Page 22: ...5 2 European Union Declaration of Conformity statement 15 MATRIX VISION GmbH...
Page 23: ...16 CONTENTS MATRIX VISION GmbH...
Page 24: ...5 3 Legal notice 17 5 3 Legal notice 5 3 1 For customers in the U S A MATRIX VISION GmbH...
Page 53: ...46 CONTENTS Figure 3 D Sub 9 pin male digital I O MATRIX VISION GmbH...
Page 117: ...110 CONTENTS MATRIX VISION GmbH...
Page 201: ...194 CONTENTS 20 1 5 2 Color version MATRIX VISION GmbH...
Page 202: ...20 1 mvBlueFOX Model 220 0 3 Mpix 640 x 480 195 20 1 5 3 Gray scale version MATRIX VISION GmbH...
Page 203: ...196 CONTENTS MATRIX VISION GmbH...
Page 211: ...204 CONTENTS MATRIX VISION GmbH...
Page 217: ...210 CONTENTS 20 3 5 2 Color version MATRIX VISION GmbH...
Page 219: ...212 CONTENTS MATRIX VISION GmbH...
Page 220: ...20 3 mvBlueFOX Model 221 0 8 Mpix 1024 x 768 213 MATRIX VISION GmbH...
Page 225: ...218 CONTENTS 20 4 5 2 Color version MATRIX VISION GmbH...
Page 227: ...220 CONTENTS MATRIX VISION GmbH...
Page 235: ...228 CONTENTS MATRIX VISION GmbH...