Class
Accessible
Camera.GigE.Transfer.ImageDelay.GetRange
Syntax
uEye.GigEImageDelay.GetRange(out uEye.Types.Range<uint> range)
uEye.GigEImageDelay.GetRange(out uint u32Min, out uint u32Max, out uint u32Inc)
Description
Returns the value range for the internal camera delay of the image transfer in microseconds (µs).
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. |