StreamAcquisitionInterface Property

CVB.Net Documentation
Gets or sets the acquisition interface to use on this stream.

Namespace:  Stemmer.Cvb.Driver
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public AcquisitionInterface AcquisitionInterface { get; set; }

Property Value

Type: AcquisitionInterface
The currently used acquisition engine. By default the best acquisition engine is chosen (e.g. Grab2 before Grabber.
Exceptions

ExceptionCondition
InvalidOperationExceptionChanging the acquisition interface while grabbing is not allowed.
NotImplementedExceptionThe desired acquisition interface is not supported on the device.
Remarks

When set the underlying acquisition interface is changed.
See Also

Reference