Android Virtual Device Reset Camera Position

Viewed 289

The Camera in my AVD has been rotated to don't know where, and I am having a hard time to rotate it back to its original position on my i5 (without GPU, at 0.1 fps).

Is there a way for me to reset the camera view?

Or best, just change the camera to a static wall paper. Because I only need to test some QR Code scanner.

1 Answers

What worked for me was to change the AVD config. In the AVD Manager you can edit the AVD. Under advanced settings there is a Camera section and I changed the back facing camera to my webcam, saved the change and tested it. Then I went back and changed the setting back to VirtualScene, saved it and the camera showed the Virtual Scene and was back to original position.

Related