N900 camera sensor

(Software)
(wikify slightly)
Line 1: Line 1:
-
=Hardware=
+
==Hardware==
 +
 
The main camera is a ET8EK8 by Toshiba. The datasheet for this part is not publicly available.
The main camera is a ET8EK8 by Toshiba. The datasheet for this part is not publicly available.
The camera is a 5MP imager, with a [[N900_Hardware_Flash_Torch|Dual LED flash]].
The camera is a 5MP imager, with a [[N900_Hardware_Flash_Torch|Dual LED flash]].
-
It is compatible with the N96, N85,N79 and [[Nokia N900|N900]]. [http://www.tessco.com/products/displayProductInfo.do?sku=383792&eventPage=2]
+
It is compatible with the N96, N85, N79 and [[Nokia N900|N900]]. [http://www.tessco.com/products/displayProductInfo.do?sku=383792&eventPage=2]
-
 
+
-
The service manual for the n900 indicates that the camera can be replaced.
+
-
In principle this would allow upgrading the camera, however it is perhaps unlikely that a compatible camera of better quality will be easily available. There is also the obvious warranty issues - the camera is not a user serviceable part.
+
 +
The service manual for the N900 indicates that the camera can be replaced. In principle this would allow upgrading the camera, however it is perhaps unlikely that a compatible camera of better quality will be easily available. There is also the obvious warranty issues - the camera is not a user serviceable part.
It is connected via a multiplexer to the single camera bus on the CPU, along with the front camera. The two cannot be used at once.
It is connected via a multiplexer to the single camera bus on the CPU, along with the front camera. The two cannot be used at once.
 +
This lens is [[:wikipedia:Diffraction-limited system|considerably smaller]] than the minimum physical requirement for a true 5MP camera.
-
This lens is [http://en.wikipedia.org/wiki/Diffraction_limited considerably smaller] than the minimum physical requirement for a true 5MP camera.
+
==Software==
-
=Software=
+
The lens cover on the phone can be sensed by the phone, to open the [[N900 Software Camera|Camera]] camera application automatically. This can be overridden - see [http://talk.maemo.org/showthread.php?p=495516#post495516 this post]
-
The lens cover on the phone can be sensed by the phone, to open the [[N900 Software Camera|Camera]] camera application automatically.
+
-
This can be overridden - see [http://talk.maemo.org/showthread.php?p=495516#post495516 this post]
+
In [[Maemo 5/PR1.2|PR1.2]], the camera performance improved substantially in dark conditions.
-
In PR1.2, the camera performance improved substantially in dark conditions.
+
The driver presents the camera as a video4linux device - <code>/dev/video0</code>.
-
 
+
-
The driver presents the camera as a video4linux device - /dev/video0.
+
The camera is used by several applications, including the built in camera application, [http://maemo.org/packages/phototranslator-alpha/ a photo translation app] and  [http://maemo.org/packages/view/mbarcode/ mbarcode].
The camera is used by several applications, including the built in camera application, [http://maemo.org/packages/phototranslator-alpha/ a photo translation app] and  [http://maemo.org/packages/view/mbarcode/ mbarcode].
Line 31: Line 28:
See [[Documentation/Maemo_5_Developer_Guide/Architecture/Imaging_and_Sharing|the documentation]] for more information.
See [[Documentation/Maemo_5_Developer_Guide/Architecture/Imaging_and_Sharing|the documentation]] for more information.
 +
[[Category:N900]]  
[[Category:N900]]  
[[Category:N900 Hardware]]
[[Category:N900 Hardware]]

Revision as of 14:42, 9 June 2010

Hardware

The main camera is a ET8EK8 by Toshiba. The datasheet for this part is not publicly available.

The camera is a 5MP imager, with a Dual LED flash.

It is compatible with the N96, N85, N79 and N900. [1]

The service manual for the N900 indicates that the camera can be replaced. In principle this would allow upgrading the camera, however it is perhaps unlikely that a compatible camera of better quality will be easily available. There is also the obvious warranty issues - the camera is not a user serviceable part.

It is connected via a multiplexer to the single camera bus on the CPU, along with the front camera. The two cannot be used at once.

This lens is considerably smaller than the minimum physical requirement for a true 5MP camera.

Software

The lens cover on the phone can be sensed by the phone, to open the Camera camera application automatically. This can be overridden - see this post

In PR1.2, the camera performance improved substantially in dark conditions.

The driver presents the camera as a video4linux device - /dev/video0.

The camera is used by several applications, including the built in camera application, a photo translation app and mbarcode.

Several applications augment the functionality of the camera - lfocus allows finer control of the camera focus and a flashlight application.

Gdigicam is used along with gstreamers Camerabin element to take pictures normally.

See the documentation for more information.