相机方向未在适当的模式下显示android

时间:2012-10-03 09:21:56

标签: android camera

我正在使用自定义相机和表面视图。但问题是相机方向没有以正确模式显示。

我尝试使用此代码:

Camera.Parameters p = c.getParameters();
parameters.set("orientation", "portrait");
parameters.set("rotation", 90);
c.setParameters(p);

以及此代码:

mCamera.setDisplayOrientation(mRotation); 

But no effect. If there any other solution for this. Please tell me.

1 个答案:

答案 0 :(得分:2)

mCamera.setDisplayOrientation(90)在我测试的设备上完美适合我,有一个值得注意的例外(这是一个很长的镜头,但它可能解释了你的问题):三星Galaxy Ace,这个功能不起作用预期