Class
Accessible
Camera.Memory.GetSize
Syntax
uEye.Memory.GetSize(int s32MemId, out uEye.Types.Size<int> size)
uEye.Memory.GetSize(int s32MemId, out int s32Width, out int s32Height)
Description
Returns the size of the image in the image memory.
Parameter
s32MemId |
Image memory ID |
size |
Width: Returns the image width. |
Height: Returns the image height. |
|
s32Width |
Returns the image width. |
s32Height |
Returns the image height. |