Samsung Galaxy S3上的Android Camera Preview不正确

时间:2012-11-12 19:48:58

标签: android android-camera rhomobile

当我在Android 4.0.4上使用Samsung Galaxy S3在我的应用程序中加载相机时,预览图像只是绿色且模糊且有水平噪音。相机按钮看起来很好。当我拍照时,保存的文件看起来不错。我在相机应用程序中测试了构建,它运行得很好。

在运行Android 2.3的三星Galaxy S和Motorola Electrify上不会发生此问题。

我使用Rhomobile进行开发。以下是Android相机源代码的链接:https://github.com/rhomobile/rhodes/tree/master/platform/android/Rhodes/src/com/rhomobile/rhodes/camera

这是我拿起相机时得到的: enter image description here

我的设置: - Android 4.0.4上的三星Galaxy S3 - 罗德斯3.4.2 - minSDK:8 - Android SDK:4.1

1 个答案:

答案 0 :(得分:-1)

我通过更改我的相机设置来解决此问题:

settings = {:desired_width => 800,:desired_height => 800,:flash_mode => '汽车'} Camera :: take_picture(url_for(:action =>:camera_callback_new),设置)

settings = {:desired_width => 1024,:desired_height => 1024,:flash_mode => '汽车'} Camera :: take_picture(url_for(:action =>:camera_callback_new),设置)