JeVois
1.22
JeVois Smart Embedded Machine Vision Toolkit
|
|
#include <jevois/Debug/Log.H>
#include <jevois/Core/VideoMapping.H>
#include <fstream>
#include <sstream>
#include <iostream>
#include <memory>
Go to the source code of this file.
Functions | |
int | main (int argc, char const *argv[]) |
Parse videomappings.cfg and output a string to be passed to the jevois kernel module. | |
int main | ( | int | argc, |
char const * | argv[] | ||
) |
Parse videomappings.cfg and output a string to be passed to the jevois kernel module.
This little app was created so that we ensure perfect consistency between the kernel driver and the user code by using exactly the same config file parsing and sorting code (in VideoMapping).
Definition at line 28 of file jevois-module-param.C.
References jevois::VideoMapping::fpsToUvc(), JEVOIS_ENGINE_CONFIG_FILE, LFATAL, jevois::logEnd(), and jevois::logLevel.