add support for UYVY format (FaceTime camera)

This commit is contained in:
Arisotura
2022-10-02 19:43:57 +02:00
parent af9a77b0b4
commit 62879c4484
2 changed files with 33 additions and 0 deletions

View File

@ -92,6 +92,7 @@ public:
void captureFrame(u32* frame, int width, int height, bool yuv);
void feedFrame(u32* frame, int width, int height, bool yuv);
void feedFrame_UYVY(u32* frame, int width, int height);
void feedFrame_NV12(u8* planeY, u8* planeUV, int width, int height);
signals: