Hi all,
For my purposes I need to write my own driver for a UVC webcam. The webcam is recognized as /dev/ugen. What I want to know is simply can I control and stream with the webcam using just the read/write, open/close, and ioctl functions? I do not want to use anyone else's driver, for my purpose I need to write my driver in userland. Is there some really beginner examples of how to do this? If it is possible?
thanks in advance!
For my purposes I need to write my own driver for a UVC webcam. The webcam is recognized as /dev/ugen. What I want to know is simply can I control and stream with the webcam using just the read/write, open/close, and ioctl functions? I do not want to use anyone else's driver, for my purpose I need to write my driver in userland. Is there some really beginner examples of how to do this? If it is possible?
thanks in advance!