initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#pragma once
|
||||
|
||||
#include "AppConfig.hpp"
|
||||
|
||||
#include "IVideoFeed.hpp"
|
||||
|
||||
#include <cstdint>
|
||||
#include <memory>
|
||||
|
||||
std::unique_ptr<IVideoFeed> createFeed(
|
||||
const FeedConfig& config,
|
||||
uint32_t feedIndex,
|
||||
uint32_t frameWidth,
|
||||
uint32_t frameHeight,
|
||||
bool verbose);
|
||||
Reference in New Issue
Block a user