We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 599a2f9 commit a3c7c7bCopy full SHA for a3c7c7b
README.md
@@ -59,6 +59,12 @@ Available virtual V4L2 compatible devices:
59
1. fbX(640,480,rgb24,mmap) -> /dev/video0
60
```
61
62
+The default memory type is MMAP. You can switch to DMA-BUF using the `-t` option, for example:
63
+```shell
64
+$ sudo ./vcam-util -c -t dmabuf
65
+```
66
+The DMA-BUF framework provides a unified way to share buffers across multiple devices.
67
+
68
You can use this command to check if the driver is ok:
69
```shell
70
$ sudo v4l2-compliance -d /dev/videoX -f
0 commit comments