Class JPEGDecoder

Inheritance Relationships

Derived Types

Class Documentation

class JPEGDecoder

Subclassed by orbbec_camera::JetsonNvJPEGDecoder, orbbec_camera::RKJPEGDecoder

Public Functions

JPEGDecoder(int width, int height)
virtual ~JPEGDecoder()
virtual bool decode(const std::shared_ptr<ob::ColorFrame> &frame, uint8_t *dest) = 0
inline std::string getErrorMsg() const

Protected Attributes

int width_ = 0
int height_ = 0
std::string error_msg_