Documentation for this section has not yet been entered.
List of (x, y) coordinates of hot/defective pixels on the sensor.
A coordinate (x, y) must lie between (0, 0), and (width - 1, height - 1) (inclusive), which are the top-left and bottom-right of the pixel array, respectively. The width and height dimensions are given in CameraCharacteristics.SensorInfoPixelArraySize. This may include hot pixels that lie outside of the active array bounds given by CameraCharacteristics.SensorInfoActiveArraySize.
Range of valid values:
n <= number of pixels on the sensor. The (x, y) coordinates must be bounded by CameraCharacteristics.SensorInfoPixelArraySize.
Optional - This value may be null on some devices.