diff options
author | Tae-Young Chung <ty83.chung@samsung.com> | 2022-10-05 15:15:02 +0900 |
---|---|---|
committer | Tae-Young Chung <ty83.chung@samsung.com> | 2022-10-05 15:15:08 +0900 |
commit | 999f04d46da6229505d89fb127612f44ce883dc6 (patch) | |
tree | b12951ec979bc2f8a4f4ced1382c2a1fab364913 | |
parent | 04d8c7147499920e9a4fef5a2929d7d4545daf49 (diff) | |
download | unified-model-config-accepted/tizen_7.0_unified_hotfix.tar.gz unified-model-config-accepted/tizen_7.0_unified_hotfix.tar.bz2 unified-model-config-accepted/tizen_7.0_unified_hotfix.zip |
Update vision.3d.depth for all emulator profiles to falsetizen_7.0_m2_releaseaccepted/tizen/unified/20221006.151846accepted/tizen/7.0/unified/hotfix/20221116.104529accepted/tizen/7.0/unified/20221110.062354tizen_7.0_hotfixaccepted/tizen_7.0_unified_hotfix
There is no backend engine to run 3d in emulator.
Change-Id: Ic1d8ed55624a62ab1b419d44dd18d1491d23c210
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
-rw-r--r-- | emulator/model-config_mobile.xml | 2 | ||||
-rw-r--r-- | emulator/model-config_mobile64.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/emulator/model-config_mobile.xml b/emulator/model-config_mobile.xml index 115fcf1..5f24d9d 100644 --- a/emulator/model-config_mobile.xml +++ b/emulator/model-config_mobile.xml @@ -258,7 +258,7 @@ <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">false</key> - <key name="tizen.org/feature/vision.3d.depth" type="bool">true</key> + <key name="tizen.org/feature/vision.3d.depth" type="bool">false</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> diff --git a/emulator/model-config_mobile64.xml b/emulator/model-config_mobile64.xml index 5473138..8392b68 100644 --- a/emulator/model-config_mobile64.xml +++ b/emulator/model-config_mobile64.xml @@ -258,7 +258,7 @@ <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">false</key> - <key name="tizen.org/feature/vision.3d.depth" type="bool">true</key> + <key name="tizen.org/feature/vision.3d.depth" type="bool">false</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> |