#ifndef _FRAME_BUFFER_H #define _FRAME_BUFFER_H #include void convertMatToRGB565(const cv::Mat &frame, uint16_t *buffer, int width, int height); #endif