Set or get the physical installation angle of fisheye camera in wall mount installation.
In wall mount installation, the angle of depression (physical installation) might not be 0 degree. The video image correction algorithm needs to know this angel to have the best video correction view. Installer could use this URL to help camera to find the physical installation angle of depression and get best video quality, then.
Note that the all PTZ preset points will be disabled when the fisheye camera's mounting type is changed. Users should set the PTZ preset points again based on new mounting installation.
mount,n
where
mount: mounting type. It could be WALL (wall mount) or CEILING (ceiling mount).
n is from 0 ~ 1000 when mount is WALL and fixed to 0 when mount is CEILING.
This argument, n, is the degree of depression angel. The resolution is 0.01o.
When n = 1000, the degree of depression angle is 0.001*1000=10o.
The camera uses this value as the reference of its video correction algorithm.
FISHEYE_INSTALL='WALL,1000'
OK: FISHEYE_INSTALL='WALL,1000'
or
ERROR: FISHEYE_INSTALL='WALL,1000'
or
ERROR: FISHEYE_INSTALL not found
Platform Devices Supported Firmware Version PlatformK Fisheye Camera A1D-311-V5.03 and later
Valid
http://ip:port/cgi-bin/encoder?USER=admin&PWD=123456&FISHEYE_INSTALL
or
http://ip:port/cgi-bin/cmd/encoder?FISHEYE_INSTALL
http://ip:port/cgi-bin/encoder?USER=admin&PWD=123456&FISHEYE_INSTALL=WALL,1000
or
http://ip:port/cgi-bin/cmd/encoder?FISHEYE_INSTALL=WALL,1000