Raw Camera Display on Air

房东的猫 提交于 2019-12-24 08:48:56

问题


We are trying to display Camera on a part of screen(raw camera). It shows a strange black and white display on Android device, but it works properly on emulator. What do you have any idea about how to solve this problem ?

EDIT: "Tour de Mobile Flex" application in Camera->Raw Camera have same problem.


回答1:


I set <renderMode>direct</renderMode> in app.xml. That configuration solve my problem.




回答2:


Setting render mode to direct works for me as well (AIR 3.4 on Nexus S 4.1.2).

If you don't want to manually manage your manifest file, this can be done in the publishing settings dialog ("Edit Application Settings") in CS6.



来源:https://stackoverflow.com/questions/14547082/raw-camera-display-on-air

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