0

嗨,大家好

我需要在 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.

请帮忙。

坦克

4

1 回答 1

0

尝试以下操作:

video.attachCamera(null);
video.clear();
removeChild(_video);
camera = null;
于 2013-04-24T15:52:53.350 回答