A question about video capture example


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users A question about video capture example
# 1  
Old 04-17-2009
A question about video capture example

Hi,all

From the v4l api page http://v4l2spec.bytesex.org/,there is a capture.c.
someone says" this application is support ntsc camera,but I don't know why it support ntsc by default

Any ideas?

thanks
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Solaris

Video capture and editing on Solaris vs Debian vs Ubuntu

I am interested in doing some heavy video work. I have a ADVC 110 Video capture device, which I am using to capture VHS video tapes, which I will convert on the server to DVD format and burn to DVD's using DVD production software. I will also take the captured video file and split it up in parts... (1 Reply)
Discussion started by: Marcus Aurelius
1 Replies

2. UNIX for Advanced & Expert Users

Video Cards :: Video Memory Intercept and Redirect

I need a broad spectrum understanding on this subject, and any help would be greatly appreciated. First of all, as I understand it... The way the video hardware works is the CPU sends information about input and possible changes to the display, the video card receives these changes, makes the... (2 Replies)
Discussion started by: ciNG
2 Replies

3. Linux

USB video capture? composite, s-video, etc

does anybody have any experience with any of these composite video to usb devices on linux? usb video capture - Google Product Search would like to get one but a linux newbie and having trouble figuring out if any are ported... i've found lots of things that link to freedesktop.org DisplayLink... (1 Reply)
Discussion started by: danpaluska
1 Replies

4. UNIX for Advanced & Expert Users

Capture child processes and change return values question

Thanks in advance. My environment is Ubuntu 9.04 desktop customized to be a high school classroom server for teaching code development. I have a unique "fake" jail called "lshell" which is very easy to setup and restricts users to commands that I dictate DISALLOWING ANYTHING ELSE. These... (6 Replies)
Discussion started by: tuxhats
6 Replies

5. UNIX for Advanced & Expert Users

pattern match in each line and capture it question

I need a clarification on one of the scripts that i have written, I new to file handling and i need help: I am trying to find a particular pattern in a file "****** PBX" in set of 5 files named: xy.cc3 xv.cc3 xx.cc3 xr.cc3 xd.cc3 in a directory. If i find the files starting with these... (16 Replies)
Discussion started by: bsandeep_80
16 Replies
Login or Register to Ask a Question
DVSOURCE-DVGRAB(1)					      General Commands Manual						DVSOURCE-DVGRAB(1)

NAME
dvsource-alsa - audio source for DVswitch SYNOPSIS
dvsource-alsa [OPTIONS] [-s ntsc|pal] [-r 48000|32000|44100] [DEVICE] DESCRIPTION
dvsource-alsa uses ALSA to capture audio and sends it to DVswitch together with a dummy video stream. The optional DEVICE argument is a PCM device name. See the ALSA documentation <http://www.alsa-project.org/alsa-doc/alsa-lib/ pcm.html#pcm_dev_names> for an explanation of these names. OPTIONS
-h, --host=HOST -p, --port=PORT Specify the network address on which DVswitch is listening. The host address may be specified by name or as an IPv4 or IPv6 lit- eral. -s, --system=ntsc|pal Specify the video system to use. This must match the system used by DVswitch. The default is "pal". -d, --rate=48000|32000|44100 Specify the sample rate, in Hz. The default is 48000. -d, --delay=DELAY Specify the time by which audio should be delayed, in seconds. The delays in live audio and video sources need to be closely matched in order that the audio and video signals will be synchronised in the output of DVswitch. The default is 0.2. AUTHOR
Ben Hutchings <ben@decadent.org.uk>. SEE ALSO
http://www.alsa-project.org/alsa-doc/alsa-lib/pcm.html, /usr/share/doc/dvswitch/README 11 March 2009 DVSOURCE-DVGRAB(1)