Configure IO methods
mainThe driver supports three IO methods for transferring video frames. These can be configured via parameters:
read: Copies the video frame between user and kernel space.mmap: Uses memory-mapped buffers allocated in kernel space.userptr: Uses memory buffers allocated in user space.