Versions Compared

Key

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

Commands can be used in Intellect scripts (see Examples of widely frequently used scripts and Programming Guide) or sent directly to the core using the IIDK (see Intellect Integration Developer Kit (IIDK)).

...

ParameterParameter description
requestId<>The request ID (is required to uniquely associate the request with the response on the client side)
id<>The image ID
sources<>
The list of existing Face detection objects IDs
biggestFace<1>

If there are several faces in the added photo, then the reference face with the biggest size in the frame will be added to the database

person_id<>

The face identifier in the reference face database

image<>The image in the "base64" format
delay<>

The command execution delay in seconds

cam_id<>The camera ID
p_id<>

The name of the photo file in the <Intellect installation directory>\Bmp\<Person> folder without permission

wait<>Timeout in seconds
filename<>

The full name of the photo file. Files with the jpgJPG, bmpBMP, gifGIF, png PNG extensions are allowed

name<>First name of the added user
surname<>Last name of the added user
department<>The department to which the user will be added
comment<>Commentary
cam_facecapture<> Face detection

...