
68 / 172
Copyright © 2019 Toshiba Teli Corpotration, All rights reserved.
http://www.toshiba-teli.co.jp/en/
D4289451A
PixelFormat
Select a pixel format. (‘PixelFormat’).
Integer value and string value of Enumeration are as follows.
Integer
String
Integer
String
1
Mono8
14
BayerGB10
3
Mono10
15
BayerBG10
5
Mono12
16
BayerGR12
8
BayerGR8
17
BayerRG12
9
BayerRG8
18
BayerGB12
10
BayerGB8
19
BayerBG12
11
BayerBG8
12
BayerGR10
13
BayerRG10
// GenICam node handle
CAM_NODE_HANDLE hFormat = NULL;
// Retrieve GenICam node.
Nd_GetNode(s_hCam, "PixelFormat", &hFormat);
// 1.Select a pixel format.
Nd_SetEnumStrValue(s_hCam, hFormat, "Mono10");
Please refer to [INode functions], [IEnumeration node functions] in [TeliCamAPI Library manual] for
more detail.