诸如zxing二维码调用摄像头旋转角度问题解决方法
诸如zxing⼆维码调⽤摄像头旋转⾓度问题解决⽅法
⽅案⼀:theCamera.setDisplayOrientation(270);//TODO wujiaxing数模论文格式
⽅案⼆:
public static void intCameraOrientation(Camera theCamera, Activity activity) {
int degrees = getDisplayOrientation(getDisplayRotation(activity), Camera.CameraInfo.CAMERA_FACING_BACK); Camera.Parameters parameters = Parameters();
徒步旅游
parameters.setRotation(degrees);
关于清明节谚语theCamera.setDisplayOrientation(degrees);
theCamera.setParameters(parameters);
}
乞讨苹果手机充电充不进去什么原因public static int getDisplayRotation(Activity activity) {
int rotation = WindowManager().getDefaultDisplay().getRotation();
端午节的祝福语大全switch (rotation) {
case Surface.ROTATION_0:
return 0;
case Surface.ROTATION_90:
return 90;
case Surface.ROTATION_180:
return 180;
case Surface.ROTATION_270:
return 270;
}
return 0;
}

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。