Go to documentation repository
GET http://IP-address:port/firserver/GetNumberFacesInFrame?server_id=server ID&capture_id=face detection tool ID—get information about the number of faces in the frame.
Parameter | Required | Parameter description |
---|---|---|
server_id | Yes | Identifier of the Face recognition server in Face PSIM |
capture_id | Yes | Identifier of the face detection tool in Face PSIM |
GET http://localhost:10000/firserver/GetNumberFacesInFrame?server_id=1&capture_id=1.1
Headline | Headline description |
---|---|
Allow | Returns the HTTP method used in request |
Content-Length | Shows the size of characters in bytes, received in the request. Measured in bytes |
Content-Type | Returns the type of the received request |
Server | Specifies the server from which the request comes |
Access-Control-Request-Method | Returns the HTTP method that can be used in the request |
Access-Control-Origin | Indicates if the code that sends the request from this source can access the server response |
Date | Shows the time of the request |
{ "NumberFacesInFrame": 3 }
Parameter | Parameter description |
---|---|
NumberFacesInFrame | The number of faces in the frame of a specific camera at the current moment in time |