I expect to use VIDIOCCAPTURE. I can see that we call this ioctl to start capturing, but don't see how to read the data. Do we start capturing, do a read() and then stop capturing? What is the sequence of steps?
I expect to use VIDIOCCAPTURE. I can see that we call this ioctl to start capturing, but don't see how to read the data. Do we start capturing, do a read() and then stop capturing? What is the sequence of steps?