User`s manual
122 Piranha4 2K and 4K Camera Color User's Manual
03-032-20180-02 Teledyne DALSA
Red 1
D0..D7
Blue 1
D0..D7
Green 1
D0..D7
Red 2
D0..D7
Blue 2
D0..D7
Green 2
D0..D7
Red 3
D0..D7
Blue 3
D0..D7
Green 3
D0..D7
Red 4
D0..D7
Blue 4
D0..D7
Green 4
D0..D7
Red 5
D0..D7
Blue 5
D0..D7
Green 5
D0..D7
Red 6
D0..D7
Blue 6
D0..D7
Green 6
D0..D7
Red 7
D0..D7
Blue 7
D0..D7
Green 7
D0..D7
Red 8
D0..D7
Blue 8
D0..D7
Green 8
D0..D7
Red 9
D0..D7
Blue 9
D0..D7
Green 9
D0..D7
Red 10
D0..D7
Blue 10
D0..D7
Green 10
D0..D7
Red 11
D0..D7
Green 11
D0..D7
Red 4095
D0..D7
Blue 4095
D0..D7
Green 4095
D0..D7
Red 4096
D0..D7
Blue 4096
D0..D7
Green 4096
D0..D7
Blue 4092
D0..D7
Green 4092
D0..D7
Red 4093
D0..D7
Blue 4093
D0..D7
Green 4093
D0..D7
Red 4094
D0..D7
Blue 11
D0..D7
Red 12
D0..D7
Green 12
D0..D7
Blue 12
D0..D7
Red 13
D0..D7
Green 13
D0..D7
Blue 13
D0..D7
Red 14
D0..D7
Red 4092
D0..D7
Blue 4091
D0..D7
CL Port A
CL Port B
CL Port C
CL Port D
CL Port E
CL Port F
CL Port G
CL Port H
CL Port I
CL Port K
CL Clock
Line Valid
Blue 4094
D0..D7
Green 4094
D0..D7
Green 4091
D0..D7
Red 4091
D0..D7
Blue 4089
D0..D7
Green 4089
D0..D7
Red 4090
D0..D7
Blue 4090
D0..D7
Green 4090
D0..D7
Red 4089
D0..D7
Blue 4088
D0..D7
Green 4088
D0..D7
Red 4088
D0..D7
Blue 4087
D0..D7
This tap arrangement allows all frame grabbers with 10-tap, 8-bit to grab images without requiring
additional modifications.
However, in order to correctly format the image for processing and display purposes, frame grabbers
need to support RGB 9.1 mode natively. Until then, here are some workarounds using Sapera LT.
Notice, to support this pixel format in memory, the buffer must be set to RGB 24-bit packed.
All Sapera demo and example programs extract the create acquisition buffer type from the associated
camera configuration files. Until there is native support for RGB 9.1 mode, frame grabbers must be
configured as monochrome, the CCF files pixel format can‘t be u sed by the p rograms to process the
image correctly.
A simple workaround accomplishes this
1) Acquire as if the P4 camera was a 8-bit mono, 24,576 (4096 x 3) pixels linescan camera
2) Treat acquired buffer as SapFormatRGBR888 (24bit/ pixel). Sapera LT provides a feature to share
buffer components between two SapBuffer objects. Buffer type may be different between the two
SapBuffer objects. This can be a trick to convert buffer format without buffer copy.