|
Mech-Eye API 2.5.0
API reference documentation for Mech-Eye Industrial 3D Camera
|
Represents data associated with a camera event. More...
#include <CameraEvent.h>
Public Attributes | |
| int | eventId {0} |
| Event ID, defined in CameraEvent::Event. | |
| std::string | eventName {} |
| Event name, supported by Cameras with firmware version >= 2.5.0. | |
| int64_t | timestamp {0} |
| The timestamp of the event occurrence. | |
| int64_t | frameId {0} |
| The ID of the image frame where the event occurred. | |
Represents data associated with a camera event.
Definition at line 46 of file CameraEvent.h.
| int mmind::eye::EventData::eventId {0} |
Event ID, defined in CameraEvent::Event.
Definition at line 48 of file CameraEvent.h.
| std::string mmind::eye::EventData::eventName {} |
Event name, supported by Cameras with firmware version >= 2.5.0.
Definition at line 49 of file CameraEvent.h.
| int64_t mmind::eye::EventData::frameId {0} |
The ID of the image frame where the event occurred.
Definition at line 51 of file CameraEvent.h.
| int64_t mmind::eye::EventData::timestamp {0} |
The timestamp of the event occurrence.
Definition at line 50 of file CameraEvent.h.