#include "video.h"
#include "video/pvn_video.h"
#include <boost/algorithm/string.hpp>
#include <boost/algorithm/string/trim.hpp>
#include <boost/algorithm/string/case_conv.hpp>
#include <boost/algorithm/string/predicate.hpp>
#include <boost/foreach.hpp>
Go to the source code of this file.
Namespaces | |
namespace | pangolin |
Defines | |
#define | foreach BOOST_FOREACH |
Functions | |
VideoInterface * | pangolin::OpenVideo (std::string uri) |
Open Video Interface from string specification (as described in this files header) | |
ostream & | pangolin::operator<< (ostream &out, Uri &uri) |
Uri | pangolin::ParseUri (string str_uri) |
VideoPixelFormat | pangolin::VideoFormatFromString (const std::string &format) |
Variables | |
const VideoPixelFormat | pangolin::SupportedVideoPixelFormats [] |