Getting MPEG-4 Priority Setting from VN-V25/26
Format /api/param?encode(2).priority
Example of response encode(2).priority=motion&200 OK
Interpretation Acquire priority of MPEG-4 encoding. "motion" or "quality" is returned.
Allowed users admin, operator, user
Setting MPEG-4 Priority Setting for VN-V25/26
Format /api/param?encode(2).priority=data
Example /api/param?encode(2).priority=motion
Example of response encode(2).priority&202 Accepted(encode(2).status=save)
Interpretation Change priority of MPEG-4. Specify "motion" or "quality". To keep frame rate, select "motion". To
keep image quality, select "quality".
The change is saved by the API, encode(2).status=save. If the change is not saved, the setting is restored by reboot.
Allowed users admin, operator
6.4. Audio Setting (VN-V26 Only)
The APIs below are related to audio setting. These are equivalent to the features on the Audio page of the WEB
setting page. Refer to the instruction manual for details on the Audio page.
Getting Audio Duplex Mode from VN-V26
Format /api/param?audio.input(1).halfduplex
Example of response audio.input(1).halfduplex=on&200 OK
Interpretation Acquire audio duplex mode. "on" or "off" is returned. When the setting is "on", audio from VN-V26
is muted during a client is sending audio to VN-V26. By setting "on", howling/echo can be suppressed.
Allowed users admin, operator, user
Setting Audio Duplex Mode for VN-V26
Format /api/param?audio.input(1).halfduplex=data
Example /api/param?audio.input(1).halfduplex=on
Example of response audio.input(1).halfduplex&200 OK
Interpretation Change audio duplex mode. Specify "on" or "off". When the setting is "on", audio from VN-V26 is
muted during a client is sending audio to VN-V26. By setting "on", howling/echo can be suppressed.
Allowed users admin, operator
Getting Mic Gain from VN-V26
30