My issue is similar to this issue.
#13
I am getting access violation when I try to navigate away from scan page which has this AnalyzeBitmap function which is given as third parameter to function LumiaAnalyzerDefinition as shown below line.
var definition = new LumiaAnalyzerDefinition(ColorMode.Yuv420Sp, 640, AnalyzeBitmap);
I noticed that AnalyzeBitmap is repeatedly getting called. How can this be stopped if required.
Thanks.