![]() | ICameraController Interface |
Namespace: LynceeTec.Interfaces
The ICameraController type exposes the following members.
Name | Description | |
---|---|---|
![]() | AbsShutter | |
![]() | Bpp | |
![]() | Brightness | |
![]() | CameraHologramSource | |
![]() | CameraMemorySource | |
![]() | CameraMemoryStream | (Inherited from ICameraMemoryStream.) |
![]() | Digitizer | |
![]() | DualSpeedMode | |
![]() | DualSpeedModeAvailable | |
![]() | Gain | |
![]() | Height | |
![]() | IsAcquiring | |
![]() | IsEnabled |
Gets a value indicating whether this component is enabled in the current configuration.
(Inherited from IDHMDeviceComponent.) |
![]() | IsHardwareAvailable |
Gets a value indicating whether the physical component was detected and is available.
(Inherited from IDHMDeviceComponent.) |
![]() | LastHolo | |
![]() | MaxBrightness | |
![]() | MaxBytePerPix | |
![]() | MaxGain | |
![]() | MaxHeight | |
![]() | MaxShutter | |
![]() | MaxShutterTrigger_us | |
![]() | MaxWidth | |
![]() | MinBrightness | |
![]() | MinGain | |
![]() | MinShutter | |
![]() | OffsetX | |
![]() | OffsetY | |
![]() | PixelSizeum | |
![]() | RawCameraStream | (Inherited from ICameraStream.) |
![]() | ReservedFlag | |
![]() | Shutter | |
![]() | SourceId | |
![]() | Stride | |
![]() | TriggerExposureMode |
Gets or sets the trigger exposure mode.
Can be set to Timed or External.
When using the "Timed" mode, exposure is controlled by the value of Shutter
When using the "External" mode, exposure is controlled by the duration of the trigger signal.
Value is only taken into account when UseHardwareTrigger is set to true
|
![]() | TriggerPolarity |
Gets or sets a value indicating the hardware (external) trigger polarity. Use UseHardwareTrigger to enable hardware trigger.
|
![]() | UniqueID |
Unique identifier of the camera device. Varies according to the camera type, usually a serial number
|
![]() | UseHardwareTrigger |
Gets or sets a value indicating whether to use the hardware trigger (external trigger). Use TriggerPolarity to set the trigger polarity.
|
![]() | UseMaxShutterTrigger | |
![]() | Width |
Name | Description | |
---|---|---|
![]() | CopyAcquiredImage | |
![]() | EnableGrabFrameEnd | |
![]() | Grab |
Grabs a hologram without waiting.
|
![]() | Grab(Object) |
Grabs a hologram without waiting, including the tag object in the hologram's Tag |
![]() | Grab(TimeSpan, Object) |
Grabs a hologram after waiting the specified waitTime, and includes the tag object in the hologram's Tag |
![]() | Grab(TimeSpan, Object, TimeSpan) | |
![]() | LoadConfig | |
![]() | LoadDigitizer | |
![]() | RegisterToShutter_us | |
![]() | ResetGrab |
Stops the grab continuous if was acquiring
|
![]() | Resize | (Inherited from IHologramSource.) |
![]() | SaveImage | |
![]() | SetInputSize | |
![]() | Shutter_usToRegister | |
![]() | StartGrabContinuous | |
![]() | StopGrabContinuous |
Name | Description | |
---|---|---|
![]() | AcquisitionStarted | |
![]() | CameraROIResized | |
![]() | ShutterChanged | |
![]() | TriggerSourceChanged |
Occurs when the trigger source (either hardware/external or software/internal) changed.
|