In my windows 8 application, after switching to "snapped state", whenever I invoke Camera capture event it shows following error:
A method was called at an unexpected time. (Exception from HRESULT:
0x8000000E
).
Does it mean the camera does not work in snapped state, or I am missing something?
Note: the camera is working fine in every other state, i.e landscape, filled etc.
CameraCaptureUI won't work in the snapped state, but that doesn't mean the camera doesn't work when the app is snapped.
Two options:
User contributions licensed under CC BY-SA 3.0