All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrea Venturi <a.venturi@avalpa.com>
To: linux-media@vger.kernel.org
Subject: advice on Easycap dongles and VBI interface..
Date: Thu, 05 Dec 2013 11:43:59 +0100	[thread overview]
Message-ID: <52A058EF.9000701@avalpa.com> (raw)

i'm working on a project for legacy support of a teletext server with 
composite output interface.

i supposed to "ingest" teletext using the /dev/vbi support on linux so 
i've got an Easycap dongle

Bus 001 Device 008: ID 05e1:0408 Syntek Semiconductor Co., Ltd STK1160 
Video Capture Device

AFAIK (i didn't open) it's using a video decoder SC7113 supposed to be a 
clone of SAA7113.

this device is supposed to work on an Ubuntu 12.04 with old kernel 3.2 
so i had to blacklist the stock "RE" kernel module easycap and install 
the "retrofit" from here:

   https://github.com/ezequielgarcia/stk1160-standalone

i see the saa7115 is loaded and i can also see audio and video through 
mplayer..

  $ lsmod
  Module                  Size  Used by
  saa7115                18447  1
  stk1160                27732  0
  videobuf2_core         28148  1 stk1160
  snd_ac97_codec        110213  1 stk1160
  ....

  but in the dev fs there's no sign of /dev/vbi interface..

so my questions are:

- are these SAA7113 clones really copycat with all the features supported?

- has the SAA711x driver ever been used for /dev/vbi feature? i used to 
work with Bt878 cards for that feature.

- is the stock 3.x mainline kernel of the stk1160 really 
improved/different/VBI enabled?

- is there a way to extract VBI lines on /dev/video0?

- is there an easy way to enable or at least test (directly on the USB 
interface) the VBI interface?

- finally which approach do you suggest for supporting this ancient 
feature, if feasibiliy tests are ok:
   - a libusb quick hack?
   - an implementation of the bindings between user level /dev/vbi and 
underlying SAA711x routines?

bests

andrea venturi


             reply	other threads:[~2013-12-05 10:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-05 10:43 Andrea Venturi [this message]
2013-12-05 11:53 ` advice on Easycap dongles and VBI interface Hans Verkuil
2013-12-05 12:22   ` Ezequiel Garcia

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=52A058EF.9000701@avalpa.com \
    --to=a.venturi@avalpa.com \
    --cc=linux-media@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.