IMAGE_CAP

 

Description

Get camera video image quality configuration capabilities.

This command helps user to query the camera video image configuration capabilities.

The error message, ERROR: IMAGE_CAP not found" will be returned if the camera does not support this URL.

Input Argument

None

Attribute

Return of Message

The format of return message is
ImageFunc_1,ImageFunc_2,...

ImageFunc_n
where
it is two capital letters to indicate the video image control function. The following table lists the mapping of ImageFunc_n and video image control function.

ImageFunc_n Video Image Control Function
BT Brightness
CT Contrast
ST Saturation
NR Digital noise Reduction
3D 3D Noise Reduction
ED Edge enhancement
EX ExDR
DF Defogging

Example: The return of message could be

IMAGE_CAP='BT,CT,NR'

Applicability

Status

Valid

See Also

VIDEO_BRIGHTNESS, VIDEO_CONTRAST, VIDEO_SATURATION, VIDEO_DNR, VIDEO_3DNR, VIDEO_WDR, VIDEO_DEFOG

Example

http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&IMAGE_CAP
or
http://ip:port/cgi-bin/cmd/encoder?IMAGE_CAP

Back to

HOME, ENCODER CGI