From: "Daniel Glöckner" <daniel-gl@gmx.net>
To: Azdine Trachi <azdine_trachi@yahoo.ca>
Cc: video4linux-list@redhat.com
Subject: Re: NTSC digitized raw data using HD 5500 card
Date: Thu, 27 Mar 2008 20:49:46 +0100 [thread overview]
Message-ID: <20080327194946.GA674@daniel.bse> (raw)
In-Reply-To: <697162.37449.qm@web31303.mail.mud.yahoo.com>
On Thu, Mar 27, 2008 at 01:11:16PM -0400, Azdine Trachi wrote:
> I have some questions regarding the card HD 5500 card.
> My problem is with the analog capture. The card is installed and works for both digital and analog TV.
> What am looking for is to capture digitized raw data ( sampled at 4 Fsc=14.3 MHz).
> In other words, I want to make the decoder of this card bypass the the built-in Y/C separation block (Comb filtering, Notch filtering ....etc).
> My question : is it possible to do this?
The Cx2388{0,1,2,3} chip on that card is capable of capturing raw data at 4xFsc
in 16 bit or 8xFsc in 8 bit. You have the choice between three modes:
1. VBI line mode
The RISC program gets a fixed number of samples per line and can thus
interleave the fields in memory.
2. VBI frame mode
The RISC program gets a fixed number of samples per field including
all sync impulses between lines.
3. CAP_RAW_ALL
"continuous raw data mode capture"
The datasheet doesn't tell us what happens if we enable this.
Unfortunately only "1" has been implemented in the cx88 driver and only for
the lines prior to the active region.
Martin Dudok van Heel from GNU Radio made some modifications to the cx88
driver several years ago:
http://www.olifantasia.com/projects/gnuradio/mdvh/cx2388x/
You could ask him about his progress.
In the end you want to do the same thing as the GNU Radio project.
The Bt8xx ancestors support "1" and "2" with 8 bit samples at 8xFsc.
The bttv driver allows to capture the active region with both modes.
"1" by setting v4l2_vbi_format's start and count values to high values
"2" by using, uhm, VIDEO_PALETTE_RAW, which has been removed recently
> I am using Xawtv (Streamer) for capturing.
Won't work.
You need to write your own small application.
Daniel
--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list
prev parent reply other threads:[~2008-03-27 19:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-27 17:11 NTSC digitized raw data using HD 5500 card Azdine Trachi
2008-03-27 19:49 ` Daniel Glöckner [this message]
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=20080327194946.GA674@daniel.bse \
--to=daniel-gl@gmx.net \
--cc=azdine_trachi@yahoo.ca \
--cc=video4linux-list@redhat.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox