Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
CameraDriverV4L1 Class Referencedescription of CameraDriverV4L1 More...
Inheritance diagram for CameraDriverV4L1:
Detailed Descriptiondescription of CameraDriverV4L1 Definition at line 17 of file CameraDriverV4L1.h.
Constructor & Destructor Documentation
Definition at line 19 of file CameraDriverV4L1.h.
Definition at line 33 of file CameraDriverV4L1.h. Member Function Documentation
Definition at line 69 of file CameraDriverV4L1.h.
Returns the name of the class (aka its type). Suggested implementation is to declare a static string member, set it to the result of calling the registry's registerType, and then return that member here Implements DeviceDriver. Definition at line 38 of file CameraDriverV4L1.h.
Definition at line 68 of file CameraDriverV4L1.h.
Reimplemented from DeviceDriver. Definition at line 40 of file CameraDriverV4L1.h.
Definition at line 67 of file CameraDriverV4L1.h.
Returns a descriptive name of the next data segment for user feedback (e.g. a filename for logged data). Just use your class name if you don't have a useful name for individual samples. Implements DataSource. Definition at line 45 of file CameraDriverV4L1.h.
Returns the simulator time of the next data segment. Should be in the future if nothing new since last data segment, otherwise should be the timestamp of the most recent data segment (older segments are skipped), return -1U if there is no more data Implements DataSource. Definition at line 44 of file CameraDriverV4L1.h.
watches path, triggers a close() and re-open() if it changes Implements PrimitiveListener.
Member Data DocumentationDefinition at line 55 of file CameraDriverV4L1.h. Referenced by CameraDriverV4L1().
holds the class name, set via registration with the DeviceDriver registry Definition at line 100 of file CameraDriverV4L1.h. Referenced by getClassName(). Definition at line 80 of file CameraDriverV4L1.h.
Definition at line 73 of file CameraDriverV4L1.h.
the buffer to write the image into Definition at line 82 of file CameraDriverV4L1.h.
Definition at line 78 of file CameraDriverV4L1.h.
Definition at line 71 of file CameraDriverV4L1.h. Referenced by getBufferSize().
Definition at line 74 of file CameraDriverV4L1.h. Definition at line 79 of file CameraDriverV4L1.h.
the buffer we returned last time (might still be in use while writing curBuf) Definition at line 83 of file CameraDriverV4L1.h.
Controls the resolution layer at which the image should be processed. Definition at line 54 of file CameraDriverV4L1.h. Referenced by CameraDriverV4L1().
Definition at line 85 of file CameraDriverV4L1.h.
Definition at line 52 of file CameraDriverV4L1.h. Referenced by CameraDriverV4L1(), and ~CameraDriverV4L1().
Definition at line 53 of file CameraDriverV4L1.h. Referenced by CameraDriverV4L1(), getBufferSize(), getHeight(), getWidth(), and ~CameraDriverV4L1().
used during interleave_yuv_up(), swapped back and forth with curBuf Definition at line 84 of file CameraDriverV4L1.h.
Definition at line 75 of file CameraDriverV4L1.h.
Definition at line 77 of file CameraDriverV4L1.h.
Definition at line 76 of file CameraDriverV4L1.h. Referenced by getBufferSize(), getHeight(), and getWidth(). The documentation for this class was generated from the following file: |
Tekkotsu Hardware Abstraction Layer 5.1CVS |
Generated Mon May 9 05:01:40 2016 by Doxygen 1.6.3 |