I have an app which utilizes the camera.
While the app is running, other apps such as the Camcorder, have issues with the camera.
The Camcorder will display the video but will not record.
The video file is created but not data in it. 0 bytes.
How can I truly release the Camera from my app so it can be used in other applications?\
I have tried various combinations of the following: ( recorder being the AS3 class which contains the camera,netstream, video, netconnection, etc.. )
recorder.camera = null;
//delete recorder.camera;
//recorder.camera = new Camera();
recorder.video.attachCamera(null);
removeChild(recorder);
recorder = new Recorder();
System.gc();
If I close the app, all is well again. No need to reboot.
North America
Europe, Middle East and Africa
Asia Pacific