mirror of
https://github.com/sipeed/Maixduino.git
synced 2026-02-19 19:51:16 +01:00
invalid
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
PIXFORMAT_INVLAID = 0,
|
PIXFORMAT_INVALID = 0,
|
||||||
PIXFORMAT_BAYER, // RAW
|
PIXFORMAT_BAYER, // RAW
|
||||||
PIXFORMAT_RGB565, // RGB565
|
PIXFORMAT_RGB565, // RGB565
|
||||||
PIXFORMAT_YUV422, // YUV422
|
PIXFORMAT_YUV422, // YUV422
|
||||||
|
|||||||
Reference in New Issue
Block a user