This commit is contained in:
Kamil Trzcinski 2022-04-04 17:54:30 +02:00
parent b92db819dd
commit 6b846188d2

2
main.c
View File

@ -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");