63 / 179
Copyright © 2017 TOSHIBA TELI CORPORATION, All rights reserved.
http://www.toshiba-teli.co.jp/en/
D4267042B
● Control with TeliCamSDK
Camera feature API
Control PixelFormat using dedicated API.
API name
Description
GetCamPixelFormat
Get current PixelFormat value
SetCamPixelFormat
Set new PixelFormat value
Please refer to [Controlling camera feature functions] in [TeliCamAPI Library manual] for more detail.
GenICam function API
Control PixelFormat using GenICam API.
PixelCoding/PixelSize
To determine PixelFormat combination of
‘PixelCoding‘ and ‘PixelSize‘ register.
1. Select a pixel coding. (
‘PixelCoding’).
Integer value and string value of Enumeration are as follows.
Integer
String
0
Mono
32
RGB
34
RGBPacked
40
BGR
42
BGRPacked
66
YUV411Packed
74
YUV422Packed
96
BayerGR
99
BayerRG
102
BayerGB
105
BayerBG
2. Select a bit size of image pixel (
‘PixelSize’).
Integer value and string value of Enumeration are as follows.
Integer
String
8
Bpp8
10
Bpp10
12
Bpp12
16
Bpp16
24
Bpp24