samsung s4 camera effects show in preview but not in picture

旧巷老猫 提交于 2019-12-24 00:56:59

问题


I have an interesting bug in my camera application. When the user selects a color effect to use the preview window shows the desired effect but the actual picture taken is sans (without) effect...

A bit of code:

backCameraParams.setColorEffect("mono");
mCamera.setParameters(backCameraParams);

Please note that this "feature" has only been reproduced on the Samsung galaxy S4 GT-19500

Any help would be greatly appreciated.

来源:https://stackoverflow.com/questions/18173115/samsung-s4-camera-effects-show-in-preview-but-not-in-picture

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!