Camera Link registers
90
Goldeye Camera Link Register Controls Reference V1.0.0
RegBCIntegrationMode
Controls how a background correction image will be acquired upon
BCIntegrationStart
command.
Register name
RegBCIntegrationMode
Register type
MaskedIntReg
Access mode
R/W
Address
0x000904B0
Length (Bytes)
4
Default
Integrate
Bits used
31..30
Enumeration values:
Value
Name and description
0
Integrate
After
BCIntegrationStart
, a correction image that is the mean of
BCIntegrationFrameCount
images will be acquired.
1
FrameBuffer
Stores every frame to the correction memory and uses the previously
stored image for correction. If
BCMode
=
On
, this can be used to get a
dynamic frame-to-frame difference of the live image.
Use
BCIntegrationStart
to start the FrameBuffer writing, set
BCIntegrationMode
=
Integrate
to stop it.