JeVois  1.20
JeVois Smart Embedded Machine Vision Toolkit
Share this page:
jevois-module-param.C File Reference
#include <jevois/Debug/Log.H>
#include <jevois/Core/VideoMapping.H>
#include <fstream>
#include <sstream>
#include <iostream>
#include <memory>
Include dependency graph for jevois-module-param.C:

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. More...
 

Function Documentation

◆ main()

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 LFATAL, jevois::logEnd(), and jevois::logLevel.