PDF: 4749051511/Source: 7788125767
Aptina reserves the right to change products or specifications without notice.
MT9T111_DG - Rev. B 9/10 EN
90
©2007 Aptina Imaging Corporation. All rights reserved.
MT9T111: Developer Guide
Image Signal Processing Flow and Camera Control
Preliminary
Enabling Special Effects
Special effects (monochrome, sepia, negative, solarization) formats can be selected by
programming the following variables:
• Context A: ID 26, offset 0x83
• Context B: ID 27, offset 0x83
Note:
A refresh command is necessary to enable the new settings for special effects.
Examples of Programming for Special Effects
The following settings show how to program the MT9T111 for special effects:
[Special Effect – Black/White]
VAR8 = 26, 0x83, 0x01 // PRI_A_CONFIG_SYSCTRL_SELECT_FX
VAR8 = 1, 0x00, 0x06 // SEQ_CMD
[Special Effect – Negative]
VAR8 = 26, 0x83, 0x03 // PRI_A_CONFIG_SYSCTRL_SELECT_FX
VAR8 = 1, 0x00, 0x06 // SEQ_CMD
[Special Effect – Solarize w/ Strength Control]
VAR8 = 26, 0x83, 0x04 // PRI_A_CONFIG_SYSCTRL_SELECT_FX
VAR8 = 26, 0x84, 0x08 // PRI_A_CONFIG_SYSCTRL_SOLARIZATION_TH
VAR8 = 1, 0x00, 0x06 // SEQ_CMD
[Special Effect – Sepia w/ Tint Control]
VAR8 = 26, 0x83, 0x02 // PRI_A_CONFIG_SYSCTRL_SELECT_FX
VAR8 = 26, 0x85, 0x30 // PRI_A_CONFIG_SYSCTRL_SEPIA_CR
VAR8 = 26, 0x86, 0xA0 // PRI_A_CONFIG_SYSCTRL_SEPIA_CB
VAR8 = 1, 0x00, 0x06 // SEQ_CMD
[Special Effect – Off ]
VAR8 = 26, 0x83, 0x00 // PRI_A_CONFIG_SYSCTRL_SELECT_FX
VAR8 = 1, 0x00, 0x06 // SEQ_CMD