host mode in ID F455 device
By switching "Yes” you can save the user database in another location. here it is mentioned like this may i know where user db file located.
-
Official comment
Hello Revathi,
In the rsid-viewer tool, the faceprints database is stored in the same directory as the executable under the name "db." This is hardcoded in the file Database.cs:
public Database()
{
faceprintsArray = new List<(rsid.Faceprints, string)>();
lastIndex = 0;
isDone = (faceprintsArray.Count == 0);var baseDir = System.AppDomain.CurrentDomain.BaseDirectory;
dbPath = Path.Combine(baseDir, "db");
}You can change Database.cs to fit your needs.
Sincerely,
Jesus G.
Intel Customer SupportComment actions
Please sign in to leave a comment.
Comments
4 comments