Click or drag to resize
IHologramSourceCombiner Interface
Interface for objects able to provide hologram images coming either from the drive or from the camera.

Namespace: LynceeTec.Interfaces
Assembly: LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 6.4.0.7 6_4_dev c64c724, built 2016-11-07 15:44:12 UTC
Syntax
public interface IHologramSourceCombiner : ICameraHologramSource, 
	IHologramSource, IObservable<Hologram>, ICameraStream, IHologramLoader, 
	IDisposable

The IHologramSourceCombiner type exposes the following members.

Properties
  NameDescription
Public propertyLastHolo
Gets the last hologram image from the source.
Public propertyRawCameraStream (Inherited from ICameraStream.)
Top
Methods
  NameDescription
Public methodAddSource
Public methodLastHoloForSrcContext
Public methodLoadHologram (Inherited from IHologramLoader.)
Public methodResize (Inherited from IHologramSource.)
Top
See Also