标签: android android-studio avd
尝试使用自定义虚拟相机(即./emulator -avd Pixel_2_API_29 -camera-front webcam1)从命令行运行仿真器时出现此错误:
./emulator -avd Pixel_2_API_29 -camera-front webcam1
emulator: ERROR: _camera_client_create: Cannot find camera info for device 'OBS'
应用程序尝试加载相机后出现错误。
虚拟相机可以在其他程序中使用,并且在Linux机器上也可以使用类似的设置。有谁知道为什么相机会被模拟器拒绝?