Fawkes API
Fawkes Development Version
|
#include <>>
Public Member Functions | |
FvRawReader (const char *filename) | |
Constructor. More... | |
virtual | ~FvRawReader () |
Destructor. More... | |
virtual void | set_buffer (unsigned char *yuv422planar_buffer) |
virtual colorspace_t | colorspace () |
virtual unsigned int | pixel_width () |
virtual unsigned int | pixel_height () |
virtual void | read () |
![]() | |
virtual | ~Reader () |
Virtual empty destructor. More... | |
Static Public Member Functions | |
static bool | is_FvRaw (const char *filename) |
Check if given file contains FvRaw image. More... | |
firevision::FvRawReader::FvRawReader | ( | const char * | filename | ) |
|
virtual |
|
virtual |
|
static |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Set buffer that the read image should be written to.
yuv422planar_buffer | buffer to write image to. The reader must ensure that it does the proper conversion (if needed) to YUV 422 planar format. |
Implements firevision::Reader.