Appendix A: GenICam Commands
Falcon 4 Camera User's Manual
•
55
Grey Diagonal
Ramp
GreyDiagonalRamp Image is filled horizontally and vertically with an
image that goes from the darkest possible value to
the brightest by 1 Dn increment per pixel.
Static Value
Static Value User-specified static value. The value is set using the
testImageStaticValue feature.
PRNU
PRNU This is 2 times the sum of a horizontal test pattern
that repeats every 64 pixels and a vertical test pattern
that repeats every 62 lines plus +
testImageStaticValue. This test pattern can be used to
test FPN and PRNU correction.
Test Image Static
Value
testImageStaticValue
Pixel value to use for test image when the
TestImageSelector feature is set to “Static Value”.
Read-Write when TestImageSelector is either PRNU,
or StaticValue.
Possible values are: 0 to 4095
DFNC
Beginner
Summing Mode
summingMode
Enables camera summing mode.
DFNC
Guru
Off
Off The camera will output 1 frame at a time.
Active
Active The camera will sum 2 or more frames and output the
summed image
Summing Count (in
frame)
summingCount
Specifies the number of frames to sum. Read-Write
when summingMode is Active.
Possible values are: 2 to 8, in increments of 1.
DFNC
Guru
Burst Mode
summingBurst
Enables camera summing burst mode. This mode
effects the maximum frame rate(i.e.
AcquistionFrameRate). Read-Write when
summingMode is Active.
Active
Active When the camera is triggered (either internally or
externally), it will generate a series(summingCount) of
internal triggers at the maximum frame rate. For
example, when the camera is set to a frame rate of 1
Hz in this mode, and the summingCount = 4, the
camera will generate 4 triggers at the maximum
frame rate every second.
Off
Off The camera to average the specified number of
frames(summingCount) as it receives the internal or
external frame triggers.
Median Filter
medianFilter
DFNC
Gur
Active
Active Active: The camera will use 3x3 2D median filter
Off
Off The camera will not use 3x3 2D median filter
Median Filter
Threshold
medianFilterThreshold
Specifies the median filter threshold. If the difference
between the current pixl and median of its neighbor
pixels is greater than this value, the current pixel will
be replaced.
Possible values are 0 to 255, in increments of 1.
DFNC
Guru
Preliminary