GetPixelFormatValue
|
![]() ![]() ![]() |
|
[out] unsigned int channelIndex
|
Index of the associated stream channel. Possible values are 0 or 1.
|
|
Integer containing the GigE Vision value of the current pixel format.
|
|
|
|
static CGevCamera* m_pCamera;
|
m_pCamera = createCamera();
|
|
m_pCamera->SetImageSize (1024, 768);
|
m_pCamera->AddPixelFormat("Mono16");
|
m_pCamera->AddPixelFormat("RGB8Packed");
|
m_pCamera->SetPixelFormat("Mono16");
|
int FormatId=m_pCamera->GetPixelFormatValue();
|
|