Go to the source code of this file.
|
color_format_t | usb_cam::util::converters::color_format_from_string (const std::string &str) |
|
bool | usb_cam::util::converters::COPY2RGB (const char *input, char *&output, const int &NumPixels) |
|
std::string | usb_cam::util::converters::FCC2S (const unsigned int &val) |
|
io_method_t | usb_cam::util::converters::io_method_from_string (const std::string &str) |
|
bool | usb_cam::util::converters::MONO102MONO8 (const char *RAW, char *&MONO, const int &NumPixels) |
|
pixel_format_t | usb_cam::util::converters::pixel_format_from_string (const std::string &str) |
|
std::string | usb_cam::util::converters::pixel_format_to_string (const uint32_t &pixelformat) |
|
bool | usb_cam::util::converters::UYVY2RGB (const char *YUV, char *&RGB, const int &NumPixels) |
|
std::string | usb_cam::util::converters::v4l_control_name_to_param_name (const char *name) |
|
unsigned int | usb_cam::util::converters::v4l_pixel_format_from_pixel_format (const pixel_format_t &pixelformat, bool &mono) |
|
bool | usb_cam::util::converters::YUV2RGB (const unsigned char &y, const unsigned char &u, const unsigned char &v, unsigned char *r, unsigned char *g, unsigned char *b) |
|
bool | usb_cam::util::converters::YUV4202RGB (char *YUV, char *&RGB, const int &width, const int &height) |
|
bool | usb_cam::util::converters::YUYV2RGB (const char *YUV, char *&RGB, const int &NumPixels) |
|