PDF: 4749051511/Source:7788125767
Aptina reserves the right to change products or specifications without notice.
MT9T111_DG - Rev. B 9/10 EN
73
©2007 Aptina Imaging Corporation. All rights reserved.
MT9T111: Developer Guide
Sensor Core Interface
Preliminary
Mirroring and Flipping the Image
Mirroring and flipping of the image are operations of the MT9T111 sensor that can be
configured in both contexts A and B independently. To perform mirroring and flipping,
the user can initiate the operation with the following commands:
• Context A: Control driver ID 18, offset 0x0C, [1:0]
• Context B: Control driver ID 18, offset 0x54, [1:0]
The bit definitions follow:
• 0: Normal
• 1: Mirror horizontal
• 2: Flip vertical
• 3: Mirror and flip
The example below shows how to mirror an image on the horizontal axis:
VAR = 18, 0x0C, 0x146D // READ MODE Register
VAR8 = 1, 0x00, 0x06 // Refresh Command
The following commands show how to perform the same operation by using only
register write commands:
REG = 0x098E, 0x480C
//Set the logical address to 0x480C (Page 18, 2 Byte Register, Offset 0x0C)
REG = 0x0990, 0x146D
// Set the given address to the value 0x146D
REG = 0x098E, 0x8400
// Set the logical address to 0x8400 (Page 1, 1 Byte Register, Offset 0x00)
REG = 0x0990, 0x06
// Set the given address to the value 0x06