From 6b846188d21625945fd3f03bcf54f151a4640354 Mon Sep 17 00:00:00 2001 From: Kamil Trzcinski Date: Mon, 4 Apr 2022 17:54:30 +0200 Subject: [PATCH] WIP --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index a08f4fd..89a442c 100644 --- a/main.c +++ b/main.c @@ -57,7 +57,7 @@ int main(int argc, char *argv[]) } isp_srgb = device_open("ISP-SRGB", "/dev/video13"); - isp_srgb->allow_dma = false; + //isp_srgb->allow_dma = false; isp_yuuv = device_open("ISP-YUUV", "/dev/video14"); isp_yuuv->upstream_device = isp_srgb; isp_yuuv_low = device_open("ISP-YUUV-LOW", "/dev/video15");