Moving to preset position for vn-v686, Getting title of preset position from vn-v686, Setting title to preset position for vn-v686 – JVC VN-V686UAPI User Manual

Page 69: Start/stop of auto pan for vn-v686

Advertising
background image

Moving to Preset Position for VN-V686

Format

/api/param?camera.position(number).status=goto

Example of Response

camera.position(3).status&200 OK

Interpretation Move to specified preset position. Specify from 0 to 99 as position number.

Allowed users admin, operator

Getting Title of Preset Position from VN-V686

Format

/api/param?camera.position(number).comment

Example of response

camera.position(3).comment=entrance&200 OK

Interpretation Acquire title of specified preset position. Specify from 0 to 99 as position number.

Allowed users admin, operator, user

Setting Title to Preset Position for VN-V686

Format

/api/param?camera.position(number).comment=data

Example of Response

camera.position(3).status&200 OK

Interpretation Set tilte to specified preset position. Specify from 0 to 99 as position number. Maximum characters

is 32. To erase title, specify %00, i.e. 0x25 0x30 0x30 in binary data. Use %20 to set space.

Allowed users admin, operator

(4) Auto Pan
Getting Status of Auto Pan from VN-V686

Format

/api/param?camera.motion.auto_pan.status

Example of response

camera.motion.auto_pan.status=moving&200 OK

Interpretation Acquire current status of auto pan. "moving" of "stop" is returned.

Allowed users admin, operator, user

Start/Stop of Auto Pan for VN-V686

Format

/api/param?camera.motion.auto_pan.status=data

Example to start auto pan

/api/param?camera.motion.auto_pan.status=start

Example to stop auto pan

/api/param?camera.motion.auto_pan.status=stop

Example to move to start position of auto pan

/api/param?camera.motion.auto_pan.status=goto_start

Example to move to end position of auto pan

/api/param?camera.motion.auto_pan.status=goto_end

69

Advertising