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: 10.2.3317.0 , built 2025-03-17 14:55:35 UTC
Syntax
public interface ICameraItem : IHardwareItem, 
	IObservable<Hologram>

The ICameraItem type exposes the following members.

Properties
 NameDescription
Public propertyAcquisitionFps 
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 methodEnableGrabFrameEnd 
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