Class
Accessible
Camera.Memory.Inquire
Syntax
uEye.Memory.Inquire(int s32MemId, out int s32X, out int s32Y, out int s32BitsPerPixel, out int s32Pitch)
Description
Returns the properties of an allocated image memory.
Parameter
s32MemId |
Image memory ID of Allocate() |
s32X |
Returns the width used to define the image memory. You can also pass NULL instead. |
s32Y |
Returns the height used to define the image memory. You can also pass NULL instead. |
s32BitsPerPixel |
Returns the bit width used to define the image memory. You can also pass NULL instead. |
s32Pitch |
Returns the line increment of the image memory. You can also pass NULL instead. |