The XimeaCamera type exposes the following members.

Constructors

  NameDescription
XimeaCamera
Initializes a new instance of the XimeaCamera class

Methods

  NameDescription
Close
Close opened camera (if any) and release allocated resources.
GetImageOverloaded.
GetParamFloat
Get camera's parameter as float value.
GetParamInt
Get camera's parameter as integer value.
GetParamString
Get camera's parameter as string value.
Open
Open XIMEA camera.
SetParamOverloaded.
StartAcquisition
Begin camera's work cycle and start data acquisition from it.
StopAcquisition
End camera's work cycle and stops data acquisition.

Properties

  NameDescription
CamerasCount
Get number of XIMEA camera connected to the system.
DeviceID
ID of the the recently opened XIMEA camera.
IsAcquisitionStarted
Specifies if camera's data acquisition is currently active for the opened camera (if any).
IsDeviceOpen
Specifies if a camera is currently opened by the instance of the class.

See Also