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支持的虚拟设备