The XimeaCamera type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | XimeaCamera | Initializes a new instance of the XimeaCamera class |
Methods
Name | Description | |
---|---|---|
![]() | Close |
Close opened camera (if any) and release allocated resources.
|
![]() | GetImage | Overloaded. |
![]() | 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.
|
![]() | SetParam | Overloaded. |
![]() | StartAcquisition |
Begin camera's work cycle and start data acquisition from it.
|
![]() | StopAcquisition |
End camera's work cycle and stops data acquisition.
|
Properties
Name | Description | |
---|---|---|
![]() ![]() | 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.
|