Re: [PATCHv2] New V4L2 ioctls for OMAP class of Devices

2009-01-28 Thread DongSoo Kim
Hello. > +#define VIDIOC_S_COLOR_SPACE_CONV _IOW('V', 83, struct > v4l2_color_space_conversion) > +#define VIDIOC_G_COLOR_SPACE_CONV _IOR('V', 84, struct > v4l2_color_space_conversion) Do you mind if I ask a question about those ioctls? Because as far as I understand, we can use VIDIO

Re: [REVIEW PATCH 2/2] Added OMAP3EVM Multi-Media Daughter Card Support

2009-01-28 Thread David Brownell
> > > +config MACH_OMAP3EVM_DC > > > +   bool "OMAP 3530 EVM daughter card board" > > > +   depends on ARCH_OMAP3 && ARCH_OMAP34XX && MACH_OMAP3EVM > > > > There can be other daughtercards, so the Kconfig text should > > say which specific card is being configured. And it should > > prob

RE: [PATCHv2] New V4L2 ioctls for OMAP class of Devices

2009-01-28 Thread Shah, Hardik
> -Original Message- > From: Shah, Hardik > Sent: Thursday, January 29, 2009 12:27 PM > To: 'Trent Piepho' > Cc: linux-media@vger.kernel.org; video4linux-l...@redhat.com; Jadav, Brijesh > R; Nagalla, Hari; Hiremath, Vaibhav > Subject: RE: [PATCHv2] New V4L2 ioctls for OMAP class of Device

RE: [PATCHv2] New V4L2 ioctls for OMAP class of Devices

2009-01-28 Thread Shah, Hardik
> -Original Message- > From: Trent Piepho [mailto:xy...@speakeasy.org] > Sent: Thursday, January 29, 2009 11:50 AM > To: Shah, Hardik > Cc: linux-media@vger.kernel.org; video4linux-l...@redhat.com; Jadav, Brijesh > R; Nagalla, Hari; Hiremath, Vaibhav > Subject: Re: [PATCHv2] New V4L2 ioct

RE: [REVIEW PATCH 2/2] Added OMAP3EVM Multi-Media Daughter Card Support

2009-01-28 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath > -Original Message- > From: David Brownell [mailto:davi...@pacbell.net] > Sent: Monday, January 12, 2009 5:24 AM > To: Hiremath, Vaibhav > Cc: linux-o...@vger.kernel.org; linux-media@vger.kernel.org; > video4linux-l...@redhat.com; Jadav, Brijesh R; Shah, Hardik;

RE: [REVIEW PATCH 2/2] Added OMAP3EVM Multi-Media Daughter Card Support

2009-01-28 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath > -Original Message- > From: Mauro Carvalho Chehab [mailto:mche...@infradead.org] > Sent: Wednesday, January 07, 2009 4:10 PM > To: Hiremath, Vaibhav > Cc: linux-o...@vger.kernel.org; video4linux-l...@redhat.com; linux- > me...@vger.kernel.org > Subject: Re: [REV

Re: [PATCHv2] New V4L2 ioctls for OMAP class of Devices

2009-01-28 Thread Trent Piepho
On Thu, 29 Jan 2009, Hardik Shah wrote: > 1. Control ID added for rotation. Same as HFLIP. > 2. Control ID added for setting background color on > output device. > 3. New ioctl added for setting the color space conversion from > YUV to RGB. > 4. Updated the v4l2-common.c file according

[PATCHv2] New V4L2 ioctls for OMAP class of Devices

2009-01-28 Thread Hardik Shah
1. Control ID added for rotation. Same as HFLIP. 2. Control ID added for setting background color on output device. 3. New ioctl added for setting the color space conversion from YUV to RGB. 4. Updated the v4l2-common.c file according to comments. Signed-off-by: Brijesh Jadav Signed-

Re: [linux-dvb] Tuning a pvrusb2 device. Every attempt has failed.

2009-01-28 Thread A. F. Cano
On Sun, Jan 25, 2009 at 05:32:26PM -0500, CityK wrote: > ... > Okay. One suggestion I have here is taking the pre-amp out of the chain > right now, and just test with as basic a setup as possible. This is how I started. I got nothing at all. I just posted some of the latest details in another su

Re: [linux-dvb] Tuning a pvrusb2 device. Every attempt has failed.

2009-01-28 Thread A. F. Cano
On Sun, Jan 25, 2009 at 05:18:56PM -0500, Andy Walls wrote: > ... > My experience is that if reception sucks for an analog channel, digital > stations on a physcial channel freq near that same analog channel freq, > in the same direction, will not be available to you. It is becoming more and more

Re: cx18, HVR-1600 Clear qam tuning

2009-01-28 Thread Devin Heitmueller
On Wed, Jan 28, 2009 at 10:41 PM, Andy Walls wrote: > Devin, > > Well, since you noted a failure mechanism with a symptom of "not all > channels lock within X seconds", why couldn't it be the case that the > same mechanism causes "no channels lock within X seconds"? :) Well, it is indeed possible

Re: cx18, HVR-1600 Clear qam tuning

2009-01-28 Thread Andy Walls
On Wed, 2009-01-28 at 22:00 -0500, Devin Heitmueller wrote: > On Wed, Jan 28, 2009 at 9:56 PM, Jason Siegel wrote: > > Thanks Andy, > > > > That did the trick! QAM256 is working! > > > > -J Jason, Glad it worked for you. > Really? That made a difference? Sure, I was expecting general tuning

Re: cx18, HVR-1600 Clear qam tuning

2009-01-28 Thread Devin Heitmueller
On Wed, Jan 28, 2009 at 9:56 PM, Jason Siegel wrote: > Thanks Andy, > > That did the trick! QAM256 is working! > > -J Really? That made a difference? Sure, I was expecting general tuning performance to improve, but I'm a bit surprised if it really makes the difference between "works with QAM256

Re: cx18, HVR-1600 Clear qam tuning

2009-01-28 Thread Jason Siegel
Thanks Andy, That did the trick! QAM256 is working! -J On Wed, Jan 28, 2009 at 8:03 PM, Andy Walls wrote: > On Wed, 2009-01-28 at 11:17 -0500, Jason Siegel wrote: >> What is the status of clear qam tuning with the HVR-1600? > > It should work. > >> I've got me card setup and working, analog cap

[V4L2] EV control API for digital camera

2009-01-28 Thread DongSoo Kim
Hello. When we take pictures, sometimes we don't get satisfied with the exposure of picture. Too dark or too bright. For that reason, we need to bias EV which represents Exposure Value. So..if I want to control digital camera module with V4L2 API, which API should I take for EV control? V4L2 do

Re: [PATCH] cx88: fix unexpected video resize when setting tv norm

2009-01-28 Thread Marton Balint
On Sat, 10 Jan 2009, Trent Piepho wrote: > On Sat, 10 Jan 2009, Marton Balint wrote: > > Cx88_set_tvnorm sets the size of the video to fixed 320x240. This is ugly at > > least, but also can cause problems, if it happens during an active video > > transfer. With this patch, cx88_set_scale will save

Re: cx18, HVR-1600 Clear qam tuning

2009-01-28 Thread Andy Walls
On Wed, 2009-01-28 at 11:17 -0500, Jason Siegel wrote: > What is the status of clear qam tuning with the HVR-1600? It should work. > I've got me card setup and working, analog captures work well with > cable, and ATSC tuning of ota signals work great with an antenna, but > I can't find any clear

Re: cx18, HVR-1600 Clear qam tuning

2009-01-28 Thread Brandon Jenkins
On Wed, Jan 28, 2009 at 11:17 AM, Jason Siegel wrote: > What is the status of clear qam tuning with the HVR-1600? > > I've got me card setup and working, analog captures work well with > cable, and ATSC tuning of ota signals work great with an antenna, but > I can't find any clear qam cable statio

Technisat SkyStar HD + CI + CA says "PC card did not respond"

2009-01-28 Thread Ben Bucksch
Hardware: - DVB-S2: TechniSat SkyStar HD = Technotrend S2-3200 - CI: With corresponding CI - CA: AlphaCrypt Light - Pay-TV smartcard Software: - Ubuntu 8.04 - (A) Linux 2.6.28 with S2API drivers (B) Linux 2.6.27-rc5 with multiproto drivers (hg 855d0c878944) (C) Linux 2.6.23.1 with multiproto d

Re: [linux-dvb] Broken Tuning on Wintv Nova HD S2

2009-01-28 Thread Mika Laitio
I also can confirm this. Reverting to a previous revision restores proper tuning to vertical transponders. I can also confirm it with hvr-4000 and latest drivers v4l-dvb drivers from linuxtv org. Before I reverted this patch, I could not get lock with vdr for example to: Sky News;BT:11597:vC

Re : Re : [linux-dvb] Technotrend Budget S2-3200 Digital artefacts on HDchannels

2009-01-28 Thread Manu
Le 28.01.2009 15:52:26, Manu Abraham a écrit : > Manu wrote: > > Le 28.01.2009 07:03:00, n37 a écrit : > >> On Wed, Jan 28, 2009 at 1:02 AM, Manu Abraham > >> > >> wrote: > >>> Alex Betis wrote: > On Tue, Jan 27, 2009 at 11:27 PM, Manu Abraham > >> wrote: > > Alex Betis wrote: > >> O

Re : Re : [linux-dvb] Technotrend Budget S2-3200 Digital artefacts on HDchannels

2009-01-28 Thread Manu
Le 28.01.2009 15:52:26, Manu Abraham a écrit : > Manu wrote: > > Le 28.01.2009 07:03:00, n37 a écrit : > >> On Wed, Jan 28, 2009 at 1:02 AM, Manu Abraham > >> > >> wrote: > >>> Alex Betis wrote: > On Tue, Jan 27, 2009 at 11:27 PM, Manu Abraham > >> wrote: > > Alex Betis wrote: > >> O

Re: [linux-dvb] Upcoming DVB-T channel changes for HH (Hamburg)

2009-01-28 Thread BOUWSMA Barry
On Wed, 28 Jan 2009, Tobias Stoeber wrote: > > > should (ideally) use a 8 MHz width space from 559.25 MHz to 567.25 MHz for > > > Ch 32. > > > > Is this correct, or should the range be from 558 to 566MHz, > > apart from locations (such as the UK and Australia) where an > > offset may be used? >

Re: Re : [linux-dvb] Technotrend Budget S2-3200 Digital artefacts on HDchannels

2009-01-28 Thread Manu Abraham
Manu wrote: > Le 28.01.2009 07:03:00, n37 a écrit : >> On Wed, Jan 28, 2009 at 1:02 AM, Manu Abraham >> >> wrote: >>> Alex Betis wrote: On Tue, Jan 27, 2009 at 11:27 PM, Manu Abraham >> wrote: > Alex Betis wrote: >> On Tue, Jan 27, 2009 at 10:14 PM, Manu Abraham >> > wrote: >

Re: Re : [linux-dvb] Technotrend Budget S2-3200 Digital artefacts on HDchannels

2009-01-28 Thread Manu Abraham
crow wrote: > Hi, > I have also TT-3200 and would like to have driver which are not able > to burn anything, but to WORK as they should. I am currently using > liplianindvb repository, because it seems only one working with my > card. To bad that they have code which "can burn demodulator" in some

HVR-950q asking for analog support

2009-01-28 Thread Götz Dapp
Hi everybody! I would like to ask for analog cable support in the HVR-950q driver since there appears to be no plans for broadcasting OTA ATSC here in Edmonton/Canada for a while and I already have an analog cable subscription... Are there any plans to include analog support, or if so, any rough

[cron job] WARNINGS: armv5 armv5-ixp armv5-omap2 i686 m32r mips powerpc64 x86_64 v4l-dvb build

2009-01-28 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:Wed Jan 28 19:00:10 CET 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 10390:43dbc8ebb5a2 gcc version: gcc

Re: Re : [linux-dvb] Technotrend Budget S2-3200 Digital artefacts on HDchannels

2009-01-28 Thread Goga777
> > I am writing just to share my experience with tt3200 drivers. The > > following are just observations about the behavior of my card: > > > > 1. The card has never tuned reliably with the v4l-dvb s2api driver or > > the multiproto driver. This concerns not just high rate dvb-s2 > > transponders

Re : [linux-dvb] Technotrend Budget S2-3200 Digital artefacts on HDchannels

2009-01-28 Thread crow
Hi, I have also TT-3200 and would like to have driver which are not able to burn anything, but to WORK as they should. I am currently using liplianindvb repository, because it seems only one working with my card. To bad that they have code which "can burn demodulator" in some case, as i don't wanna

RE: [PATCH v2] v4l/tvp514x: make the module aware of rich people

2009-01-28 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath > -Original Message- > From: Sebastian Andrzej Siewior [mailto:bige...@linutronix.de] > Sent: Wednesday, January 28, 2009 9:52 PM > To: Hiremath, Vaibhav > Cc: linux-media@vger.kernel.org; Mauro Carvalho Chehab; video4linux- > l...@redhat.com > Subject: Re: [PATC

Re: [PATCH v2] v4l/tvp514x: make the module aware of rich people

2009-01-28 Thread Sebastian Andrzej Siewior
Hiremath, Vaibhav wrote: [Hiremath, Vaibhav] I am really sorry; actually I was really busy with our internal release process and still going. Definitely I will try to find some time tomorrow to test this patch. No problem. v2: Make the content of the registers (brightness, \ldots) per decoder

Re : [linux-dvb] Technotrend Budget S2-3200 Digital artefacts on HDchannels

2009-01-28 Thread Manu
Le 28.01.2009 07:03:00, n37 a écrit : > On Wed, Jan 28, 2009 at 1:02 AM, Manu Abraham > > wrote: > > Alex Betis wrote: > >> On Tue, Jan 27, 2009 at 11:27 PM, Manu Abraham > wrote: > >> > >>> Alex Betis wrote: > On Tue, Jan 27, 2009 at 10:14 PM, Manu Abraham > wrote: > > > Alex

cx18, HVR-1600 Clear qam tuning

2009-01-28 Thread Jason Siegel
What is the status of clear qam tuning with the HVR-1600? I've got me card setup and working, analog captures work well with cable, and ATSC tuning of ota signals work great with an antenna, but I can't find any clear qam cable stations. I have a FusionHTDV5 usb tuner which finds 336 stations usi

RE: [PATCH v2] v4l/tvp514x: make the module aware of rich people

2009-01-28 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath > -Original Message- > From: linux-media-ow...@vger.kernel.org [mailto:linux-media- > ow...@vger.kernel.org] On Behalf Of Sebastian Andrzej Siewior > Sent: Wednesday, January 28, 2009 9:00 PM > To: Hiremath, Vaibhav > Cc: linux-media@vger.kernel.org; Mauro Carval

Howto obtain sysfs-pathes for DVB devices?

2009-01-28 Thread Carsten Meier
Hello again, now I've managed to obtain syfs-pathes for v4l2-devices. But what about dvb? I haven't found something like bus_info in the dvb-api-docs. (I'm new to it) Any hints for this? Thanks, Carsten -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a mes

[PATCH v2] v4l/tvp514x: make the module aware of rich people

2009-01-28 Thread Sebastian Andrzej Siewior
because they might design two of those chips on a single board. You never know. Signed-off-by: Sebastian Andrzej Siewior --- v2: Make the content of the registers (brightness, \ldots) per decoder and not global. v1: Initial version drivers/media/video/tvp514x.c | 166 ++

Re: [linux-dvb] S2API (pctv452e) artefacts in video stream

2009-01-28 Thread Manu Abraham
da...@gmx.de wrote: > Hi again, > > has anybody an idea what's going wrong here? > I'm still having this problem. > Is there anything I can do to help here? > > Thanks in advance, > darav > > P.S.: now posting on the new mailinglist. Sorry for double-post. > > Jan 28 12:03:09 vdr ttusb2: i2c tr

Re: empire USB portable media station

2009-01-28 Thread Devin Heitmueller
On Wed, Jan 28, 2009 at 9:10 AM, Giancarlo Iannizzotto wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I recently bought the USB hybrid card named "empire USB portable media > station". My Ubuntu 8.10 linux box does not recognize it: > > dmesg: > ... > [ 377.610947] usb 4-1: new high

empire USB portable media station

2009-01-28 Thread Giancarlo Iannizzotto
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I recently bought the USB hybrid card named "empire USB portable media station". My Ubuntu 8.10 linux box does not recognize it: dmesg: ... [ 377.610947] usb 4-1: new high speed USB device using ehci_hcd and address 4 [ 377.743974] usb 4-1: configurat

Re: [linux-dvb] S2API (pctv452e) artefacts in video stream

2009-01-28 Thread darav
Hi again, has anybody an idea what's going wrong here? I'm still having this problem. Is there anything I can do to help here? Thanks in advance, darav P.S.: now posting on the new mailinglist. Sorry for double-post. Jan 28 12:03:09 vdr ttusb2: i2c transfer failed. Jan 28 12:03:11 vdr dvb-usb:

[PULL] http://linuxtv.org/hg/~dheitmueller/v4l-dvb-s5h1409

2009-01-28 Thread Devin Heitmueller
Mauro, Please pull from http://linuxtv.org/hg/~dheitmueller/v4l-dvb-s5h1409 for the following: s5h1409: Perform s5h1409 soft reset after tuning Thanks, Devin -- Devin J. Heitmueller http://www.devinheitmueller.com AIM: devinheitmueller -- To unsubscribe from this list: send the line "unsubscr

Re: [linux-dvb] Upcoming DVB-T channel changes for HH (Hamburg)

2009-01-28 Thread Tobias Stoeber
Hi, BOUWSMA Barry schrieb: It's just a centre frequency used for tuning purposes. The DVB-T signal should (ideally) use a 8 MHz width space from 559.25 MHz to 567.25 MHz for Ch 32. Is this correct, or should the range be from 558 to 566MHz, apart from locations (such as the UK and Australia)

Re: [linux-dvb] S2API (pctv452e) artefacts in video stream

2009-01-28 Thread darav
Hi again, has anybody an idea what's going wrong here? I'm still having this problem. Is there anything I can do to help here? Thanks in advance, darav P.S.: now posting on the new mailinglist. Sorry for double-post. Jan 28 12:03:09 vdr ttusb2: i2c transfer failed. Jan 28 12:03:11 vdr dvb-usb:

Re: [linux-dvb] Technotrend Budget S2-3200 Digital artefacts on HDchannels

2009-01-28 Thread n37
On Wed, Jan 28, 2009 at 1:02 AM, Manu Abraham wrote: > Alex Betis wrote: >> On Tue, Jan 27, 2009 at 11:27 PM, Manu Abraham wrote: >> >>> Alex Betis wrote: On Tue, Jan 27, 2009 at 10:14 PM, Manu Abraham >>> wrote: > Alex Betis wrote: >>> It won't. All you will manage to do is burn

Re: [linux-dvb] Broken Tuning on Wintv Nova HD S2

2009-01-28 Thread n37
I also can confirm this. Reverting to a previous revision restores proper tuning to vertical transponders. On Tue, Jan 27, 2009 at 10:39 PM, gimli wrote: > Hi, > > the following changesets breaks Tuning to Vertical Transponders : > > http://mercurial.intuxication.org/hg/s2-liplianin/rev/1ca67881d