Interpretation Change B-gain white balance setting. Specify s0 to s255. The s before number means "step". D
efault value is s219.The change is saved by the API, camera.status=save. If the change is not saved, the setting is
restored by reboot.
Allowed users admin, operator
Getting Back Light Compensation from VN-V25/26
Format /api/param?camera.image.blc
Example of response camera.image.blc=off&200 OK
Interpretation Acquire Back Light Compensation setting. "off", "a", "b", "c" or "d" is returned. Refer the
instruction manual for detailed information of "a", "b", "c" and "d".
Allowed users admin, operator, user
Setting Back Light Compensation for VN-V25/26
Format /api/param?camera.image.blc=data
Format of setting ON /api/param?camera.image.blc=a
Example of response camera.image.blc&202 Accepted(camera.status=save)
Interpretation Change Back Light Compensation setting. Specify "off", "a", "b", "c" or "d". Refer the instruction
manual for detailed information of "a", "b", "c" and "d". The change is saved by the API, camera.status=save. If the
change is not saved, the setting is restored by reboot.
Allowed users admin, operator
6.3. Encoding
These APIs are related to JPEG or MPEG-4 encoding. These are equivalent to the features on the Encoding page of
the WEB setting page. Refer to the instruction manual for details on the Encoding page.
Saving Changes of Encode Settings for VN-V25/26
Format /api/param?encode(1).status=save
or /api/param?encode(2).status=save
Example of response encode(1).status&200 OK
Interpretation Save changes to encode settings. All JPEG and MPEG-4 settings are saved. If not saved, the
changes are restored by power off of VN-V25/26.
Allowed users admin, operator
Getting JPEG Frame Size from VN-V25/26
Format /api/param?encode(1).framesize
25