23#include <opencv2/videoio.hpp>  
   39      MovieInput(std::string 
const & filename, 
unsigned int const nbufs = 3);
 
   82      void queryControl(
struct v4l2_queryctrl & qc) 
const override;
 
   86      void queryMenu(
struct v4l2_querymenu & qm) 
const override;
 
   90      void getControl(
struct v4l2_control & ctrl) 
const override;
 
   94      void setControl(
struct v4l2_control 
const & ctrl) 
override;
 
 
A raw image as coming from a V4L2 Camera and/or being sent out to a USB Gadget.
Main namespace for all JeVois classes and functions.
Simple struct to hold video mapping definitions for the processing Engine.