22
5. API for Acquiring/Changing Parameters of VN-E4 _
5.2. Signal Input
Setting Turnover for VN-E4
Format
/api/param?video.input(Number).turnover=data
Example
When setting Turnover of video input channel 1
/api/param?video.input(1).turnover=on
Example of response
video.input(1).turnover&200 OK
Interpretation
Change the Turnover set value of the specified video input channel. Turnover refers to flags that are stored in
the JPEG header. Specify the video input channel between the range of 1 to 4. Values that can be specified for
Turnover are on or off.
Allowed users
admin, operator, user
(Note: This item can also be set by users.)
Acquiring Echo Suppressor from VN-E4
Format
/api/param?audio.input.echo_suppress
Example of response
audio.input.echo_suppress=off&200 OK
Interpretation
Acquire the Echo Suppressor setting of the audio input. Specify as high, mid, low or off.
Allowed users
admin, operator, user
Setting Echo Suppressor for VN-E4
Format
/api/param?audio.input.echo_suppress=data
Example
/api/param?audio.input.echo_suppress=low
Example of response
audio.input.echo_suppress&200 OK
Interpretation
Change the Echo Suppressor setting of the audio input. Specify as high, mid, low or off.
Allowed users
admin, operator
Acquiring Noise Suppressor from VN-E4
Format
/api/param?audio.input.noise_suppress
Example of response
audio.input.noise_suppress=off&200 OK
Interpretation
Acquire the Noise Suppressor setting of the audio input. Specify as high, mid, low or off.
Allowed users
admin, operator, user
Setting Noise Suppressor for VN-E4
Format
/api/param?audio.input.noise_suppress=data
Example
/api/param?audio.input.noise_suppress=low
Example of response
audio.input.noise_suppress&200 OK
Interpretation
Change the Noise Suppressor setting of the audio input. Specify as high, mid, low or off.
Allowed users
admin, operator