How to use a PC webcam as the emulator's camera

后端 未结 4 1614
名媛妹妹
名媛妹妹 2021-01-14 10:17

I\'m developing a qr code reader application. How can I use my webcam as a camera to scan the qr code in the emulator ?

my SDK version is 4.3. I checked it out in d

4条回答
  •  抹茶落季
    2021-01-14 10:32

    Follow the below steps in Eclipse.

    1. Goto -> AVD Manager
    2. Create/Edit the AVD.
    3. Hardware > New:
    4. Configures camera facing back
    5. Click on the property value and choose = "webcam0".
    6. Once done all the above the webcam should be connected. If it doesnt then you need to check your WebCam drivers.

    check this answer for the image & a further link:

    Here

提交回复
热议问题