Mech-Eye API 2.4.0
API reference documentation for Mech-Eye Industrial 3D Camera
Loading...
Searching...
No Matches
Public Attributes | List of all members
mmind::eye::EventData Struct Reference

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.
 

Detailed Description

Represents data associated with a camera event.

Definition at line 46 of file CameraEvent.h.

Member Data Documentation

◆ eventId

int mmind::eye::EventData::eventId {0}

Event ID, defined in CameraEvent::Event.

Definition at line 48 of file CameraEvent.h.

◆ frameId

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.

◆ timestamp

int64_t mmind::eye::EventData::timestamp {0}

The timestamp of the event occurrence.

Definition at line 49 of file CameraEvent.h.


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