Re: DM6467 VPIF adding support for HD resolution capture and display standards

2009-08-14 Thread Hans Verkuil
On Friday 14 August 2009 00:10:00 Karicheri, Muralidharan wrote: Hans, Thanks for your quick reply on this. I need few clarification though. My proposal would be something like this: enum dv_preset { V4L2_DV_CUSTOM, V4L2_DV_720P24, V4L2_DV_720P25, V4L2_DV_720P30,

dib0700 diversity support

2009-08-14 Thread Paul Menzel
Dear DVB hackers, (please CC) I traded an unsupported Terratec Cinergy HTC USB XS HD with a TerraTec Cinergy DT USB XS Diversity [1]. As written in [1] it has a bad reception. It uses the dib0700 driver and the DiB0700 seems to support a diversity feature which supposedly improves the signal

PULL request - http://linuxtv.org/hg/~pb/v4l-dvb/

2009-08-14 Thread Patrick Boettcher
Hi Mauro, can you please pull from http://linuxtv.org/hg/~pb/v4l-dvb/ for - ISDB-T: add mapping of LAYER_ENABLED to frontend-cache - ISDB-T: added reference to ARIB TR-B14 - ISDB-T: added bandwidth as an optional parameter - ISDB-T: Added note about DTV_FREQUENCY - DVB-API: add support for

Re: Technical Details on Abus Digiprotect TV8802 Capture Card

2009-08-14 Thread Gregor G.
Hi! Daniel Glöckner schrieb: If not, can you put the card on a scanner and create pictures of both sides so that we can trace the signals? Please upload them on imageshack.us or similar instead of mailing them to the list. I scanned the card but the picture is quite out of focus :-( I

Re: dib0700 diversity support

2009-08-14 Thread Paul Menzel
Dear Patrick, Am Freitag, den 14.08.2009, 09:56 +0200 schrieb Patrick Boettcher: On Thu, 13 Aug 2009, Paul Menzel wrote: I traded an unsupported Terratec Cinergy HTC USB XS HD with a TerraTec Cinergy DT USB XS Diversity [1]. As written in [1] it has a bad reception. [Patrick’s

Re: New device: Dikom DK-300 (maybe Kworld 323U rebranded)

2009-08-14 Thread xwang1976
I forgot to send the dmesg I have had using the latest kernel (dmesg_dikom-dk300.txt) and the Dainius modified one (dmesg_dikom-dk300-mod.txt). Xwang xwang1...@email.it ha scritto: Hi to all! I've bought this device because I've seen that it has a better digital tuner when compared with my

Re: gspca: Trust webcam WB 300P ID 093a:2608 doesn't work

2009-08-14 Thread Claudio Chimera
Hello Hans, thanks for your reply. I've connected only the webcam, no other devices. I've tried to connect via un USB HUB but the result is always the same: Aug 14 15:56:50 cchi-desktop kernel: [ 8434.924045] gspca: usb_submit_urb [0] err -28 This web-cam is never worked using Linux, but it is

Re: KWorld UB435-Q support?

2009-08-14 Thread Jarod Wilson
On Aug 14, 2009, at 1:12 AM, Thomas Fjellstrom wrote: On Thu August 13 2009, Jarod Wilson wrote: On Aug 13, 2009, at 12:53 AM, Thomas Fjellstrom wrote: I stupidly bought the KWorld UB435-Q usb ATSC tuner thinking it was supported under linux, and it turns out it isn't. I'm wondering what it

Re: [linuxtv-commits] [hg:v4l-dvb] sms1xxx: restore GPIO functionality for all Hauppauge devices

2009-08-14 Thread Michael Krufky
On Thu, Aug 13, 2009 at 9:11 PM, hermann pittonhermann-pit...@arcor.de wrote: Am Donnerstag, den 13.08.2009, 17:03 -0400 schrieb Michael Krufky: Mauro, This changeset is not in your git tree for Linus, but it fixes a regression in the 2.6.31 kernel -- can you push this to Linus as well?

[cron job] v4l-dvb daily build 2.6.22 and up: ERRORS, 2.6.16-2.6.21: ERRORS

2009-08-14 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Fri Aug 14 19:00:05 CEST 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 12453:ee300d3178c4 gcc version: gcc

Fw: error in compiled v4l cx88_alsa

2009-08-14 Thread Kevin Smith
cannot get sound working in compiled modules as follows. Sound in DVB works just not v4l (tvtime/myth) - thanks using v4l-dvb-0db4331fd64a modules and kernel 2.6.29 Aug 7 18:10:50 flipside kernel: xc5000: waiting for firmware upload (dvb-fe-xc5000-1.6.114.fw)... Aug 7 18:10:50 flipside

Re: pxa_camera / mt9m111

2009-08-14 Thread Guennadi Liakhovetski
(adding linux-media to the CC) On Fri, 14 Aug 2009, Stefan Welker wrote: Hi there, Im working with the camera on the A780 Motorola mobile phone which uses the pxa_camera module to run micron mt9m111 chip. In the chip documentation there is stated that it is possible to run the chip with

Re: [v4l-dvb-maintainer] [PULL] radio-si470x: I2C support

2009-08-14 Thread Tobias Lorenz
Hi Mauro, Could you please verify if everything is correct at my git tree: http://git.kernel.org/?p=linux/kernel/git/mchehab/linux-next.git;a=shortlog Yes. It looks okay. Thanks, Toby -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to

Re: New device: Dikom DK-300 (maybe Kworld 323U rebranded)

2009-08-14 Thread xwang1976
This is the link to the usbsnoop I've done under windows xp: http://rapidshare.com/files/267432234/UsbSnoop2.zip.html I hope it is useful to: 1) understand if the dikom DK-300 is really a rebranded kworld 323u 2)resolve the analog tv issues (kernel panic while scanning channels and absence of

[PATCH v1 0/5] V4L: vpif_capture driver for DM6467

2009-08-14 Thread m-karicheri2
From: Muralidharan Karicheri m-kariche...@ti.com This patch series add support for VPIF Capture Driver on DM6467. VPIF (Video Port Interface) has two channels for capture video or Raw image data. Currently only video capture is supported using TVP5147 on each of the channel. That means two

[PATCH v1 - 2/5] V4L : vpif capture - Kconfig and Makefile changes

2009-08-14 Thread m-karicheri2
From: Muralidharan Karicheri m-kariche...@ti.com Adds Kconfig and Makefile changes required for vpif capture driver Reviewed-by: Hans Verkuil hverk...@xs4all.nl Signed-off-by: Muralidharan Karicheri m-kariche...@ti.com --- Applies to V4L-DVB linux-next repository drivers/media/video/Kconfig

V4L image grab

2009-08-14 Thread Rath
Hi, with this code from the internet I only get pictures with some undefined pixels on the top and black pixels on the bottom. Where's the problem? I only want a simple example for image captureing. Here is the code: #include stdio.h #include unistd.h #include fcntl.h #include sys/ioctl.h