正面摄像头图像畸变畸变、摄像头、图像

由网友(原谅我的执着)分享简介:我已经开发了针对Android的应用程序。随着摄像头。并且有一些设备很奇怪的行为。问题是,拍摄的图像非常扭曲。 I've developed an application for Android. With camera. And there is very strange behaviour on some dev...

我已经开发了针对Android的应用程序。随着摄像头。并且有一些设备很奇怪的行为。问题是,拍摄的图像非常扭曲。

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

此问题occures只在某些设备上(的Nexus 4为例),只有当图像被拍摄的正面摄像头!当图像拍摄的后置摄像头一切的伟大工程(即使是在Nexus 4)

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)

所以,我不知道如何这可能是什么,我该怎么做。 谷歌搜索给了没有结果的。这是一个大问题,因为我没有任何的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.

我刚刚发现,在AndroidMainfest.xml没有在使用特征标签说明不android.camera.front功能,可以说,它是这样的奇特现象的原因?

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 ?

需要帮助...

推荐答案

那么,问题是使用特征标签在AndroidManifest.xml中。 经过android.camera.front功能添加一切都工作正常。

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

阅读全文

相关推荐

最新文章