Skip to content Skip to sidebar Skip to footer

Get An Image From Camerapreview

Is there a way I can get an image from a camera preview? The purpose of this would be to overlay an emoji over the face of the camera preview, and I can't overlay the emoji images

Solution 1:

Is there a way I can get an image from a camera preview?

No.

First, there are thousands of Android device models. These devices will have dozens, if not hundreds, of "android native camera" apps, as many device manufacturers frequently ship a customized camera app.

Second, there is no requirement that all camera apps have an identical user interface. The size and position of the camera preview can vary. Not only will they vary between apps, but even the same app might vary the size and position of the camera preview between versions of that app, as apps can and do get updated.

Third , you have no good way of determining when any of these camera apps happens to be in the foreground.

Post a Comment for "Get An Image From Camerapreview"