ToDo

From apertus wiki
Revision as of 09:37, 9 December 2013 by Sebastian (talk | contribs) (Created page with "=Axiom Alpha Prototype= ==Linux Bash scripts to read/write and interpret all image sensor registers== Sensor Datasheet: https://github.com/apertus-open-source-cinema/alpha-ha...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

1 Axiom Alpha Prototype

1.1 Linux Bash scripts to read/write and interpret all image sensor registers

Sensor Datasheet: https://github.com/apertus-open-source-cinema/alpha-hardware/raw/master/Datasheets/datasheet_CMV12000%20v8.pdf

Basics: Axiom_Alpha_Prototype#Reading_and_Writing_Sensor_Register The current mapping between memory addresses and SPI registers is 32bit for each 16bit data register. So while the data only has 16 significant bits, the memory address is 32bit wide.

1.2 RAW image metadata reader

All sensor registers are embedded into a raw image format. We need a software that can read/display these values in a human readable way.

1.3 dead/hot pixel detection software

A software that is supplied with several raw images and is able to detect dead/hot pixels outputs all detected pixels positions.

1.4 dead/hot pixel detection software

A software that is supplied with several raw images and is able to detect dead/hot pixels outputs all detected pixels positions.