![]() | ICameraController Interface |
Namespace: LynceeTec.Interfaces
The ICameraController type exposes the following members.
Name | Description | |
---|---|---|
![]() | AbsShutter | |
![]() | AcquisitionFps | |
![]() | Bpp | |
![]() | Brightness | |
![]() | CameraHologramSource | |
![]() | CameraMemorySource | |
![]() | CameraMemoryStream | (Inherited from ICameraMemoryStream.) |
![]() | CameraName |
Gets the name of the camera.
|
![]() | 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.) |
![]() | IsVirtual | |
![]() | LastHolo | |
![]() | MaxBrightness | |
![]() | MaxBytePerPix | |
![]() | MaxGain | |
![]() | MaxHeight | |
![]() | MaximumAcquisitionFps | |
![]() | MaxShutter |
Max shutter register value
|
![]() | MaxShutterTrigger_us | |
![]() | MaxShutterUs |
Max possible shutter in current conditions, in [us]
|
![]() | MaxWidth | |
![]() | MinBrightness | |
![]() | MinGain | |
![]() | MinShutter |
Min shutter register value
|
![]() | MinShutterUs |
Min possible shutter in current conditions, in [us]
|
![]() | OffsetX | |
![]() | OffsetY | |
![]() | PixelSizeum | |
![]() | RawCameraStream | (Inherited from ICameraStream.) |
![]() | ReservedFlag | |
![]() | Shutter |
Current shutter register value
|
![]() | ShutterUs |
Current shutter, in [us]
|
![]() | 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(Hologram) | |
![]() | Grab(TimeSpan, Object) |
Grabs a hologram after waiting the specified waitTime, and includes the tag object in the hologram's Tag |
![]() | Grab(Hologram, Object) | |
![]() | Grab(TimeSpan, Object, TimeSpan) | |
![]() | Grab(Hologram, TimeSpan, Object) | |
![]() | Grab(Hologram, TimeSpan, Object, TimeSpan) | |
![]() | IsCameraReadyAsExternalTrigger |
Check if the camera is ready to work as external trigger
Only valid for Basler cameras (Line3 as Output)
|
![]() | LoadConfig | |
![]() | LoadDigitizer | |
![]() | RegisterToShutter_us | |
![]() | ResetGrab |
Stops the grab continuous if was acquiring
|
![]() | Resize | (Inherited from IHologramSource.) |
![]() | SaveImage | |
![]() | SetCameraAsExternalTrigger |
Sets the camera as external trigger for laser source
Only valid for Basler cameras
|
![]() | SetInputSize | |
![]() | SetMaximumAcquisitionFps | |
![]() | Shutter_usToRegister | |
![]() | StartGrabContinuous | |
![]() | StopGrabContinuous |
Name | Description | |
---|---|---|
![]() | AcquisitionStarted | |
![]() | BrightnessChanged | |
![]() | CameraROIResized | |
![]() | GainChanged | |
![]() | ShutterChanged | |
![]() | TriggerSourceChanged |
Occurs when the trigger source (either hardware/external or software/internal) changed.
|