LaiFeng-Android / SopCastComponent

该项目不再维护,仅供学习参考
Other
2.48k stars 618 forks source link

当 orientation = 0 的时候, 报错 set display orientation failed #51

Open 18243013969 opened 6 years ago

18243013969 commented 6 years ago

private static void setOrientation(CameraData cameraData, boolean isLandscape, Camera camera) { int orientation = getDisplayOrientation(cameraData.cameraID); if(isLandscape) { orientation = orientation - 90; } camera.setDisplayOrientation(orientation); } 当 orientation = 0 的时候, 报错 set display orientation failed