Deprecated List
Summary
- Member AR_SESSION_FEATURE_FRONT_CAMERA To create a session using the front-facing (selfie) camera, use
- Member ArFrame_acquireDepthImage (const ArSession *session, const ArFrame *frame, ArImage **out_depth_image) Deprecated in release 1.31.0. Please use
- Member ArFrame_acquireRawDepthImage (const ArSession *session, const ArFrame *frame, ArImage **out_depth_image) Deprecated in release 1.31.0. Please use
- Member ArFrame_transformDisplayUvCoords (const ArSession *session, const ArFrame *frame, int32_t num_elements, const float *uvs_in, float *uvs_out) Deprecated in release 1.7.0. Use
- Member ArGeospatialPose_getHeading (const ArSession *session, const ArGeospatialPose *geospatial_pose, double *out_heading_degrees) This function has been deprecated in favor of
- Member ArGeospatialPose_getHeadingAccuracy (const ArSession *session, const ArGeospatialPose *geospatial_pose, double *out_heading_accuracy_degrees) This function has deprecated in favor of
- Member ArRecordingConfig_getMp4DatasetFilePath (const ArSession *session, const ArRecordingConfig *config, char **out_mp4_dataset_file_path) Deprecated in release 1.26.0. Use
- Member ArRecordingConfig_setMp4DatasetFilePath (const ArSession *session, ArRecordingConfig *config, const char *mp4_dataset_file_path) Deprecated in release 1.26.0. Use
- Member ArSession_checkSupported (const ArSession *session, const ArConfig *config) Deprecated in release 1.2.0. Please refer to the release notes (release notes 1.2.0)
- Member ArSession_getSupportedCameraConfigs (const ArSession *session, ArCameraConfigList *list) Deprecated in release 1.11.0. Use
- Member ArSession_setPlaybackDataset (ArSession *session, const char *mp4_dataset_file_path) Deprecated in release 1.26.0. Use
ArSession_setCameraConfig
with the desired config retrieved from ArSession_getSupportedCameraConfigsWithFilter
. ArFrame_acquireDepthImage16Bits
instead, which expands the depth range from 8191mm to 65535mm. This deprecated version may be slower than ArFrame_acquireDepthImage16Bits
due to the clearing of the top 3 bits per pixel. ArFrame_acquireRawDepthImage16Bits
instead, which expands the depth range from 8191mm to 65535mm. This deprecated version may be slower than ArFrame_acquireRawDepthImage16Bits
due to the clearing of the top 3 bits per pixel. ArFrame_transformCoordinates2d
instead. ArGeospatialPose_getEastUpSouthQuaternion
, which provides orientation values in 3D space. To determine a value analogous to the heading value, calculate the yaw, pitch, and roll values from ArGeospatialPose_getEastUpSouthQuaternion
. When the device is pointing downwards, i.e. perpendicular to the ground, heading is analoguous to roll, and when the device is upright in the device's default orientation mode, heading is analogous to yaw. ArGeospatialPose_getOrientationYawAccuracy
, which provides the accuracy analogous to the heading accuracy when the device is held upright in the default orientation mode. ArRecordingConfig_getMp4DatasetUri
instead. ArRecordingConfig_setMp4DatasetUri
instead. ArSession_getSupportedCameraConfigsWithFilter
instead. ArRecordingConfig_setMp4DatasetUri
instead.