You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.
While the device is moving if we click capture button, then the camera capture not happening.
Mostly observed in OS version pie, Handsets observed is Poco and OnePlus. But if we keep the device to upside down with camera facing ground or cover with the hand the capture happens. but we get a black image.
While the device is moving if we click capture button, then the camera capture not happening.
Mostly observed in OS version pie, Handsets observed is Poco and OnePlus. But if we keep the device to upside down with camera facing ground or cover with the hand the capture happens. but we get a black image.
@OverRide
public void takePhoto(File photoFile, CameraPhotoListener cameraPhotoListener, CameraFragmentResultListener callback) {
this.outputPath = photoFile;
this.cameraPhotoListener = cameraPhotoListener;
this.callback = callback;
lockFocus() doesnot get called.
final CameraFragmentApi cameraFragment = getCameraFragment();
onPhotoTaken not getting called.
The text was updated successfully, but these errors were encountered: