* <p>The device supports controls and metadata required for accurate motion tracking for
* use cases such as augmented reality, electronic image stabilization, and so on.</p>
* <p>This means this camera device has accurate optical calibration and timestamps relative
* to the inertial sensors.</p>
* <p>This capability requires the camera device to support the following:</p>
* <ul>
* <li>Capture request templates <a href="https://developer.android.com/reference/android/hardware/camera2/CameraDevice.html#TEMPLATE_MOTION_TRACKING_PREVIEW">CameraDevice#TEMPLATE_MOTION_TRACKING_PREVIEW</a> and <a href="https://developer.android.com/reference/android/hardware/camera2/CameraDevice.html#TEMPLATE_MOTION_TRACKING_BEST">CameraDevice#TEMPLATE_MOTION_TRACKING_BEST</a> are defined.</li>
* <li>The stream configurations listed in <a href="https://developer.android.com/reference/android/hardware/camera2/CameraDevice.html#createCaptureSession">CameraDevice#createCaptureSession</a> for MOTION_TRACKING are
* supported, either at 30 or 60fps maximum frame rate.</li>
* <li>The following camera characteristics and capture result metadata are provided:<ul>
* <li>ACAMERA_LENS_INTRINSIC_CALIBRATION</li>
* <li>ACAMERA_LENS_RADIAL_DISTORTION</li>
* <li>ACAMERA_LENS_POSE_ROTATION</li>
* <li>ACAMERA_LENS_POSE_TRANSLATION</li>
* <li>ACAMERA_LENS_POSE_REFERENCE with value GYROSCOPE</li>
* </ul>
* </li>
* <li>The ACAMERA_SENSOR_INFO_TIMESTAMP_SOURCE field has value <code>REALTIME</code>. When compared to
* timestamps from the device's gyroscopes, the clock difference for events occuring at
* the same actual time instant will be less than 1 ms.</li>
* <li>The value of the ACAMERA_SENSOR_ROLLING_SHUTTER_SKEW field is accurate to within 1 ms.</li>
* <li>The value of ACAMERA_SENSOR_EXPOSURE_TIME is guaranteed to be available in the
* capture result.</li>
* <li>The ACAMERA_CONTROL_CAPTURE_INTENT control supports MOTION_TRACKING to limit maximum
* exposure to 20 milliseconds.</li>
* <li>The stream configurations required for MOTION_TRACKING (listed at <a href="https://developer.android.com/reference/android/hardware/camera2/CameraDevice.html#createCaptureSession">CameraDevice#createCaptureSession</a>) can operate at least at
* 30fps; optionally, they can operate at 60fps, and '[60, 60]' is listed in