SetImageSize
|
![]() ![]() ![]() |
|
[in] int width
|
Horizontal size of the image in pixels.
|
|
[in] int height
|
Vertical size of the image in pixels.
|
|
S_OK
|
Success
|
E_FAIL
|
Failure
|
|
static CGevCamera* m_pCamera;
|
m_pCamera = createCamera();
|
|
m_pCamera->SetImageSize (1024, 768);
|
m_pCamera->AddPixelFormat("Mono16");
|
|