param.cgi?cmd=getvideoattr
Get the Video Attributes
videomode: 41: Resolution CH11=1080p (1920x1080), CH12=352p (640x352), CH13=176p (320x176)vinorm: P: 50Hz(PAL) | N: 60Hz(NTSC)wdrmode: Hardware Wide Dynamic Range: 0 (off), 1 (active) |profile: h.264 encoder 0: baseline, 1: mainprofile |maxchn: Maximum active video channels |
| Example | GET: http://admin:instar@192.168.2.168/param.cgi?cmd=getvideoattr |- GET:
http://192.168.2.168/param.cgi?cmd=getvideoattr&-usr=admin&-pwd=instar | - SET:
http://admin:instar@192.168.2.168/param.cgi?cmd=setvideoattr&-videomode=41&-vinorm=P&-wdrmode=1&-profile=1&-maxchn=3 |
param.cgi?cmd=getvencattr&-chn=[11, 12. 13]
Get the Video Encoder Attributes for Video Streams 11, 12, 13
bps_[1, 2, 3]: Bitrate CH11 1080p = 512kbps - 4096kbps, Bitrate CH11 320p = 512kbps - 2048kbps, Bitrate CH11 160p = 90kbps - 512kbpsfps_[1, 2, 3]: Framerate: PAL:Range [1 ~ 25], NTSC:Range [1 ~ 30]gop_[1, 2, 3]: Keyframe Interval: gop Range [10 ~ 150]brmode_[1, 2, 3]: Video encode control: 0: fixed bit rate, 1: changeable bit rateimagegrade_[1, 2, 3]: 1 (low compression) -6 (high compression)width_[1, 2, 3]: Video widthheight_[1, 2, 3]: Video height
Example
GET: http://admin:instar@192.168.2.168/param.cgi?cmd=getvencattr&-chn=11
GET: http://192.168.2.168/param.cgi?cmd=getvencattr&-chn=11&-usr=admin&-pwd=instar
SET: http://admin:instar@192.168.2.168/param.cgi?cmd=setvencattr&-chn=11&-bps=2048&-imagegrade=4&-brmode=1&-fps=20&-gop=40
param.cgi?cmd=getimageattr
Get Image Parameter
chn: 1st, 2nd or 3rd audio channel: 1, 2, 3display_mode: Current 0: black and white mode 1: color modebrightness: brightness [0-100]saturation: saturation [0-255]sharpness: sharpness [0-100]contrast: contrast [0-100]hue: [0-255]wdr: Software Wide Dynamic Range Mode: [on, off]night: Night mode 0 (inactive), 1 (active)shutter: Shutter Speed [0 - 65535]flip: Flip the Image [on, off]mirror: Mirror the Image [on, off]gc: Night illumination, value Range 0=auto, [1-255]=manualae: Minimum exposure, range 0-65535targety: Exposure [0-255]noise: Low light denoising intensity (0-100)gamma: Gamma 0-3aemode: Auto-Exposure mode, the range: 0 Automatic, 1 Indoor, 2 Outdoorimgmode: Image priority mode: 0: Frame rate priority, 1: Illumination priority
Example
GET: http://admin:instar@192.168.2.168/param.cgi?cmd=getimageattr
GET: http://192.168.2.168/param.cgi?cmd=getimageattr&-usr=admin&-pwd=instar
SET: http://admin:instar@192.168.2.168/param.cgi?cmd=setimageattr&-brightness=4&-saturation=3&-contrast=4&-flip=off&-mirror=off&-shutter=1120&-sharpness=4