Lane and Object Detection
Using OpenCV and YOLOv7
Loading...
Searching...
No Matches
LaneAndObjectDetection::VideoManagerInformation Struct Reference

The information needed by FrameBuilder to update frame with video manager information. More...

#include "Information.hpp"

Public Attributes

std::string m_debugModeText
 Text to display whether or not the program is in debug mode.
std::string m_saveOutputElapsedTime
 The time that has elapsed since starting to save the output video stream locally.
std::string m_saveOutputText
 Text to display whether or not the program is recording the output.
bool m_debugMode
 Whether in debug mode.
bool m_saveOutput
 Whether the output video stream should be saved locally.

Detailed Description

The information needed by FrameBuilder to update frame with video manager information.

Definition at line 102 of file Information.hpp.

Member Data Documentation

◆ m_debugModeText

std::string LaneAndObjectDetection::VideoManagerInformation::m_debugModeText

Text to display whether or not the program is in debug mode.

Definition at line 107 of file Information.hpp.

◆ m_saveOutputElapsedTime

std::string LaneAndObjectDetection::VideoManagerInformation::m_saveOutputElapsedTime

The time that has elapsed since starting to save the output video stream locally.

Definition at line 112 of file Information.hpp.

◆ m_saveOutputText

std::string LaneAndObjectDetection::VideoManagerInformation::m_saveOutputText

Text to display whether or not the program is recording the output.

Definition at line 117 of file Information.hpp.

◆ m_debugMode

bool LaneAndObjectDetection::VideoManagerInformation::m_debugMode

Whether in debug mode.

Definition at line 122 of file Information.hpp.

◆ m_saveOutput

bool LaneAndObjectDetection::VideoManagerInformation::m_saveOutput

Whether the output video stream should be saved locally.

Definition at line 127 of file Information.hpp.


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