初始提交:龙芯2K0300智能车卖家Demo完整代码
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#ifndef _FRAME_BUFFER_H
|
||||
#define _FRAME_BUFFER_H
|
||||
|
||||
#include <opencv2/opencv.hpp>
|
||||
|
||||
void convertMatToRGB565(const cv::Mat &frame, uint16_t *buffer, int width, int height);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user