trying to work with v4l2 loopback but not implemented

This commit is contained in:
2025-09-21 23:51:37 +02:00
parent 616b2af44b
commit ed4e3e54d6
2 changed files with 22 additions and 9 deletions
+1
View File
@@ -92,6 +92,7 @@ typedef struct VideoDevice {
unsigned int height;
unsigned int pixelformat;
unsigned int bytesperline;
bool output;
struct v4l2_buffer buf;
EGLImageKHR dma_image;
} VideoDevice;