On Mon, Jan 13, 2014 at 5:01 PM, Stephen D Oualline <[email protected]> wrote: > > After upgrading I can't see to get closed captions to work. Specifically, > the old command used > to get captions in-line (v4l2-ctl -b cc) now fails. > > $ cat /etc/lsb-release > DISTRIB_ID=LinuxMint > DISTRIB_RELEASE=16 > DISTRIB_CODENAME=petra > DISTRIB_DESCRIPTION="Linux Mint 16 Petra" > > > $ v4l2-ctl -B --verbose > VIDIOC_QUERYCAP: ok > VIDIOC_G_TUNER: ok > VIDIOC_G_FMT: failed: Invalid argument > > # Here's the key command > $ v4l2-ctl -b cc > VIDIOC_S_FMT: failed: Invalid argument > # This worked before the upgrade
Try adding "-d /dev/vbi0". I suspect this is a result of some changes clarifying that you cannot issue VBI related commands against the video device node. Devin -- Devin J. Heitmueller - Kernel Labs http://www.kernellabs.com _______________________________________________ ivtv-users mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-users
