#include <Video.h>
Inheritance diagram for VideoFeatureProvider:

| VideoFeatureProvider (providerparams ¶ms) | |
| virtual Feature * | getFeature (string name) const |
| virtual Feature * | getSample (string name) const |
| virtual void | nextSample (clock_t checkpoint) |
| virtual void | run () |
Classes | |
| struct | SampleData |
|
|
|
|
|
Query feature instance Query the feature provider for a specific feature initialized with random values.
Implements FeatureProvider. |
|
|
Query sample instance Query the feature provider for a sample value of the specified feature. Prior to this method you have to invoke nextSample().
Implements FeatureProvider. |
|
|
Prepare sample Prepare the feature provider to return the next sample from the sensor when getSample() is called.
Implements FeatureProvider. |
|
|
Thread main worker function Implements Thread. |
1.4.6