Programming

Camera Commands (Cont.)

SET CAM-CST

Syntax:

Sets the display contrast level

"'SET CAM-CST <Contrast Level>'"

for the camera.

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

Syntax:

Retrieves the contrast level

"'GET CAM-CST'"

for the camera.

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

Syntax:

Sets the display saturation for

"'SET CAM-SAT <color saturation Level>'"

the camera.

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

Syntax:

Retrieves the saturation level

"'GET CAM-SAT'"

for the camera.

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

Syntax:

Sets the flicker mode setting

"'SET CAM-FLICK <flick>'"

for the camera.

Variables:

 

 

• Flick: INHIBIT, 50, 60

 

Example:

 

SEND_COMMAND STORM,"'SET CAM-FLICK 50’"

 

Sets the anti-flicker mode to 50hz mode.

 

 

Metreau Entry Communicators

57

 

 

Page 63
Image 63
AMX MET-ECOM-D manual Set Cam-Cst, Get Cam-Cst, Set Cam-Sat, Get Cam-Sat, Set Cam-Flick