Using a Camera App from the Samples (SelfCamera) it works great on the Emulator and Web Chrome via Webcam, but when runned on a test developer device there is no image (even though there is a permission and the app asks for it when starts and allowed is selected).
Also when you switch back to the Camera app (normal Camera app) the error message Camera filed appears, so it looks like the SelfCamera Test App is holding onto the Camera Object and is not releasing it on Home press. Strangely enough if after reboot the Camera app is started first and then the 3rd party camera app, there is no such issue.
What is the best way to release the Camera object on home press?
Thank you!