#include <v4r_uvc/v4r_uvc.h>#include <boost/algorithm/string.hpp>#include <boost/program_options.hpp>#include <libv4l2.h>#include "luvcview/v4l2uvc.h"#include <linux/videodev2.h>
Go to the source code of this file.
| Functions | |
| int | main (int argc, char **argv) | 
| void | updateDynamicReconfigureFile (const std::string &filename, const std::vector< V4RCam::ControlEntryPtr > &controlEntries, V4RCam::FD fd) | 
| int main | ( | int | argc, | 
| char ** | argv | ||
| ) | 
Definition at line 120 of file update_dynamic_reconfigure.cpp.
| void updateDynamicReconfigureFile | ( | const std::string & | filename, | 
| const std::vector< V4RCam::ControlEntryPtr > & | controlEntries, | ||
| V4RCam::FD | fd | ||
| ) | 
function to gerneate a reconfigure file based for various connected camera by testing parameters
Definition at line 36 of file update_dynamic_reconfigure.cpp.