有没有办法强制相机方向保持纵向?

时间:2016-09-07 12:40:40

标签: camera appcelerator appcelerator-titanium device-orientation

我的应用程序的方向在tiapp.xml中设置为纵向模式,窗口的方向模式也设置为纵向。但是当我打开相机时,方向没有锁定到纵向,它仍然会旋转。有没有办法锁定这个,因为我只需要在纵向模式下捕捉照片?

1 个答案:

答案 0 :(得分:0)

在作为Ti.Media.showCamera选项传递的CameraOptionsType词典中,您可以设置 autorotate 布尔属性: false 锁定相机预览旋转。