#include "FakeFrameGrabber.h"
#include <yarp/os/LogComponent.h>
#include <yarp/os/LogStream.h>
#include <cstdio>
#include <thread>
#include <random>
Go to the source code of this file.
Variables | ||
struct { | ||
bool hasFeature = false | ||
double feature = 0.0 | ||
double feature1 = 0.0 | ||
double feature2 = 0.0 | ||
bool hasOnOff = false | ||
bool hasAuto = false | ||
bool hasManual = false | ||
bool hasOnePush = false | ||
bool isActive = false | ||
FeatureMode mode | ||
CameraDescriptor camera | ||
} | m_controls | |
CameraDescriptor camera |
Definition at line 34 of file FakeFrameGrabber_Controls.cpp.
double feature = 0.0 |
Definition at line 25 of file FakeFrameGrabber_Controls.cpp.
double feature1 = 0.0 |
Definition at line 26 of file FakeFrameGrabber_Controls.cpp.
double feature2 = 0.0 |
Definition at line 27 of file FakeFrameGrabber_Controls.cpp.
Definition at line 29 of file FakeFrameGrabber_Controls.cpp.
Definition at line 24 of file FakeFrameGrabber_Controls.cpp.
Definition at line 30 of file FakeFrameGrabber_Controls.cpp.
Definition at line 31 of file FakeFrameGrabber_Controls.cpp.
Definition at line 28 of file FakeFrameGrabber_Controls.cpp.
Definition at line 32 of file FakeFrameGrabber_Controls.cpp.
struct { ... } m_controls |
FeatureMode mode |
Definition at line 33 of file FakeFrameGrabber_Controls.cpp.