gpt4 book ai didi

android相机纵向方向

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:57:47 28 4
gpt4 key购买 nike

我在我的应用程序中使用相机。我只是使用 intent 启动相机

Intent cameraIntent = new Intent(android.provider.MediaStore.ACTION_IMAGE_CAPTURE);
cameraIntent.putExtra(MediaStore.EXTRA_OUTPUT, outputFileUri);
startActivityForResult(cameraIntent, 101);

捕获的图像自动进入横向 View 。我如何制作相机以在纵向 View

中捕捉图像

最佳答案

如果设备有 v2.2 或更高版本,您可以使用 camera.setDisplayOrientation(90) 将相机方向旋转为纵向。在 v2.2 以下的设备中,相机将仅以横向显示,因此图像将以横向显示。检查这些帖子 Using Camera in Portrait Orientation , Camera is wrong unless keyboard is open .

关于android相机纵向方向,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8516118/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com