2012-04-11 66 views

回答

0

Camera类可能会解决您的问题。执行getCameraInfo获取信息,然后使用CameraInfo。它有两个常量:

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

支票

Camera.CameraInfo.CAMERA_FACING_BACK; 

OR

Camera.CameraInfo.CAMERA_FACING_FRONT; 
相关问题