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 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. ArRecordingConfig_getMp4DatasetUri
instead. ArRecordingConfig_setMp4DatasetUri
instead. ArSession_getSupportedCameraConfigsWithFilter
instead. ArRecordingConfig_setMp4DatasetUri
instead.