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!



