Paul McCartney
Paul McCartney
CameraSourcePreview is included in the example code. This was meant as more of a "Hello World" sample rather than a formal part of the API. It has to account for...
The following works, while also preserving the aspect ratio. This will slightly oversize the camera display, requiring cropping along one dimension. Change CameraSourcePreview.onLayout to: ``` @Override protected void onLayout(boolean changed,...
Have you tried the solution that I posted above on March 30?
> @pm0733464 Can you confirm that using @nam2210 solution will result in less efficient detection when running on a device having a poor display (low density) but a high res...
Yes, you are right that rotation is not indicated in takePicture. However, the Frame instances that are generated by the CameraSource will indicate the rotation: https://developers.google.com/android/reference/com/google/android/gms/vision/Frame.Metadata.html#getRotation() If you are using...
Are other landmarks being detected? What is the image resolution and face size within the image?
Thanks for your feedback. We are looking into ways to improve the download experience for a future release, and a callback mechanism is something that we are considering.
Thank you for your feedback. We are looking into this.
We updated the sample apps to include a low storage check. For example: ``` // Check for low storage. If there is low storage, the native library will not be...
Whenever face detection is run for the first time on a device, it needs to download a library. In your case, I'm guessing that it may be unable to download...