Hi,
Any idea if it's possible to refresh Face Recognition Database during runtime?
I'm trying to create kind of a 2-clients of FR module-
while application #1 will insert users to FR DB
and application #2 should detect them.
But I can't find a way to refresh DB during runtime...
Relevant code:
Byte[] buffer = File.ReadAllBytes(DatabaseFilename);
recognitionConfig.SetDatabaseBuffer(buffer);
while trying i'm getting error that says: "attempted to read/write protected memory" - Access Violation Exception
(using SDK version 5.0.3)
Appreciate if anyone can advise me. tnx!
Moria
链接已复制
1 回复