PXA320 camera support

2010-06-11 Thread Michael Trimarchi
tatus = __raw_readl(pcdev->base + CISR); + camera_status = __raw_readl(pcdev->base + CIFSR); In the two implementation. Anyone has tried to use it on the pxa320? Michael Trimarchi -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majo

Re: omap34xxcam question?

2010-02-04 Thread Michael Trimarchi
Hi, Sakari Ailus wrote: Hi Michael, Michael Trimarchi wrote: Aguirre, Sergio wrote: ... So, if I got you right, you're saying that, there should be priorities for sensor baseformats, depending on the preference specified somewhere in the boardfile? Yes, that is the idea. Try to prov

Re: omap34xxcam question?

2010-01-19 Thread Michael Trimarchi
Michael Trimarchi wrote: Aguirre, Sergio wrote: -Original Message- From: Michael Trimarchi [mailto:mich...@panicking.kicks-ass.org] Sent: Thursday, January 14, 2010 11:39 AM To: Aguirre, Sergio Cc: linux-media@vger.kernel.org Subject: Re: omap34xxcam question? Aguirre, Sergio wrote

Re: camera with high framerate

2010-01-16 Thread Michael Trimarchi
rath wrote: Okay, are there some other cameras avaiable with 160x120 pixels or output in rgb? I only have an ARM Cortex-A8 with 500MHz to process the image data and converting between different pixelformats take a long time. So it would be fine if a resolution of 160x120 pixels is supported or

Re: omap34xxcam question?

2010-01-15 Thread Michael Trimarchi
Aguirre, Sergio wrote: -Original Message- From: Michael Trimarchi [mailto:mich...@panicking.kicks-ass.org] Sent: Thursday, January 14, 2010 11:39 AM To: Aguirre, Sergio Cc: linux-media@vger.kernel.org Subject: Re: omap34xxcam question? Aguirre, Sergio wrote: -Original Message

[RFC PATCH] fix try_pix_parm loop

2010-01-14 Thread Michael Trimarchi
This patch fix try_pix_parm loop that try to find a suitable format for the isp engine Signed-off-by: Michael Trimarchi Cc: akari Ailus Cc: Sergio Aguirre --- diff --git a/drivers/media/video/omap34xxcam.c b/drivers/media/video/omap34xxcam.c index 53b587e..bf7db71 100644 --- a/drivers/media

Re: omap34xxcam question?

2010-01-14 Thread Michael Trimarchi
Aguirre, Sergio wrote: -Original Message- From: Michael Trimarchi [mailto:mich...@panicking.kicks-ass.org] Sent: Thursday, January 14, 2010 11:25 AM To: Aguirre, Sergio Cc: linux-media@vger.kernel.org Subject: Re: omap34xxcam question? Hi, Aguirre, Sergio wrote: -Original

Re: omap34xxcam question?

2010-01-14 Thread Michael Trimarchi
Hi, Aguirre, Sergio wrote: -Original Message- From: Michael Trimarchi [mailto:mich...@panicking.kicks-ass.org] Sent: Thursday, January 14, 2010 6:01 AM To: linux-media@vger.kernel.org Cc: Aguirre, Sergio Subject: omap34xxcam question? Hi Is ok that it try only the first format and

omap34xxcam question?

2010-01-14 Thread Michael Trimarchi
Hi Is ok that it try only the first format and size? why does it not continue and find a matching? @@ -470,7 +471,7 @@ static int try_pix_parm(struct omap34xxcam_videodev *vdev, pix_tmp_out = *wanted_pix_out; rval = isp_try_fmt_cap(isp, &pix_tmp_in,

Re: ISP OMAP3 camera support ov7690

2010-01-13 Thread Michael Trimarchi
Hi, I have done a step ahead maybe: The camera has this output format: YUYV ---> the first use the CCDC_OTHERS_MEM, so seems that it needs the WEN signal to syncronize (I don't have this one) RGB565 ---> is not supported RAW8 ---> is supported by the ISP but seems that is not impleme

Re: ISP OMAP3 camera support ov7690

2010-01-12 Thread Michael Trimarchi
Hi, Michael Trimarchi wrote: Hi all, Aguirre, Sergio wrote: -Original Message- From: Michael Trimarchi [mailto:mich...@panicking.kicks-ass.org] Sent: Tuesday, January 12, 2010 7:15 AM To: Aguirre, Sergio Cc: Nishanth Menon; linux-o...@vger.kernel.org; linux- me...@vger.kernel.org

[RFC PATCH] Fix and invalid array indexing in isp_csi2_complexio_lanes_config

2010-01-12 Thread Michael Trimarchi
Fix and invalid array indexing when refcfg->data[i].pos is equal to 0. The code access an invalid location. Signed-off-by: Michael Trimarchi cc: akari Ailus cc: Sergio Aguirre --- diff --git a/drivers/media/video/isp/ispcsi2.c b/drivers/media/video/isp/ispcsi2.c index fb0f44f..cc8fa39 100

Re: ISP OMAP3 camera support ov7690

2010-01-12 Thread Michael Trimarchi
Hi all, Aguirre, Sergio wrote: -Original Message- From: Michael Trimarchi [mailto:mich...@panicking.kicks-ass.org] Sent: Tuesday, January 12, 2010 7:15 AM To: Aguirre, Sergio Cc: Nishanth Menon; linux-o...@vger.kernel.org; linux- me...@vger.kernel.org Subject: Re: ISP OMAP3 camera

Re: USB MAssage Storage drivers

2009-12-16 Thread Michael Trimarchi
Hi, Gopala Gottumukkala wrote: (gcc version 3.4.3 (MontaVista 3.4.3-25.0.104.0600975 2006-07-06)) #4 PREEMPT Tue Dec 15 18:10:24 EST 2009 CPU: ARM926EJ-S [41069265] revision 5 (ARMv5TEJ), cr=00053177 CPU: VIVT data cache, VIVT instruction cache Machine: DaVinci DM644x EVM Memory policy: ECC disa

Re: flicker/jumpy at the bottom of the video

2009-11-23 Thread Michael Trimarchi
Purushottam R S wrote: Hi , I am using latest gspca driver from dvb for camera driver. But I see bottom of the video has flickering/jumping effect. I have "Zippys" web camera, which is from Z-Star. I have loaded the following drivers. 1. gspca_zc3xx 44832 0 - Live 0xbf01f000 2. gspca_main 23

Re: [RFC, PATCH] gspca: implement vidioc_enum_frameintervals

2009-11-19 Thread Michael Trimarchi
Hans de Goede wrote: Hi, On 11/17/2009 11:41 AM, Antonio Ospite wrote: Hi, gspca does not implement vidioc_enum_frameintervals yet, so even if a camera can support multiple frame rates (or frame intervals) there is still no way to enumerate them from userspace. The following is just a quick a

Re: [RFC, PATCH] gspca: implement vidioc_enum_frameintervals

2009-11-17 Thread Michael Trimarchi
Hi, Antonio Ospite wrote: Hi, gspca does not implement vidioc_enum_frameintervals yet, so even if a camera can support multiple frame rates (or frame intervals) there is still no way to enumerate them from userspace. The following is just a quick and dirty implementation to show the problem an

Re: ov538-ov7690

2009-11-11 Thread Michael Trimarchi
Mauro Carvalho Chehab wrote: Em Tue, 10 Nov 2009 09:09:10 -0800 Randy Dunlap escreveu: (**) This is also one of several codes that different kinds of host controller use to indicate a transfer has failed because of device disconnect. In the interval before the hub driver starts disconnect pro

Re: ov538-ov7690

2009-11-10 Thread Michael Trimarchi
Hi, Randy Dunlap wrote: On Tue, 10 Nov 2009 11:18:13 +0100 Michael Trimarchi wrote: Hi, Michael Trimarchi wrote: Hi all I'm working on the ov538 bridge with the ov7690 camera connected. Somentimes I receive [ 1268.146705] gspca: ISOC data error: [110] len=1020, status=-71 [ 1270.9

Re: ov538-ov7690

2009-11-10 Thread Michael Trimarchi
Hi, Michael Trimarchi wrote: Hi all I'm working on the ov538 bridge with the ov7690 camera connected. Somentimes I receive [ 1268.146705] gspca: ISOC data error: [110] len=1020, status=-71 [ 1270.946739] gspca: ISOC data error: [114] len=1020, status=-71 [ 1271.426689] gspca: ISOC

ov538-ov7690

2009-11-09 Thread Michael Trimarchi
Hi all I'm working on the ov538 bridge with the ov7690 camera connected. Somentimes I receive [ 1268.146705] gspca: ISOC data error: [110] len=1020, status=-71 [ 1270.946739] gspca: ISOC data error: [114] len=1020, status=-71 [ 1271.426689] gspca: ISOC data error: [82] len=1020, status=-71 [ 12