- Jun 17, 2016
- 3
- 0
I have an Esprit HD IP Camera
I want to understand the frames the IP Camera send back to the computer in order to use them to move a servomotor.
I understand the frames sent by the computer to the IP Camera according to Wiresharck . For instance:
Are the frames to move the camera to the right at a speed and stop it.
Yet, I don't understand the frames sent by the camera to the computer: for instance in the attachment is the "okay frame" the camera always send back but multiply (if doesn't apply changes)...
I want to understand the frames the IP Camera send back to the computer in order to use them to move a servomotor.
I understand the frames sent by the computer to the IP Camera according to Wiresharck . For instance:
Code:
Form item: "{"method" : "ptz.start", "session" : 2071112382,"params" : {"channel" : 0, "code" : "Right","arg1" : 5,"arg2" : 5,"arg3" : 0}, "seq":1923792445, "id" : 1497}" = ""
Key: {"method" : "ptz.start", "session" : 2071112382,"params" : {"channel" : 0, "code" : "Right","arg1" : 5,"arg2" : 5,"arg3" : 0}, "seq":1923792445, "id" : 1497}
Value :
Form item: "{"method" : "ptz.stop", "session" : 2071112382,"params" : {"channel" : 0, "code" : "Right","arg1" : 5,"arg2" : 5,"arg3" : 0}, "seq":1923792446, "id" : 1498}" = ""
Key: {"method" : "ptz.stop", "session" : 2071112382,"params" : {"channel" : 0, "code" : "Right","arg1" : 5,"arg2" : 5,"arg3" : 0}, "seq":1923792446, "id" : 1498}
Value:
Form item: "{"method":"alarm.getOutState","params":"","session":2071112382,"id":1499}" = ""
Key: {"method":"alarm.getOutState","params":"","session":2071112382,"id":1499}
Value:
Are the frames to move the camera to the right at a speed and stop it.
Yet, I don't understand the frames sent by the camera to the computer: for instance in the attachment is the "okay frame" the camera always send back but multiply (if doesn't apply changes)...