-3

I need to test an application where OS fails to detect the camera and my application is still able to proceed without capturing the image.

Please note: I want to disable the hardware so that OS do not detects/identifies problem with Camera.

I tried to disable the camera using apps available in the play store but even after installing them., OS detects the hardware of camera, so my purpose is not solved.

4

1 に答える 1

0

Eclipse を開発環境として使用して、エミュレートされた新しいデバイスをセットアップしようとしました。ご存知かもしれませんが、メモリ、画面サイズ、カメラの有無など、多くのハードウェア設定を設定できます。

ここに画像の説明を入力

ご覧のとおり、前面カメラと背面カメラの両方を指定できます。オプションは次のとおりです。

  • なし
  • エミュレート
  • Webcam0 (Linux デバイス)
于 2013-06-24T07:53:32.520 に答える