2012-04-11 3 views

Antwort

0

Die Camera Klasse kann Ihre Frage lösen. Führen Sie getCameraInfo aus, um die Informationen abzurufen, und verwenden Sie dann CameraInfo. Es hat zwei Konstanten:

int CAMERA_FACING_BACK The facing of the camera is opposite to that of the screen. 

int CAMERA_FACING_FRONT The facing of the camera is the same as that of the screen. 
0

Überprüfung

Camera.CameraInfo.CAMERA_FACING_BACK; 

ODER

Camera.CameraInfo.CAMERA_FACING_FRONT; 
Verwandte Themen