Mech-Eye API 2.5.1
API reference documentation for Mech-Eye Industrial 3D Camera
Loading...
Searching...
No Matches
Data Fields
EventData Struct Reference

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.
 

Detailed Description

Represents data associated with a camera event.

Field Documentation

◆ eventId

int eventId {0}

Event ID, defined in CameraEvent::Event.

◆ eventName

std::string eventName {}

Event name, supported by Cameras with firmware version >= 2.5.0.

◆ frameId

int64_t frameId {0}

The ID of the image frame where the event occurred.

◆ timestamp

int64_t timestamp {0}

The timestamp of the event occurrence.


The documentation for this struct was generated from the following file: