Documentation for Face Intellect 7.3. Documentation for other versions of Intellect is available too.

Previous page Next page

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

  1. The GET_IMAGE event is created when there is a request to get the image by the ID:FIRSERVER|1|GET_IMAGE|requestId<VALUE>,image<VALUE> where requestID is the ID of the request and image is the image in "base64" format.

  2. The PERSON_NOT_FOUND event is created when the face was captured but not recognized (cannot be found in the Face-Intellect database):
    FIRSERVER|1|PERSON_NOT_FOUND|fraction<VALUE>,owner<VALUE>,protocol_id<VALUE>,date<VALUE>,guid_pk<VALUE>,cam_name<VALUE>,imageBase64<VALUE> where imageBase64 is the image in "base64" format.

  3. The FACE_LEAVE event is created when the face is added to the Face-Intellect database:
    CAM_FACECAPTURE|1|FACE_LEAVE|slave_id<VALUE>,fraction<VALUE>,owner<VALUE>,id<VALUE>,module<VALUE>,date<VALUE>,guid_pk<VALUE>,core_global<VALUE>,guid<VALUE>,time<18:11:01>,param0<VALUE>,confidence<VALUEwhere confidence is the quality percentage of the added face image, it has the double type and 0.0..1.0 range of values; imageBase64 is the image in "base64" format.

  4. The FIND_PERSON event is created when the face is recognized:
    FIRSERVER|1|FIND_PERSON|capture_fraction<VALUE>,fraction<VALUE>,capture_date<VALUE>,owner<VALUE>,protocol_id<VALUE>,id<VALUE>,sim<VALUE>,date<VALUE>,surname<VALUE>,comment<VALUE>,capture_time<VALUE>,guid_pk<VALUE>,cam_name<VALUE>,patronymic<VALUE>,imageBase64<VALUE> where capture_date is the date of capturing the image, capture_time is the time of capturing the image and date is the date when recognition is completed.

  5. The ADD_PERSON_FROM_FILE_OK event is created when the reference face file is added to the Face-Intellect database:
    FIRSERVER|1|ADD_PERSON_FROM_FILE_OK|operator<VALUE>,surname<VALUE>,filename<VALUE>,core_global<VALUE>,department<VALUE>,time<VALUE>,_TRANSPORT_ID<VALUE>,fraction<VALUE>,action<ADD_PERSON_FROM_FILE_OK>,date<VALUE>,name<VALUE>,comment<VALUE> where filename is the full name of the photo file, name is the name of the added user, surname is the surname of the added user, department is thedepartment the user is added to and comment is the comment.

  6. The ADD_PERSON_FROM_FILE_ERROR event is created when there is an error while adding the reference face file to the Face-Intellect database:
    FIRSERVER|1|ADD_PERSON_FROM_FILE_ERROR|operator<VALUE>,surname<VALUE>,filename<VALUE>,int_obj_id<VALUE>,core_global<VALUE>,error<VALUE>,department<VALUE>,time<VALUE>,_TRANSPORT_ID<VALUE>,fraction<VALUE>,action<ADD_PERSON_FROM_FILE_ERROR>,date<VALUE>,name<VALUE>,comment<VALUE> where error is the explanation of why the error occured, filename is the full name of the photo file, name is the name of the added user, surname is the surname of the added user, department is thedepartment the user is added to and comment is the comment.

  • No labels