Documentation for Intellect 4.10.4. Documentation for other versions of Intellect is available too.

Previous page PERSON  CAM_FACECAPTURE Next page


The CAM_TITLE object corresponds to the Captioner system object.

Operator format to describe actions with the Captioner is:

DoReact("CAM_TITLE","_id_","_command_");

The list of commands and parameters for the CAM_TITLE object is given in the following table:

Commandcommand description

Comment
"REINDEX" – run titles database updateTitles database re-indexation is rut at any value of the _id_ parameter. See also The Cam_title_updater.exe utility to convert titles database.

Example.

Run titles database update on Macro 1.

OnEvent("MACRO","1","RUN")
{
    DoReact("CAM_TITLE", "2", "REINDEX");
}
  • No labels