Android 模拟器设置没有相机选项(用于虚拟场景)

Android 模拟器设置没有相机选项(用于虚拟场景)

问题描述:

当我打开相机时,我希望我的 android 模拟器处于虚拟场景中,但它不起作用.它只是显示一个像素化的脸.此外,模拟器设置中似乎不存在相机选项.我检查了 android studio 和 android 模拟器的所有必需版本,但仍然没有设置和虚拟场景.

I want my android emulator to be in a virtual scene when I open the camera but it doesn't work. It just shows a pixelated face instead. Also, the camera option doesn't seem to exist in emulator settings. I checked all the required versions for both android studio and android emulator but still, I don't have the setting and the virtual scene.

当你创建一个新的 Android 虚拟设备 (AVD) 时,我使用了一个支持 Play 商店的设备.

When you create a new Android Virtual Device (AVD) and in my case I used one with Play Store support.

在验证配置屏幕中,单击[高级选项],您应该看到:

In the Verify Configuration screen, click on [Advanced Options] and you should see:

并确保将 Camera Back 设置为VirtualScene".

And make sure that Camera Back is set to 'VirtualScene'.

ARCore 的第 5 步 - 创建支持 AR 的虚拟设备中所述