Panasonic AW-SF100/SF200 AW-SF100 API Documentation - Page 20

Register Scene File

Page 20 highlights

Auto Tracking System Web API Specifications Version 1.6 3.11 Register Scene File The Register Scene File command is used to register a new scene file, or perform overwrite update of an existing scene file. This command can be executed by posting the scene file to the URL specified below. http://[IP Address]:[portNo]/cgi-bin/auto_tracking?cmd=RegisterSceneFile Therefore, the scene file must be transmitted as multi-part data such as that illustrated below. 8d3439d84d3f4b0 Content-Disposition: form-data; name="file"; filename="sample.scn" Content-Type: application/octet-stream (File content) 8d3439d84d3f4b0-Note that the reception response is saved as either "ack", which indicates a positive acknowledgment, or "nack", which indicates a negative acknowledgment. Confidential © 2014-2015 Panasonic. All Rights Reserved. 20 of 24

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24

Auto Tracking System Web API Specifications
Version 1.6
Confidential
© 2014-2015 Panasonic. All Rights Reserved.
20 of 24
3.11
Register Scene File
The Register Scene File command is used to register a new scene file, or perform overwrite update of
an existing scene file.
This command can be executed by posting the scene file to the URL specified below.
http://[IP Address]:[portNo]/cgi-bin/auto_tracking?cmd=RegisterSceneFile
Therefore, the scene file must be transmitted as multi-part data such as that illustrated below.
-----------------------8d3439d84d3f4b0
Content-Disposition: form-
data; name="file"; filename="sample.scn"
Content-Type: application/octet-stream
(File content)
-----------------------8d3439d84d3f4b0--
Note that the reception response is saved as either "ack", which indicates a positive acknowledgment,
or "nack", which indicates a negative acknowledgment.