public class

CameraSpotMeteringArea

extends Object
java.lang.Object
   ↳ dji.common.camera.CameraSpotMeteringArea

Class Overview

The spot metering area index.
The camera image is divided into 96 spots defined by 12 columns and 8 rows.

Summary

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

Public Constructors

public CameraSpotMeteringArea ()

Public Methods

public int getColIndex ()

Returns
  • The column index.

public int getRowIndex ()

Returns
  • The row index.

public void setColIndex (int colIndex)

Spot metering column index to be set.

Parameters
colIndex The value should falls in [0, 11], where the values increase left to right.

public void setRowIndex (int rowIndex)

Spot metering row index to be set.

Parameters
rowIndex The value should falls in [0, 7], where the values increase top to bottom across the image.