This commit is contained in:
Kamil Trzcinski
2022-04-04 15:12:33 +02:00
parent ac9831bd1a
commit 3c4457076b
4 changed files with 8 additions and 11 deletions

View File

@@ -70,7 +70,7 @@ int device_open_buffer_list(device_t *dev, bool do_capture, unsigned width, unsi
}
} else {
buf_list = &dev->output_list;
do_mmap = true;
//do_mmap = true;
if (dev->v4l2_cap.capabilities & V4L2_CAP_VIDEO_OUTPUT) {
type = V4L2_BUF_TYPE_VIDEO_OUTPUT;