Build a new CGI string based on a command listed in the “BiCom - the Bilinx Command interface” document.
First some important notes:
1. Identify each of the following from the command required → BiCom document.
Server ID =
Object ID =
Operation =
Range (Data) =
Format of data =
Notes
Hex values and definitions of the most common operations are:
Operation |
Define |
Description |
Get |
0x01 |
Return the object/value |
Set |
0x02 |
Set the object/value |
SetGet |
0x03 |
Set the value and return it |
Note: Data is not required for a GET Operation
2. Then combine these in a string with Hex values in the following order.
3. Edit the <IPAddress> and <BiComPayload> test the command with a camera..
https://<IPAddress>/rcp.xml?command=0x09a5&type=P_OCTET&direction=WRITE&num=1&payload=0x81<BiComPayload>
For Example:
Start the Standard Preposition Tour.
Copied from the BiCom document, Section 9 PTZ server (0x0006)
PTZ Server (0x0006) |
Object Id |
Operations |
Range (Data) |
F |
Tour |
0x013.4 |
SetGet |
0 = Tour off, 1 = Tour on |
us |
Server ID = 0006
Object ID = 0134
Operation (SetGet) = 03
Range (Data) = 0001
💡 Useful BiCom materials:
BiCom - the Bilinx Command interface → the latest version of BiCom - Bilinx Command Interface document