Frontal Camera Image Distortion

2019-02-05 09:56发布

问题:

I've developed an application for Android. With camera. And there is very strange behaviour on some devices. The thing is that taken image is very distorted.

Like this

This issue occures only on some devices (Nexus 4 as example) and only when image is taken with frontal camera ! When image is taken with rear camera everything works great (Even on Nexus 4)

So I have no idea how this can be and what should I do with this. Googling gave no results at all. And this is a big problem because I have no Nexus 4, so I can't debug the application on it.

I just found that in AndroidMainfest.xml there is no android.camera.front feature described in uses-feature tag can it be the reason of such strange behaviour ?

Need help ...

回答1:

Well, the problem was in "uses-feature" tag in AndroidManifest.xml. After android.camera.front feature were added everything worked perfectly.