* V4L2_BUF_TYPE_VIDEO_CAPTURE = 1, // 指定buf的类型为capture,用于视频捕获设备 * V4L2_BUF_TYPE_VIDEO_OUTPUT = 2, // 指定buf的类型为output,用于视频输出设备 * V4L2_BUF_TYPE_VIDEO_OVERLAY = 3, // 指定buf的类型为overlay,用于可预览设备 * V4L2_BUF_TYPE_VBI_CAPTURE = 4, // 用于vbi捕获...
1 files changed, 0 insertions(+), 126 deletions(-) ---