| java.lang.Object | |
| ↳ | dji.common.camera.CameraSpotMeteringArea |
The spot metering area index.
The camera image is divided into 96 spots defined by 12 columns and 8 rows.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CameraSpotMeteringArea() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int | getColIndex() | ||||||||||
| int | getRowIndex() | ||||||||||
| void |
setColIndex(int colIndex)
Spot metering column index to be set.
| ||||||||||
| void |
setRowIndex(int rowIndex)
Spot metering row index to be set.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Spot metering column index to be set.
| colIndex | The value should falls in [0, 11], where the values increase left to right. |
|---|
Spot metering row index to be set.
| rowIndex | The value should falls in [0, 7], where the values increase top to bottom across the image. |
|---|