Hi greate master:
On Windous 8.1 version, the MediaCapture is inherit IDisposeable and added a Methods Dispose to release the device resources. It's easy to let device free if app goes to background like click home key. but on Windous 8.0 version,
MediaCapture is no inherit.
when i run my developing app an click home key to let it on background. after run system camera, it will popup error message "The camera is currently in use by another app."
Who can tell me how to Dispose camera device on 8.0.
/*Dispose [C#, VB] Performs tasks associated with freeing, releasing, or resetting unmanaged resources.*/
BR
abbeyant