将网络摄像头连接到Android模拟器

时间:2016-06-16 13:43:58

标签: android android-emulator webcam

我一直试图让相机在模拟器上工作但没有成功。我的模拟器具有以下特征(config.ini):

Name: Samsung_Tablet_API_23

CPU/ABI: Google APIs Intel Atom (x86)

Path: C:\Users\Alvaro\.android\avd\Samsung_Tablet_API_23.avd

Target: google_apis [Google APIs] (API level 23)

Skin: 2560x1600

SD Card: C:\Users\Alvaro\.android\avd\Samsung_Tablet_API_23.avd\sdcard.img

hw.lcd.density: 280

hw.dPad: no

hw.initialOrientation: landscape

avd.ini.encoding: UTF-8

hw.camera=yes

hw.camera.back=webcam0

hw.camera.front=webcam0

disk.dataPartition.size: 800M

hw.gpu.enabled: yes

runtime.network.latency: none

hw.keyboard.lid: yes

hw.keyboard: yes

runtime.network.speed: full

hw.device.hash2: MD5:117408129c6b5b94ffcdb00df3e428c8

hw.ramSize: 1536

tag.id: google_apis

tag.display: Google APIs

hw.device.manufacturer: User

hw.sdCard: yes

hw.mainKeys: yes

skin.path.backup: _no_skin

hw.accelerometer: no

hw.trackBall: no

hw.device.name: Samsung Tablet

hw.gpu.mode: auto

hw.battery: yes

hw.sensors.proximity: no

AvdId: Samsung_Tablet_API_23

image.sysdir.1: system-images\android-23\google_apis\x86\

hw.audioInput: yes

hw.sensors.orientation: no

hw.camera.front: webcam0

hw.gps: no

avd.ini.displayname: Samsung Tablet API 23

vm.heapSize: 64

image.androidVersion.api: 23

runtime.scalefactor: auto

每次尝试打开相机时出现的错误如下:

  

相机错误:无法连接相机

我已经正确创建了模拟器(至少我认为!),因为每次启动它时都会出现以下屏幕:

enter image description here

另外我已经更新了网络摄像头的所有驱动程序,它完全适用于其他软件...

我错过了什么?

提前谢谢你:)

1 个答案:

答案 0 :(得分:0)

我设法通过在我的config.ini添加以下行来连接我的网络摄像头和模拟器:

hw.camera=yes
sdcard.size=100M

我的配置中没有看到任何sdcard.size