View my account

host mode in ID F455 device

Comments

4 comments

  • Official comment
    Jesus Garcia

    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 Support

    Comment actions Permalink
  • Revathi

    In this case can we store more than 1000 users  in that external host / path?

    0
    Comment actions Permalink
  • Jesus Garcia

    Hello Revathi,

    You can store as many users as you like in host mode if there is enough space for your faceprints db file in the host platform.

    Sincerely,
    Jesus G.
    Intel Customer Support

    0
    Comment actions Permalink
  • Revathi

    Thanks for your reply

    0
    Comment actions Permalink

Please sign in to leave a comment.