32 #ifndef DECKLINK_IMPORT_H_INCLUDED 33 #define DECKLINK_IMPORT_H_INCLUDED 37 #include <opencv2/highgui/highgui.hpp> 108 int initVideoSource();
111 #endif // DECKLINK_IMPORT_H_INCLUDED
Abstract class for importing frames and corresponding metadata.
Definition: imgimport.h:29
Module for extracting frames from DeckLink Video cards.
Definition: decklink_import.h:59
virtual std::string to_string()
String representation of the Importer.
virtual Frame * next_frame()
int grabFrame(cv::Mat *frame)
Container class for storing photos or frames of video to be processed and analyzed.
DeckLinkImport(MetadataInput *reader, Camera &camera)
Container class for storing information about the camera used to capture an image *...
Definition: camera.h:28