Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
{
 "server_id": "1",
 "onlineRefresh": 1,
 "genders": [
 0,
 1,
 2
 ],
 "dateTimeFrom": "2017-05-11T16:25:55.687",
 "dateTimeTo": "2017-05-12T16:26:55.687",
 "cameraIds": [
 "1",
 "2"
 ],
 "minAge": 0,
 "maxAge": 1000,
 "page": 1,
 "pageSize": 2,
 "sim_min": -1
}

where:

  • server_id - face recognition server ID in the Intellect object treeID of Face Recognition Server in the face-Intellect software package (see the Configuring the Face Recognition Server object)
  • onlineRefresh - this parameter must be set to 1
  • genders - 0 - unknown, 1 - male, 2 - female
  • page, pageSize - paging parameters (number and size)
  • cameraIds - camera IDs (GUID or the ID in the Intellect object tree)
  • sim_min - face types:  -1 - all faces, 1 - only recongnized, 0 - only unrecognized
  • minAge, maxAge - age fiilterfilter
  • dateTimeFrom, dateTimeTo - time filter in format yyyy-mm-ddThh:nn:ss.fff

...