gpt4 book ai didi

android - Samsung Galaxy SIII 的相机有问题吗?

转载 作者:太空狗 更新时间:2023-10-29 16:43:48 26 4
gpt4 key购买 nike

我使用以下代码启动相机,但是,有 3/4 的时间,照片没有保存到内存中。这只发生在 Galaxy SIII 上。它适用于 Nexus S 和 Nexus One

public void photoNew() {
holdingImage = getContentResolver().insert(MUtil.genImgUri(), new ContentValues());
Intent i = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);
Bundle extras = new Bundle();
extras.putParcelable(MediaStore.EXTRA_OUTPUT, holdingImage);
extras.putBoolean("return-data", true);
i.putExtras(extras);
startActivityForResult(i, REQ_PHOTO);
}

最佳答案

有一个众所周知的错误,不同的三星设备不支持带有相机 Intent 的 EXTRA_*,请参阅

http://thanksmister.com/2012/03/16/android_null_data_camera_intent/

http://kevinpotgieter.wordpress.com/2011/03/30/null-intent-passed-back-on-samsung-galaxy-tab/

关于android - Samsung Galaxy SIII 的相机有问题吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13448731/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com