IR Remote Channel Selection
GET/param.cgi?post_ir_info=&ir_id=:channel
Function: Sets the IR remote channel.
Camera Compatibility:
- Move 4K
- Link 4K
- Move SE
- Studio Pro
Values:
- 1: Set IR Remote Channel 1
- 2: Set IR Remote Channel 2
- 3: Set IR Remote Channel 3
- 4: Set IR Remote Channel 4
Example:
curl:
curl "http://CAMERA-IP/cgi-bin/param.cgi?post_ir_info=&ir_id=1"
JavaScript:
fetch("http://CAMERA-IP/cgi-bin/param.cgi?post_ir_info=&ir_id=1")
Request
Responses
- 200
The request has succeeded.