Class
Accessible
Camera.Trigger.Burst.GetRange
Syntax
uEye.TriggerBurst.GetRange(out uEye.Types.Range<uint> range)
uEye.TriggerBurst.GetRange(out uint u32Min, out uint u32Max, out uint u32Inc)
Description
Returns the minimum and maximum value the increment for the number of images in a burst.
Parameter
range |
Minimum: Returns the minimum value. |
Maximum: Returns the maximum value. |
|
Increment: Returns the increment. |
|
u32Min |
Returns the minimum value. |
u32Max |
Returns the maximum value. |
u32Inc |
Returns the increment. |