#include <pangolin/pangolin.h>
#include <pangolin/video.h>
#include <pangolin/video_record_repeat.h>
#include <pangolin/input_record_repeat.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
void | RecordSample (const std::string uri, const std::string vid_file, const std::string ui_file) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 94 of file SimpleRepeatVideo/main.cpp.
void RecordSample | ( | const std::string | uri, |
const std::string | vid_file, | ||
const std::string | ui_file | ||
) |
Definition at line 15 of file SimpleRepeatVideo/main.cpp.