11#include <absl/status/statusor.h>
13#include "video_source.hpp"
14#include "settings.hpp"
16namespace presage::smartspectra::video_source {
absl::StatusOr< std::shared_ptr< VideoSource > > BuildVideoSource(const VideoSourceSettings &settings)
Factory helper for constructing the appropriate VideoSource implementation based on the provided sett...
Definition factory.cpp:20
Configuration options for constructing a VideoSource.
Definition settings.hpp:23