Click or drag to resize
ICameraController Interface
Interface to the camera controller. Access to the camera is done using this interface.

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 ICameraController : ICameraHologramSource, 
	IHologramSource, IObservable<Hologram>, ICameraStream, IDHMDeviceComponent, 
	IDisposable

The ICameraController type exposes the following members.

Properties
  NameDescription
Public propertyAbsShutter
Public propertyBpp
Public propertyBrightness
Public propertyCameraHologramSource
Public propertyDigitizer
Public propertyDualSpeedMode
Public propertyDualSpeedModeAvailable
Public propertyGain
Public propertyHeight
Public propertyIsAcquiring
Public propertyIsEnabled
Gets a value indicating whether this component is enabled in the current configuration.
(Inherited from IDHMDeviceComponent.)
Public propertyIsOnline
Gets a value indicating whether this instance has a connection to the real hardware, or if it represents a virtual hardware.
(Inherited from IDHMDeviceComponent.)
Public propertyLastHolo
Public propertyMaxBrightness
Public propertyMaxBytePerPix
Public propertyMaxGain
Public propertyMaxHeight
Public propertyMaxShutter
Public propertyMaxWidth
Public propertyMinBrightness
Public propertyMinGain
Public propertyMinShutter
Public propertyOffsetX
Public propertyOffsetY
Public propertyPixelSizeum
Public propertyRawCameraStream (Inherited from ICameraStream.)
Public propertyReservedFlag
Public propertyShutter
Public propertySourceId
Public propertyStride
Public propertyTriggerPolarity
Public propertyUseHardwareTrigger
Public propertyWidth
Top
Methods
Events
See Also