Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
ImageHeader Struct ReferenceThis structure should be written into the beginning of each image buffer sent via setImage(). More...
Detailed DescriptionThis structure should be written into the beginning of each image buffer sent via setImage(). Using "placement new" avoids doing a memcpy: Definition at line 108 of file DataSource.h.
Constructor & Destructor Documentation
full constructor, see corresponding members for documentation on arguments Definition at line 110 of file DataSource.h. Member Data Documentation
number of color channels, vision pipeline expects 3 for YUV images. Definition at line 117 of file DataSource.h. Referenced by Main::gotCamera(), and DataSource::setImage().
serial number per image sent, provides user notification for dropped images if the SharedGlobals::StreamSimConfig::verbose flag is set Definition at line 119 of file DataSource.h. Referenced by Main::gotCamera().
pixels per column of image Definition at line 116 of file DataSource.h. Referenced by Main::gotCamera(), and DataSource::setImage().
the resolution layer for this image, if 0 then automatically chooses the closest in size based on expected values in RobotInfo namespace. Otherwise should be presented as a configuration item. Definition at line 114 of file DataSource.h. Referenced by Main::gotCamera().
maximum length of name Definition at line 121 of file DataSource.h. Referenced by ImageHeader::ImageHeader().
a user identifiable name for the image... see DataSource::nextName() Definition at line 122 of file DataSource.h. Referenced by Main::gotCamera(), and ImageHeader::ImageHeader().
In order to support multiple cameras, this tracks how to identify the cameras within Tekkotsu. You should allow users to configure the value you store here. Definition at line 113 of file DataSource.h. Referenced by Main::gotCamera().
timestamp image was recorded Definition at line 120 of file DataSource.h.
pixels per row of image Definition at line 115 of file DataSource.h. Referenced by Main::gotCamera(), and DataSource::setImage(). The documentation for this struct was generated from the following file: |
Tekkotsu Hardware Abstraction Layer 5.1CVS |
Generated Mon May 9 05:01:41 2016 by Doxygen 1.6.3 |