Click or drag to resize

LiveAcquirerGetNextAcquisition Method

Get the next acquisition.

Namespace:  LynceeTec.API.Sequence
Assembly:  LynceeTec.API.Sequence (in LynceeTec.API.Sequence.dll) Version: 10.0.10313.0 , built 2022-11-01 12:36:54 UTC
Syntax
public HologramGroup GetNextAcquisition()

Return Value

Type: HologramGroup
Exceptions
ExceptionCondition
InvalidOperationExceptionThe current state does not allow the method to be called.
Remarks

Can only be called when CurrentState is Initializing, Acquiring or Recording.

See Also