Most probably PXCFaceAnalysis or PXCImage object was not initialized correctly. But program should not crash anyway.
Can you provide either
- source code how you create and configure PXCFaceAnalysis
- program in binary form
to reproduce that?
Thanks for reporting.




Face Recognition
In sdkmanual-face.pdf, page 14, example 9: Calculate Similarity of Two Faces, the method PXCFaceAnalysis::Recognition::Model *createModelFromImage(PXCImage *image)
PXCSmartSP sp;
face->ProcessImageAsync(&image,&sp);
sp->Synchronize();
My program encounters an access violation when executing the third line sp->Synchronize(), anyone know why? Thanks very much!