I'm trying to stop my webcam preview when my app suspends (because it doesn't like resuming).
I'm following the 'Getting Started' guide on MSDN here
I've added await mediaCaptureMgr.StopPreviewAsync(); to the SaveState async method (that's used in example apps).
This works perfectly using Visual Studio's 'Suspend' option (in the Debug Location toolbar) but SaveState doesn't fire when the app is suspended legitimately by switching apps in Windows itself.
I've tested this with the default grid project and the same thing happens (fires when 'Suspending' with VS but not by switching away from it)
Am I supposed to be doing this a different way?
Cheers,
Nick
