如何在定制的 CCLayer (cocos2d for Android) 中使用摄像头,即将 VideoView 添加到 CCLayer?
相机不需要拍照功能;只显示视图很好。是的,我想在手机上使用相机。
我使用以下代码显示相机:
Intent cameraIntent = new Intent(android.provider.MediaStore.ACTION_IMAGE_CAPTURE);
theActivity.startActivity(cameraIntent);
但视图与所有内容重叠,几秒钟后会崩溃。错误是:
NullPointerException at org.cocos2d.nodes.CCDirector.drawCCScene(CCDirector.java:680)