SetMaxImageSize
|
![]() ![]() ![]() |
|
[in] int maxWidth
|
Maximum horizontal size of the image in pixels.
|
|
[in] int maxHeight
|
Maximum vertical size of the image in pixels.
|
|
S_OK
|
Success
|
E_FAIL
|
Failure
|
|
static CGevCamera* m_pCamera;
|
m_pCamera = createCamera();
|
|
m_pCamera->SetImageSize (4000, 3000);
|
|