| Author |
Message |
|
|
Posted: Jan 16, 2009 - 09:29 AM |
|

Joined: Apr 02, 2007
Posts: 28
|
|
Hi,
I've successfully connect TCM8210 camera module
(ISI interface) to my ngw100 board. This camera
was taken from Siemens M65 mobile.
Driver is in the attachment below.
Tested well with capture.c (just set YUYV video
format in capture.c). |
|
|
| |
|
|
|
|
|
Posted: Jan 20, 2009 - 11:33 PM |
|


Joined: Sep 14, 2003
Posts: 4228
Location: Queanbeyan, Australia
|
|
Cool! So the ISI driver is the same, this is a new camera driver? Feel like polishing it up and trying to submit it to the mainstream kernel? (Might be slightly intimidating but you get a huge amount of free, high quality code review!)
-S. |
_________________ Blag: http://www.niasdigital.com/blag
|
| |
|
|
|
|
|
Posted: Jan 22, 2009 - 07:03 AM |
|

Joined: Apr 02, 2007
Posts: 28
|
|
Yes, ISI driver is the same for all of ISI-interfacing cameras. That drivers are operating on the top of atmel-isi.ko, so it is quite easy to write a new camera driver, just look at other similar drivers.
That's why I'm not worthy of standing close to that giant people who can post their code to kernel  |
|
|
| |
|
|
|
|
|
Posted: Jan 22, 2009 - 07:24 AM |
|


Joined: Jan 07, 2003
Posts: 4580
Location: Oslo, Norway
|
|
The best would be to rewrite the Atmel ISI driver to the soc-camera interface in the kernel, then there is some more free camera drivers to grab, and camera drivers added can be utilized by many different hardware interfaces  |
|
|
| |
|
|
|
|
|
Posted: Jan 26, 2009 - 08:34 PM |
|

Joined: Dec 23, 2008
Posts: 19
|
|
Hi, can you post the circuit schematic to link the CCD sensor
to the NGW board?
Thanks in advance
Luigi |
|
|
| |
|
|
|
|
|
Posted: Jan 28, 2009 - 05:54 AM |
|

Joined: Apr 02, 2007
Posts: 28
|
|
Circuit schematic is quite simple ->
Camera side - avr32 side
D0..D7 - ISI DATA0..ISI DATA7
HSYNC - ISI HSYNC
VSYNC - ISI VSYNC
CLK - GCLK0 (camera clock)
PCLK - ISI PCLK
SDA - TWI SDA
SCL - TWI SCL
RESET - PB20
GND - GND
AVDD and DVDD - through silicon diode to 3.3v |
|
|
| |
|
|
|
|
|
Posted: Feb 09, 2009 - 06:58 AM |
|

Joined: Mar 11, 2007
Posts: 34
|
|
Hi
I try to use hv7131gp CMOS-sensor with NGW100. But i cannot test with capture.c because stuck at read(). How can i solve this problem?
Thank you in advance. |
|
|
| |
|
|
|
|
|
Posted: Feb 13, 2009 - 07:41 AM |
|

Joined: Apr 02, 2007
Posts: 28
|
|
| I start to answer in other your thread... ) |
|
|
| |
|
|
|
|
|
Posted: Feb 13, 2009 - 03:17 PM |
|

Joined: Mar 11, 2007
Posts: 34
|
|
Thank you very much . |
|
|
| |
|
|
|
|
|
Posted: Feb 15, 2009 - 01:42 AM |
|

Joined: Aug 06, 2001
Posts: 14
|
|
|
romavr wrote:
Hi,
I've successfully connect TCM8210 camera module
(ISI interface) to my ngw100 board. This camera
was taken from Siemens M65 mobile.
Driver is in the attachment below.
Tested well with capture.c (just set YUYV video
format in capture.c).
Where is it? (the attachement) |
|
|
| |
|
|
|
|
|
Posted: Feb 15, 2009 - 08:15 AM |
|

Joined: Apr 02, 2007
Posts: 28
|
|
| You should log in to see the attachments |
|
|
| |
|
|
|
|
|
Posted: May 20, 2009 - 08:58 AM |
|

Joined: May 20, 2009
Posts: 1
|
|
| Cool ! I'm new to this application. Thanks for the useful infomation. |
|
|
| |
|
|
|
|
|
Posted: Apr 20, 2011 - 07:59 AM |
|

Joined: Apr 20, 2011
Posts: 1
|
|
Dear romavr,
Could you please upload capture.c file also? I can not access avr32linux.org now.
Thanks in advance.....
Arunalo |
|
|
| |
|
|
|
|
|
Posted: Apr 30, 2011 - 09:36 AM |
|

Joined: Apr 02, 2007
Posts: 28
|
|
|
|
|
|
|