In our WP 8.1 application, we're using the SensorCore SDK to collect some information about movements of the user, and we use the CameraCaptureTask too. When we launch the task with CameraCaptureTask.Show(), the application crashes, sometimes before the capture, sometimes after, and sometimes after the event Completed, and with this message in VS 2013 : 'The program '[2512] AgHost.exe' has exited with code -1073741819 (0xc0000005) 'Access violation'.' However, the capabilities are activated, and the exact same piece of code work without the SensorCore activated. We use a Lumia 635.
Any ideas ?