saki4510t / UVCCamera

library and sample to access to UVC web camera on non-rooted Android device
2.99k stars 1.2k forks source link

如何设置摄像头方向 #514

Open yangzhanping opened 4 years ago

yangzhanping commented 4 years ago

预览方向反的,如何设置?Callback取bitmap,也是反的。不想改变View方向来实现展示效果,因我要取bitmap。

shirenhu commented 4 years ago

我试过了,这样可行: <com.serenegiant.widget.UVCCameraTextureView android:id="@+id/camera_view" android:rotation="90" android:scaleX="1.32" android:scaleY="1.32" ....