*setParameters
Configuration Article | CA-20220907-TP-20 VDG Sense | API | Functions | Client & Server Control |
This command can be issued to set several system wide parameters. All arguments are optional. Transcoding Bandwidth only works with live images.
Request
command=setParameters&transcodingquality=[0..99]&transcodingenabled=[0|1]&imagewidth=[number>0]&imageheight=[number>0] |
parameter | type | remarks | Â |
---|---|---|---|
transcodingenabled | [0 | 1] | Determines if images are transcoded (1) or not (0). |
transcodingquality | [0..99] | Allowed maximum transcoding quality in percentage (0, worst – 99, best). |  |
imagewidth | [number > 0] | Used in decompressing and rescaling transcoded images. | Â |
imageheight | [number > 0] | Used in decompressing and rescaling transcoded images. | Â |
Response
error code | description | remarks |
---|---|---|
0 | Ok | Ok, no error |
-18 | General error | An undefined error occured |
Changelog
2.7.1 – Parameters updated.
Removed TranscodingBandwidth
WebTranscodedImagesRequested changed to transcodingenabled
WebDefaultImageWidth changed to imagewidth
WebDefaultImageHeight changed to imageheigth
1.3.6 – Added