Re: OMAP3 Multiple camera support

2014-09-18 Thread Sriram V
ISP => H3A => MEM Can't i have H3A for both the pipelines? Or Can i enable H3A on the fly for both the sensors? One After the other? Regards, Sriram On Thu, Sep 18, 2014 at 1:55 PM, Laurent Pinchart wrote: > Hi Sriram, > > On Wednesday 17 September 2014 23:06:42 Sriram V wrote

OMAP3 Multiple camera support

2014-09-17 Thread Sriram V
Hi Does OMAP3 camera driver support multiple cameras at the same time. As i understand - You can have simultaneous YUV422 (Directly to memory) and another one passing through camera controller ISP? I Also, wanted to check if anyone has tried having multiple cameras on omap3 with the existing dri

Re: H3A module on omap4 iss

2014-08-20 Thread Sriram V
t me if i am wrong. Thanks. On Wed, Aug 20, 2014 at 8:02 PM, Laurent Pinchart wrote: > Hi Sriram, > > On Wednesday 20 August 2014 11:55:12 Sriram V wrote: >> Hi, >> >> I am planning to work on getting the H3A support (Auto White balance, >> Auto Exposure and Auto

H3A module on omap4 iss

2014-08-19 Thread Sriram V
Hi, I am planning to work on getting the H3A support (Auto White balance, Auto Exposure and Auto Focus Support) for OMAP4 ISS. I wanted to check if anyone is working to get this module working. Is OMAP3 H3A similar or same as OMAP4 H3A. Can i make use of the OMAP3 code base for h3a or how comple

Android Support for camera?

2012-05-07 Thread Sriram V
Hi Sergio, I understand that you are working on providing Android HAL Support for camera on omap4. Were you able to capture and record? -- Regards, Sriram -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More major

Re: Video Capture Issue

2012-02-29 Thread Sriram V
abnormally high number of these error interrupts and a frame completion interrupt once in a while. I guess, I need to check my configuration settings. Thanks, Sriram On Tue, Feb 28, 2012 at 9:12 PM, Aguirre, Sergio wrote: > Hi Sriram, > > On Tue, Feb 28, 2012 at 8:46 AM, Sriram V wrote: >

Re: Video Capture Issue

2012-02-28 Thread Sriram V
Hi Aguirre Sergio, On Tue, Feb 28, 2012 at 9:08 AM, Aguirre, Sergio wrote: > Sriram, > > On Sun, Feb 26, 2012 at 8:54 AM, Sriram V wrote: >> Hi, >>  When I take the dump of the buffer which is pointed by "DATA MEM >> PING ADDRESS". It always shows 0x55. &g

Re: Video Capture Issue

2012-02-26 Thread Sriram V
3, 2012 at 11:24 PM, Sriram V wrote: > Hi, >  1) An Hexdump of the captured file shows 0x55 at all locations. >      Is there any buffer location i need to check. >  2) I have tried with  "devel" branch. >  3) Changing the polarities doesnt help either. >  4) The

Re: Video Capture Issue

2012-02-23 Thread Sriram V
0x0A1E (UYVY Format) it bypass the ISP and dump directly into memory. On 2/23/12, Aguirre, Sergio wrote: > Hi Sriram, > > On Thu, Feb 23, 2012 at 11:25 AM, Sriram V wrote: >> Hi, >> 1) I am trying to get a HDMI to CSI Bridge chip working with OMAP4 ISS. >>

Video Capture Issue

2012-02-23 Thread Sriram V
Hi, 1) I am trying to get a HDMI to CSI Bridge chip working with OMAP4 ISS. The issue is the captured frames are completely green in color. 2) The Chip is configured to output VGA Color bar sequence with YUV422-8Bit and uses datalane 0 only. 3) The Format on OMAP4 ISS is UYVY (R

omap3isp driver

2011-08-09 Thread Sriram V
Hi, Does the omap3isp driver implementation support rgb888 format? Regards, sriram -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Camera Support

2011-07-26 Thread Sriram V
Hi, OMAP3 ISP Supports 2 camera ports (csi and parallel) Does the existing ISP drivers support both of them at the same time. Regards, sriram -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at

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

2009-04-17 Thread Sriram V
Hi Vaibav, I am using Sergio's patch that was posted on dec12th. I have been trying to apply the mdc driver patches + camera drivers/isp drivers patches related to mdc on sergio's dec 12th patches. They fail to apply at all. I would appreciate if you could send me those patches.