mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 20:48:07 +00:00
Fix bad pattern
This commit is contained in:
parent
f5c75a7493
commit
3b88d0c151
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ class AndroidCameraConf9 implements AndroidCameraConf {
|
|||
public int getCameraOrientation(int cameraId) {
|
||||
android.hardware.Camera.CameraInfo info = new android.hardware.Camera.CameraInfo();
|
||||
Camera.getCameraInfo(cameraId, info);
|
||||
Log.d(LinphoneManager.TAG, String.format("Camera info for %i: orientation=%i returned=%i ",
|
||||
Log.d(LinphoneManager.TAG, String.format("Camera info for %d: orientation=%d returned=%d ",
|
||||
cameraId,
|
||||
info.orientation,
|
||||
(info.orientation - 90) %360));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue