JVC VN-V26U Security Camera User Manual


 
camera.detection.area=01000000000000000080
Allowed users admin, operator, user
Setting Motion Detect Mask for VN-V25/26
Format
/api/param?camera.detection.area=data
Example
/api/param?camera.detection.area=00010203040506070809
Example of response camera
.detection.area&202 Accepted(camera.status=save)
Interpretation Change the motion detect mask. Specify using a 20 ASCII character string. Refer to the item on
"Getting Motion Mask from VN-V25/26" on the interpretation of this character string. To mask all blocks, specify all
zeros in the ASCII character string. 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.9. Network Basics
The APIs below are related to the basics of networks. These are equivalent to the features on the Basic page of the
WEB setting page. Refer to the instruction manual for details on the Basic page.
Enabling Network Setting Changes
Format
/api/param?network.interface.status=restart
Example of Response
network.interface.status&200 OK
Interpretation Changes of following network parameters become valid by this API.
DHCP, IP Address, Subnet Mask, TTL, MTU, TOS, Negotiation
Changes are not reflected in the actions until this API is used. APIs to get settings of those parameters return previous
values until this API is used. When this API is issued, VN-V25/26 reboots in about 1 minute.
Allowed user admin
Getting DHCP Setting from VN-V25/26
Format
/api/param?network.interface.dhcp.status
Example of Response
network.interface.dhcp.status=off&200 OK
Interpretation Acquire the current DHCP setting.
Allowed users admin, operator, user
Setting DHCP for VN-V25/26
Format
/api/param?network.interface.dhcp.status=data
Example
/api/param?network.interface.dhcp.status=on
50