Bump to version 1.47.8
Added the DisableCameraReceiver to auto remove the app launch icon if there isn't camera in the device when device boot-up.
Update gradle versions.
My device camera default orientation is 0 and the same as the device screen orientation. I use the device is my company developing products. it's not a consumer product. Maybe it isn't happening on tablets on the consumer market.
Yes, it works okay when using the old Camera API. I had to change code in the Preview.java to let it work okay. It's maybe can help you. // Unfortunately the transformation for Android L API isn't documented, but this seems to work for Nexus 6. // This is the equivalent code for android.hardware.Camera.setDisplayOrientation, but we don't actually use setDisplayOrientation() // for CameraController2, except testing on Nexus 6 shows that we shouldn't change "result" for front facing camera. boolean...
If enable the face detection and use the Camera2 API on the Tablet. The rectangle position of face detection isn't correct on the front camera. I think is the calculateCameraToPreviewMatrix method in the Preview.java doesn't have considered if the app is work on the Tablet. Usually, the tablet camera orientation is 0 degree and the smartphone camera orientation is 90 or 270 degree.
Bump to version 1.47.7
Fixed the rectangle of face detection display is inverse place when using the Camera 2 API on the tablet device.