AMX MET-ECOM-D User Manual

Page of 88
Programming
57
 Metreau Entry Communicators 
Camera Commands (Cont.)
SET CAM-CST
Sets the display contrast level 
for the camera.
Syntax:
"'SET CAM-CST <Contrast Level>'"
Variables:
• Contrast Level = a value from 0 – 100 in percentage
Example:
SEND_COMMAND MET1,"'SET CAM-CST 50’"
Sets the display contrast to approximately 50%.
GET CAM-CST
Retrieves the contrast level 
for the camera.
Syntax:
"'GET CAM-CST'"
Variables:
• Contrast Level = a value from 0 - 100 in percentage
Example:
SEND_COMMAND MET1,"'GET CAM-CST’"
Gets the camera's contrast setting.
Returns:
CAM-CST= 45
Gets the camera contrast setting is 45.
SET CAM-SAT
Sets the display saturation for 
the camera.
Syntax:
"'SET CAM-SAT <color saturation Level>'"
Variables:
• color Saturation Level = a value from 0 – 100 in percentage
Example:
SEND_COMMAND MET1,"'SET CAM-SAT 50’"
Sets the display color saturation level to approximately 50%.
GET CAM-SAT
Retrieves the saturation level 
for the camera.
Syntax:
"'GET CAM-SAT'"
Variables:
• color Saturation Level = a value from 0 - 100 in percentage
Example:
SEND_COMMAND MET1,"'GET CAM-SAT’"
Gets the camera's saturation level setting.
Returns:
CAM-SAT= 45
Gets the camera saturation level setting is 45.
SET CAM-FLICK
Sets the flicker mode setting 
for the camera.
Syntax:
"'SET CAM-FLICK <flick>'"
Variables:
• Flick: INHIBIT, 50, 60
Example:
SEND_COMMAND STORM,"'SET CAM-FLICK 50’"
Sets the anti-flicker mode to 50hz mode.