JeVois  1.20
JeVois Smart Embedded Machine Vision Toolkit
Share this page:
jevois-daemon.C File Reference
#include <jevois/Core/Engine.H>
#include <exception>
Include dependency graph for jevois-daemon.C:

Go to the source code of this file.

Functions

int main (int argc, char const *argv[])
 Main daemon that grabs video frames from the camera, sends them to processing, and sends the results out over USB. More...
 

Function Documentation

◆ main()

int main ( int  argc,
char const *  argv[] 
)

Main daemon that grabs video frames from the camera, sends them to processing, and sends the results out over USB.

Definition at line 22 of file jevois-daemon.C.

References jevois::logEnd(), jevois::Engine::mainLoop(), and jevois::Engine::streamOn().