Hi! On Wed, 26 Sep 2001, Tom Goetze wrote: > >It was never set up to that time. It must be set from the outside world of > >the driver. The frame buffer (*this* frame buffer) is located in your > >graphics card. > > Rolf, > > So, if I do NOT have a graphics card (just a capture card--the DC10plus) > do I have any chance of being able to capture video from my capture card? > > Can I just malloc some memory and use it? There were already adequate answers. Become familiar with V4L ioctls VIDIOCGMBUF, VIDIOCMCAPTURE, VIDIOCSYNC - and mmap(). Bye, Rolf