* NTSC digitized raw data using HD 5500 card
@ 2008-03-27 17:11 Azdine Trachi
2008-03-27 19:49 ` Daniel Glöckner
0 siblings, 1 reply; 2+ messages in thread
From: Azdine Trachi @ 2008-03-27 17:11 UTC (permalink / raw)
To: video4linux-list
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?
Because my objective is to get a digitized raw data (NTSC-M) even if the sampling frequency is 8 Fsc MHz or 27 MHz. I need this data for further processing (Synch and color burst detection, Y/C separation and deinterlacing will be done in software (MATLAB)). In this case what will be the file extension of this raw data? will it be .raw?
I am using Xawtv (Streamer) for capturing. Please send me your help.
---------------------------------
Be smarter than spam. See how smart SpamGuard is at giving junk email the boot with the All-new Yahoo! Mail
--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: NTSC digitized raw data using HD 5500 card
2008-03-27 17:11 NTSC digitized raw data using HD 5500 card Azdine Trachi
@ 2008-03-27 19:49 ` Daniel Glöckner
0 siblings, 0 replies; 2+ messages in thread
From: Daniel Glöckner @ 2008-03-27 19:49 UTC (permalink / raw)
To: Azdine Trachi; +Cc: video4linux-list
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-03-27 19:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-27 17:11 NTSC digitized raw data using HD 5500 card Azdine Trachi
2008-03-27 19:49 ` Daniel Glöckner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox