|
Mech-Eye API 2.4.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. | |
| 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.
| int64_t mmind::eye::EventData::frameId {0} |
The ID of the image frame where the event occurred.
Definition at line 50 of file CameraEvent.h.
| int64_t mmind::eye::EventData::timestamp {0} |
The timestamp of the event occurrence.
Definition at line 49 of file CameraEvent.h.