65 / 69
Copyright © 2016-2018 TOSHIBA TELI CORPORATION, All rights reserved.
http://www.toshiba-teli.co.jp/en/index.htm
D4272607A
DPCControl
This DPC (Defective Pixel Correction) function corrects defective pixels from the image sensor. Specifying X
and Y coordinates of the defective pixels, the defective pixels are corrected by calculation from the
neighboring pixels.
● Note
・
On /Off of DPC function
Set value to DPCEnable register.
Setting value
Function
0x0: OFF
Disable
0x1: ON(*)
Enable
*factory default
・
Setting of DPC coordinate
Set the value to DPCNumber register.
The defective pixels are corrected by calculation from the neighboring pixels by setting to coordinate to
DPCValue register. If defective pixel exists plural number, these defective pixels are corrected by
set coordinate to another DPCValue register.
・
Sort of DPCValue
The settings of coordinate in DPCValue[X
1
][Y
1
], [X
2
][Y
2
] … register need to sort that from
upper left(0, 0)
→
upper right (WidthMax-1, 0)
→
lower left (0, HeightMax-1)
→
lower right
(WidthMax-1, HeightMax-1).