Home
Vision module

VisionEvent

VisionEvent

#include <icy/vision/event.h>

Public Attributes

ReturnNameDescription
std::stringschema
std::stringtype
std::stringsource
std::stringdetector
int64_temittedAtUsec
VisionFrameContextframe
std::vector< Detection >detections
std::vector< Track >tracks
json::Valuedata

schema

std::string schema = "vision.event.v1"

type

std::string type = "detect"

source

std::string source

detector

std::string detector

emittedAtUsec

int64_t emittedAtUsec = 0

frame

VisionFrameContext frame

detections

std::vector< Detection > detections

tracks

std::vector< Track > tracks

data

json::Value data = json::Value::object()