Re: [RFC] snapshot mode, flash capabilities and control

2011-03-02 Thread Guennadi Liakhovetski
Hi On Thu, 3 Mar 2011, Kim, HeungJun wrote: > Hi Guennadi, > > I have another question about capture, not related with exact this topic. > > Dose the sensor which you use make EXIF information in itself while > capturing?? So far we have no sensors, about which we know, that they're deliverin

RE: isp or soc-camera for image co-processors

2011-03-02 Thread Guennadi Liakhovetski
Hi Bhupesh On Thu, 3 Mar 2011, Bhupesh SHARMA wrote: > Hi Sakari, Laurent and Guennadi, > > > -Original Message- > > From: Sakari Ailus [mailto:sakari.ai...@maxwell.research.nokia.com] > > Sent: Wednesday, March 02, 2011 4:26 PM > > To: Bhupesh SHARMA > > Cc: Laurent Pinchart; Guennadi L

Re: [RFC] snapshot mode, flash capabilities and control

2011-03-02 Thread Kim, HeungJun
Hi Guennadi, I have another question about capture, not related with exact this topic. Dose the sensor which you use make EXIF information in itself while capturing?? If it is right, how to deliver EXIF information from v4l2(subdev or media driver) to userapplication? Regards, Heungjun Kim

RE: isp or soc-camera for image co-processors

2011-03-02 Thread Bhupesh SHARMA
Hi Sakari, Laurent and Guennadi, > -Original Message- > From: Sakari Ailus [mailto:sakari.ai...@maxwell.research.nokia.com] > Sent: Wednesday, March 02, 2011 4:26 PM > To: Bhupesh SHARMA > Cc: Laurent Pinchart; Guennadi Liakhovetski; linux- > me...@vger.kernel.org > Subject: Re: isp or soc

[RFC PATCH RESEND v2 1/3] v4l2-ctrls: change the boolean type of V4L2_CID_FOCUS_AUTO to menu type

2011-03-02 Thread Kim, HeungJun
Support more modes of autofocus, it changes the type of V4L2_CID_FOCUS_AUTO from boolean to menu. And it includes 4 kinds of enumeration types: V4L2_FOCUS_AUTO, V4L2_FOCUS_MANUAL, V4L2_FOCUS_MACRO, V4L2_FOCUS_CONTINUOUS Signed-off-by: Heungjun Kim Signed-off-by: Kyungmin Park --- drivers/media

[RFC PATCH RESEND v2 0/3] v4l2-ctrls: add new focus mode

2011-03-02 Thread Kim, HeungJun
Hello, Agenda == I faced to the absence of the mode of v4l2 focus for a couple of years. While dealing with some few mobile camera sensors, the focus modes are needed more than the current v4l2 focus mode, e.g. a Macro & Continuou

[RFC PATCH RESEND v2 3/3] v4l2-ctrls: document the changes about auto focus mode

2011-03-02 Thread Kim, HeungJun
Document about the type changes and the enumeration of the auto focus control. Signed-off-by: Heungjun Kim Signed-off-by: Kyungmin Park --- Documentation/DocBook/v4l/controls.xml| 31 +--- Documentation/DocBook/v4l/videodev2.h.xml |6 + 2 files changed, 33

[RFC PATCH RESEND v2 2/3] v4l2-ctrls: modify uvc driver to use new menu type of V4L2_CID_FOCUS_AUTO

2011-03-02 Thread Kim, HeungJun
As following to change the boolean type of V4L2_CID_FOCUS_AUTO to menu type, this uvc is modified the usage of V4L2_CID_FOCUS_AUTO, maintaining v4l2 menu index. Signed-off-by: Heungjun Kim Signed-off-by: Kyungmin Park --- drivers/media/video/uvc/uvc_ctrl.c |9 - 1 files changed, 8 i

Re: [RFC] snapshot mode, flash capabilities and control

2011-03-02 Thread Andy Walls
On Wed, 2011-03-02 at 19:19 +0100, Hans Verkuil wrote: > On Wednesday, March 02, 2011 18:51:43 Guennadi Liakhovetski wrote: > > ...Just occurred to me: > > > > On Mon, 28 Feb 2011, Guennadi Liakhovetski wrote: > > > > > On Mon, 28 Feb 2011, Guennadi Liakhovetski wrote: > > > > > > > On Mon, 28 F

Re: Hauppauge "grey" remote not working in recent kernels

2011-03-02 Thread Jarod Wilson
On Mar 2, 2011, at 3:46 PM, Tony Houghton wrote: > On Wed, 2 Mar 2011 13:39:32 -0500 > Jarod Wilson wrote: > >> On Mar 2, 2011, at 1:14 PM, Tony Houghton wrote: >> >>> Since upgrading my kernel from 2.6.32 to 2.6.37 in Debian my DVB >>> remote control no longer works. The card is a Hauppauge No

Re: Hauppauge "grey" remote not working in recent kernels

2011-03-02 Thread Tony Houghton
On Wed, 2 Mar 2011 13:39:32 -0500 Jarod Wilson wrote: > On Mar 2, 2011, at 1:14 PM, Tony Houghton wrote: > > > Since upgrading my kernel from 2.6.32 to 2.6.37 in Debian my DVB > > remote control no longer works. The card is a Hauppauge Nova-T PCI > > with the "grey" remote. It uses the saa7146,

Re: Remote control not working for Terratec Cinergy C (2.6.37 Mantis driver)

2011-03-02 Thread Marko Ristola
02.03.2011 11:12, Jonas Hanschke kirjoitti: Thanks for answering, Marko. And sorry for asking a maybe stupid question - how do I turn on the debug output? There is no such option in make menuconfig, and modinfo -p mantis only returns: verbose:verbose startup messages, default is 1 (yes) I emai

Fwd: [PATCH 2/7] staging/cx25721: serialize access to devlist

2011-03-02 Thread Mauro Carvalho Chehab
Mensagem original Assunto: [PATCH 2/7] staging/cx25721: serialize access to devlist Data: Wed, 2 Mar 2011 00:13:06 +0100 De: Arnd Bergmann Para: linux-ker...@vger.kernel.org CC: Arnd Bergmann , Mauro Carvalho Chehab , Palash Bandyopadhyay ,Greg Kroah-Hartman

Re: [GIT PULL FOR 2.6.39] Media controller and OMAP3 ISP driver

2011-03-02 Thread Mauro Carvalho Chehab
Em 17-02-2011 13:06, Laurent Pinchart escreveu: > v4l: Share code between video_usercopy and video_ioctl2 Two hunks failed on this patch: $ quilt push Applying patch patches/0951-v4l-Share-code-between-video_usercopy-and-video_ioct.patch patching file drivers/media/video/v4l2-ioctl.c Hunk

Re: omap3-isp: can't register subdev for new sensor driver mt9t001

2011-03-02 Thread Bastian Hecht
Hi Loic, in my last post, make sure you return a v4l2_mbus_framefmt structure that contain yuv 720x480. Else the framework thinks your driver cannot supply this format. I do not know the exact enums myself, try to grep it in the linux kernel includes. In my test driver I added a printk(KERN_ALERT

Re: omap3isp cache error when unloading

2011-03-02 Thread Laurent Pinchart
Hi Michael, On Tuesday 01 March 2011 17:41:01 Michael Jones wrote: > Hi all, > > I get a warning about a cache error with the following steps: > > 0. load omap3-isp > 1. set up media broken media pipeline. (e.g. set different formats on > opposite ends of a link, as will be the case for using th

Re: Missing /dev/video[N] devices...?

2011-03-02 Thread Andy Walls
Nick Pelling wrote: >Hi everyone, > >I'm trying to bring up the 2.6.37 kernel from scratch on a new >Samsung S5PC100-based board, but have hit a media problem. Though my >various v4l2 devices are all registering OK during the boot process >and end up visible in /sys/class/video4linux , they ne

Re: Hauppauge "grey" remote not working in recent kernels

2011-03-02 Thread Jarod Wilson
On Mar 2, 2011, at 1:14 PM, Tony Houghton wrote: > Since upgrading my kernel from 2.6.32 to 2.6.37 in Debian my DVB remote > control no longer works. The card is a Hauppauge Nova-T PCI with the > "grey" remote. It uses the saa7146, tda1004x, budget_ci and budget_core > modules (but it doesn't actu

[cron job] v4l-dvb daily build: ERRORS

2011-03-02 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 Mar 2 19:00:28 CET 2011 git master: 1b59be2a6cdcb5a12e18d8315c07c94a624de48f git media-master: gcc version: i6

Hauppauge "grey" remote not working in recent kernels

2011-03-02 Thread Tony Houghton
Since upgrading my kernel from 2.6.32 to 2.6.37 in Debian my DVB remote control no longer works. The card is a Hauppauge Nova-T PCI with the "grey" remote. It uses the saa7146, tda1004x, budget_ci and budget_core modules (but it doesn't actually have a CI). There used to be a patch for the budget_

Re: [RFC] snapshot mode, flash capabilities and control

2011-03-02 Thread Hans Verkuil
On Wednesday, March 02, 2011 18:51:43 Guennadi Liakhovetski wrote: > ...Just occurred to me: > > On Mon, 28 Feb 2011, Guennadi Liakhovetski wrote: > > > On Mon, 28 Feb 2011, Guennadi Liakhovetski wrote: > > > > > On Mon, 28 Feb 2011, Hans Verkuil wrote: > > > > > > > Does anyone know which driv

Re: [RFC] snapshot mode, flash capabilities and control

2011-03-02 Thread Guennadi Liakhovetski
...Just occurred to me: On Mon, 28 Feb 2011, Guennadi Liakhovetski wrote: > On Mon, 28 Feb 2011, Guennadi Liakhovetski wrote: > > > On Mon, 28 Feb 2011, Hans Verkuil wrote: > > > > > Does anyone know which drivers stop capture if there are no buffers > > > available? > > > I'm not aware of an

Re: [PATCH v21 1/3] MFD: WL1273 FM Radio: MFD driver for the FM radio.

2011-03-02 Thread Mauro Carvalho Chehab
Em 01-03-2011 08:43, Samuel Ortiz escreveu: > Hi Matti, > > On Tue, Mar 01, 2011 at 10:00:48AM +0200, Matti J. Aaltonen wrote: >> This is the core of the WL1273 FM radio driver, it connects >> the two child modules. The two child drivers are >> drivers/media/radio/radio-wl1273.c and sound/soc/code

RE: Sony CXD2099AR support

2011-03-02 Thread COEXSI
> -Original Message- > From: linux-media-ow...@vger.kernel.org [mailto:linux-media- > ow...@vger.kernel.org] On Behalf Of Ralph Metzler > Sent: mardi 1 mars 2011 14:03 > To: Issa Gorissen > Cc: linux-media@vger.kernel.org > Subject: Sony CXD2099AR support > > Issa Gorissen writes: > > I

Re: Big ptoblem with small webcam

2011-03-02 Thread W.P.
Użytkownik W.P. napisał: > Hi there, > I just got an Creative VGA (640x480) USB Live Webcam, VF0520. > > lsusb (partial): > > Bus 003 Device 007: ID 041e:406c Creative Technology, Ltd > Device Descriptor: > bLength18 > bDescriptorType 1 > bcdUSB 2.00 >

Missing /dev/video[N] devices...?

2011-03-02 Thread Nick Pelling
Hi everyone, Problem solved - the boot sequence didn't have a makedev, so the /dev/video[N] nodes weren't getting automatically created. A few "mknod c X Y" commands later, all the /dev/video[N] items are in place. :-) Cheers, Nick Pelling -- To unsubscribe from this list: send the

Missing /dev/video[N] devices...?

2011-03-02 Thread Nick Pelling
Hi everyone, I'm trying to bring up the 2.6.37 kernel from scratch on a new Samsung S5PC100-based board, but have hit a media problem. Though my various v4l2 devices are all registering OK during the boot process and end up visible in /sys/class/video4linux , they never manage to become visib

Big ptoblem with small webcam

2011-03-02 Thread W.P.
Hi there, I just got an Creative VGA (640x480) USB Live Webcam, VF0520. lsusb (partial): Bus 003 Device 007: ID 041e:406c Creative Technology, Ltd Device Descriptor: bLength18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 239 Miscellaneous Devic

Re: [RFC] HDMI-CEC proposal

2011-03-02 Thread Alex Deucher
On Wed, Mar 2, 2011 at 4:13 AM, Hans Verkuil wrote: > Hi Alex, > > On Tuesday, March 01, 2011 18:52:28 Alex Deucher wrote: >> On Tue, Mar 1, 2011 at 4:59 AM, Martin Bugge (marbugge) >> wrote: >> > Author: Martin Bugge >> > Date:  Tue, 1 March 2010 >> > == >> > >> > This is a

Re: isp or soc-camera for image co-processors

2011-03-02 Thread Laurent Pinchart
Hi Sakari, On Wednesday 02 March 2011 11:55:47 Sakari Ailus wrote: > Bhupesh SHARMA wrote: [snip] > >>> Are there are reference drivers that I can use for my study? > >> > >> The OMAP3 ISP driver. > > > > Thanks, I will go through the same. > > The major difference in this to OMAP 3 is that t

Re: isp or soc-camera for image co-processors

2011-03-02 Thread Sakari Ailus
Hi Bhupesh and Laurent, Bhupesh SHARMA wrote: ... >> Try to configure your mailer to use spaces instead of tabs, or to make >> tabs 8 >> spaces wide. It should then look good. Replies will usually mess the >> diagrams >> up though. > > Ok, I will try it :) Attachments are usually safe as well.

Remote controller AsusU3100Mini plus

2011-03-02 Thread Michal Bojda
Hello there, I am trying figure how to make this remote controller working. I tried LIRC, but on the website isnt this card in supported controllers. After apt-getting lirc and depencies. controller isnt reacting. At least how he should be. If I open terminal, and trying to push buttons, my PC sta

Re: [RFC] HDMI-CEC proposal

2011-03-02 Thread Martin Bugge (marbugge)
On 03/02/2011 12:38 AM, Daniel Glöckner wrote: On Tue, Mar 01, 2011 at 10:59:07AM +0100, Martin Bugge (marbugge) wrote: CEC is a protocol that provides high-level control functions between various audiovisual products. It is an optional supplement to the High-Definition Multimedia Interface

Re: Remote control not working for Terratec Cinergy C (2.6.37 Mantis driver)

2011-03-02 Thread Jonas Hanschke
Thanks for answering, Marko. And sorry for asking a maybe stupid question - how do I turn on the debug output? There is no such option in make menuconfig, and modinfo -p mantis only returns: verbose:verbose startup messages, default is 1 (yes) In general, should the remote control appear as an in

Re: [RFC] HDMI-CEC proposal

2011-03-02 Thread Hans Verkuil
Hi Alex, On Tuesday, March 01, 2011 18:52:28 Alex Deucher wrote: > On Tue, Mar 1, 2011 at 4:59 AM, Martin Bugge (marbugge) > wrote: > > Author: Martin Bugge > > Date: Tue, 1 March 2010 > > == > > > > This is a proposal for adding a Consumer Electronic Control (CEC) API to >