Yes, with the exception of the pvr access module. The v4l access module uses the v4l interface, not, v4l2. For example, tvtime uses VIDIOCMCAPTURE for v4l and VIDIOC_QBUF for v4l2. vlc uses VIDIOCMCAPTURE. --excerpt from tvtime... if( vidin->isv4l2 ) { if( ioctl( vidin->grab_fd, VIDIOC_QBUF, &vi...