|
YODAU 1.0
YEAR OF THE DEPEND ADULT UNDERGARMENT
|
#include "geometry.hpp"#include <mutex>#include <ostream>#include <string>#include <unordered_map>#include <vector>

Go to the source code of this file.
Classes | |
| class | yodau::backend::stream |
| Represents a single video stream and its analytic connections. More... | |
Namespaces | |
| namespace | yodau |
| namespace | yodau::backend |
Enumerations | |
| enum | yodau::backend::stream_type { yodau::backend::local , yodau::backend::file , yodau::backend::rtsp , yodau::backend::http } |
| Source/transport type of a video stream. More... | |
| enum class | yodau::backend::stream_pipeline { yodau::backend::manual , yodau::backend::automatic , yodau::backend::none } |
| Processing pipeline mode for a stream. More... | |