アーティクル - CS410270
モバイル IOS 上の Vuforia View 9.17 でカメラ ウィジェットが 3D アイテムとカメラをフリーズします。
修正日: 05-Feb-2024
適用対象
- Vuforia View 9.16.0
- both the official PTC Vuforia Studio camera widget and the custom API code for taking a picture have the same behavior on IOS with Vuforia View 9.17
- e.g. the following API code will have the same issue:
$scope.takePhoto = function(AugmentationsEnabled) {
tml3dRenderer.takeScreenshot({withAugmentation: AugmentationsEnabled}, $scope.openSaveDialog, null);
$scope.view.wdg['maxImagePopup'].visible = false;
}
E.g. the example to take photos without to countdown of 3 seconds.
説明
- モバイル IOS 上の Vuforia View 9.17 でカメラ ウィジェットが 3D アイテムとカメラをフリーズします。
- 写真をタックすると、モバイル上の Vuforia View 9.17 ですべての 3D アイテムとカメラの表示がフリーズします。
- 3D アイテムがフリーズしている場合、2D ウィジェットは動作していますが、回復はできないため、再起動しないとそれ以上の作業はできません。この問題は Vuforia アプリ リリース 9.17 で新たに追加されました。
- Anrdoid モバイル プラットフォームでは問題は発生しません。
- バージョン 9.16 以前では問題は発生しません
- IOS Apple プラットフォームでは問題は一貫しており、常に発生します。
最新バージョンはこちらを参照ください CS410270