Cpp-Processing
Public Attributes | List of all members
celantur::FrameMetadata Struct Reference

Metadata associated with a video frame. for now, just a placeholder. More...

#include <CommonParameters.h>

Public Attributes

int frame_number {-1}
 
int source_id {0}
 
bool vertical_flip {false}
 
bool horizontal_flip {false}
 
Rotation rotation {Rotation::None}
 

Detailed Description

Metadata associated with a video frame. for now, just a placeholder.

Member Data Documentation

◆ frame_number

int celantur::FrameMetadata::frame_number {-1}

◆ horizontal_flip

bool celantur::FrameMetadata::horizontal_flip {false}

◆ rotation

Rotation celantur::FrameMetadata::rotation {Rotation::None}

◆ source_id

int celantur::FrameMetadata::source_id {0}

◆ vertical_flip

bool celantur::FrameMetadata::vertical_flip {false}