Android模拟器无法连接到我的网络摄像头

时间:2016-07-30 11:08:40

标签: android camera android-emulator

我在将网络摄像头安装到我的Android模拟器时遇到了问题。

以下是我的android avd的config.ini文件

  avd.ini.encoding=UTF-8
  abi.type=x86
  disk.dataPartition.size=200M
  hw.accelerometer=yes
  hw.audioInput=yes
  hw.battery=yes
  hw.camera.back=webcam0
  hw.camera.front=none
  hw.cpu.arch=x86
  hw.dPad=no
  hw.device.hash2=MD5:6930e145748b87e87d3f40cabd140a41
  hw.device.manufacturer=Google
  hw.device.name=Galaxy Nexus
  hw.gps=yes
  hw.gpu.enabled=yes
  hw.keyboard=yes
  hw.lcd.density=320
  hw.mainKeys=no
  hw.ramSize=1024
  hw.sdCard=yes
  hw.sensors.orientation=yes
  hw.sensors.proximity=yes
  hw.trackBall=no
  image.sysdir.1=system-images\android-21\google_apis\x86\
  sdcard.size=2G
  skin.dynamic=yes
  skin.name=720x1280
  skin.path=720x1280
  tag.display=Google APIs
  tag.id=google_apis
  vm.heapSize=64

当我启动模拟器时,它只需打开网络摄像头灯一秒钟并显示此消息

  emulator: ERROR: cmd_camera_device_start_capturing: Device 

当我在完全加载时尝试在模拟器中运行相机时,它会以错误消息终止

   Camera Error
   Can't connect to the camera

我的笔记本电脑是联想G70和Avast Antivirus。 我也更新了相机驱动程序。

我的相机可以在浏览器中使用skype和cordova相机插件。

任何人都可以帮助我吗?我的相机驱动程序是否阻止了模拟器的访问请求?

0 个答案:

没有答案