Kenneth Aafl?y wrote: > On Saturday 02 April 2005 00:38, Kenneth Aafl?y wrote: > >>On Saturday 02 April 2005 00:28, I wrote: >> >>>/** >>> * Open for recording any recording available on the device. >>> */ >>>int vid_rec_open(vid_rec_t **, vid_dev_t *); >> >>/** >> * Open for recording any channel/component available on the device. >> * >> * \warning Use with care, as it could produce massive amounts of data. >> */ >>int vid_rec_open(vid_rec_t **, vid_dev_t *); > > > While thinking about this, should it be a callback interface or plain copy > interface with buffering? Maybe both? I believe a simple copy would be sufficient, as i understand.. > > Also I'm pondering of an mmap style implementation that will be in v4. > A mmap style would be nice, but initially shouldn't we keep the goals a bit low ? Manu