|
Mech-Eye API 2.5.1
API reference documentation for Mech-Eye Industrial 3D Camera
|
Represents data associated with a camera event. More...
#include <CameraEvent.h>
Data Fields | |
| 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.
| 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 frameId {0} |
The ID of the image frame where the event occurred.
| int64_t timestamp {0} |
The timestamp of the event occurrence.