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

Previous page Telemetry control via IIDK  CamMonitor.ocx ActiveX Control Next page


The command for setting the parameter and position of Camera 1 object icon is run in one of the following ways:

  1. Sending a message to port 1030 CORE||DO_REACT|source_type<MAPLAYER>,source_id<1>,action<CUSTOMIZE_OBJECT>,params<7>,param0_name<x>,param0_val<200>,param1_name<y>,param1_val<200>,param2_name<objtype>,param2_val<CAM>,param3_name<objid>,param3_val<1>,param4_name<a>,param4_val<90>,param5_name<w>,param5_val<70>,param6_name<h>,param6_val<80>
    Where x, y, w and h are the coordinates and size of the object icon on the map.
    a is a tilt angle of icon.
  2. Sending a reaction to port 1030
    MAPLAYER|1|CUSTOMIZE_OBJECT|x<200>,y<200>,objtype<CAM>,objid<1>,a<90>,w<70>,h<80>

Layer 1 is shown in the interactive map window using one of the following ways:

  1. Sending a message to port 1030: CORE||DO_REACT|source_type<MAPLAYER>,source_id<1>,action<ACTIVATE>
  2. Sending a reaction to port 1030: MAPLAYER|1|ACTIVATE
  • No labels