diff options
author | Tae-Young Chung <ty83.chung@samsung.com> | 2022-09-26 17:58:00 +0900 |
---|---|---|
committer | Tae-Young Chung <ty83.chung@samsung.com> | 2022-09-26 17:58:04 +0900 |
commit | 04d8c7147499920e9a4fef5a2929d7d4545daf49 (patch) | |
tree | 1914604306ba9f2994e4cb641e47e0b616e0d8d6 | |
parent | 5a97f39b0765c617a681cbb462591ed9dd677c58 (diff) | |
download | unified-model-config-04d8c7147499920e9a4fef5a2929d7d4545daf49.tar.gz unified-model-config-04d8c7147499920e9a4fef5a2929d7d4545daf49.tar.bz2 unified-model-config-04d8c7147499920e9a4fef5a2929d7d4545daf49.zip |
Update vision.3d.pointcloud for emulator mobile64 to falseaccepted/tizen/unified/20220927.132402
vision.3d.pointcloud only works with aarch64
Change-Id: Icbccbf7e09e1a2407bc539a552a6e250111f0e95
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
-rw-r--r-- | emulator/model-config_mobile64.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulator/model-config_mobile64.xml b/emulator/model-config_mobile64.xml index e4f66bf..5473138 100644 --- a/emulator/model-config_mobile64.xml +++ b/emulator/model-config_mobile64.xml @@ -257,9 +257,9 @@ <key name="tizen.org/feature/vision.qrcode_generation" type="bool">false</key> <key name="tizen.org/feature/vision.qrcode_recognition" type="bool">false</key> <key name="tizen.org/feature/vision.roi_tracking" type="bool">true</key> - <key name="tizen.org/feature/vision.3d" type="bool">true</key> + <key name="tizen.org/feature/vision.3d" type="bool">false</key> <key name="tizen.org/feature/vision.3d.depth" type="bool">true</key> - <key name="tizen.org/feature/vision.3d.pointcloud" type="bool">true</key> + <key name="tizen.org/feature/vision.3d.pointcloud" type="bool">false</key> <key name="tizen.org/feature/watch_app" type="bool">false</key> <key name="tizen.org/feature/web.ime" type="bool">false</key> <key name="tizen.org/feature/web.service" type="bool">false</key> |