Namespaces | Functions
converters.h File Reference
#include "usb_cam/types.h"
Include dependency graph for converters.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 usb_cam
 
 usb_cam::util
 
 usb_cam::util::converters
 

Functions

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)
 


usb_cam
Author(s): Benjamin Pitzer
autogenerated on Sat May 27 2023 02:53:05