Click or drag to resize

ICameraItem Interface

Represents a camera hardware item

Namespace:  LynceeTec.API.Hardware
Assembly:  LynceeTec.API.Hardware (in LynceeTec.API.Hardware.dll) Version: 9.2.6612.0 , built 2022-07-14 10:43:42 UTC
Syntax
public interface ICameraItem : IHardwareItem

The ICameraItem type exposes the following members.

Properties
  NameDescription
Public propertyIsAvailable (Inherited from IHardwareItem.)
Public propertyIsConnected (Inherited from IHardwareItem.)
Public propertyIsEnabled (Inherited from IHardwareItem.)
Public propertyIsInitialized (Inherited from IHardwareItem.)
Public propertyMaxGain
Maximal possible gain of the camera, in [dB]
Public propertyMaxShutter
Maximal possible shutter of the camera in the current configuration, in [s]
Public propertyMinGain
Minimal possible gain of the camera, in [dB]
Public propertyMinShutter
Minimal possible shutter of the camera in the current configuration, in [s]
Public propertyStatus (Inherited from IHardwareItem.)
Public propertyUniqueID (Inherited from IHardwareItem.)
Public propertyUsage (Inherited from IHardwareItem.)
Top
Methods
  NameDescription
Public methodGetCurrentGain
Gets the current value of the camera gain
Public methodGetCurrentShutter
Gets the current value of the camera shutter time.
Public methodGetDescription
Gets the description of the hardware item
(Inherited from IHardwareItem.)
Public methodGrab
Grabs a hologram without waiting.
Public methodGrab(Hologram)
Grabs a hologram without waiting and without creating a new object.
Public methodSetGain
Sets the camera gain
Public methodSetShutter
Sets the camera shutter
Top
Events
  NameDescription
Public eventIsAvailableChanged
Occurs when the availability of the hardware item changes
(Inherited from IHardwareItem.)
Public eventIsConnectedChanged
Occurs when the connected state of the hardware item changes
(Inherited from IHardwareItem.)
Public eventIsInitializedChanged
Occurs when the initialized state of the hardware item changes
(Inherited from IHardwareItem.)
Top
See Also