嗨,大家好
我需要关闭由adobe air 3在flash cs6中创建的Android应用中的相机。
我使用此代码关闭相机:
videoDetect.attachCamera(null);
videoCapture.attachCamera(null);
但在我的设备中运行时,错误:
An error has occurred in sub: settingm_camera1_ready
(java line: 464)
java.lang.IllegalStateException:The specified child already has a parent.you must call removeView() on the child s parent first.
帮助。
坦
答案 0 :(得分:0)
尝试以下方法:
video.attachCamera(null);
video.clear();
removeChild(_video);
camera = null;