Panasonic AW-UE100 IPSerial Control Interface Specifications - Page 7

IP communication

Page 7 highlights

4-2.IP communication In case of Pan/Tilt Control command ▼Send format http://[IP Address]/cgi-bin/aw_ptz?cmd=[Command]&res=[Type] ※IP Address・・・IP address of camera at connection destination ※Command Details given in "Command" column in Chapter 9 ※Type Fixed at "1" ▼Receive format 200 OK "Command" ※Command・・・Response value of each command; set in the HTTP message body See more detail in Capter 7 for the error communication sequence for the transmitted command In case of Camera Control command ▼Send format http://[IP Address]/cgi-bin/aw_cam?cmd=[Command]&res=[Type] ※IP Address・・・IP address of camera at connection destination ※Command Details given in "Command" column in Chapter 9 ※Type Fixed at "1" ▼Receive format 200 OK "Command" ※Command・・・Response value of each command; set in the HTTP message body See more detail in Capter 7 for the error communication sequence for the transmitted command ▼Sequence PC(ROP) Camera ▼Sequence PC(ROP) Camera http://192.168.0.10/cgi-bin/aw_ptz?cmd=%23P50&res=1 http://192.168.0.10/cgi-bin/aw_cam?cmd=DCB:1&res=1 200 OK "p50" 200 OK "DCB:1" ※Depending on the browser or middleware used, "#" may have to be converted to "%23" by ASCII conversion. © Panasonic Corporation 2020 All Rights Reserved. 7

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63

© Panasonic Corporation 2020 All Rights Reserved.
7
4-2.IP communication
In case of Pan/Tilt Control command
In case of Camera Control command
▼Send format
▼Send format
http://
[IP Address]
/cgi-bin/aw_ptz?cmd=
[Command]
&res=
[Type]
http://
[IP Address]
/cgi-bin/aw_cam?cmd=
[Command]
&res=
[Type]
IP Address
・・・
IP address of camera at connection destination
IP Address
・・・
IP address of camera at connection destination
※Command・・・・・Details given in “Command” column in Chapter 9
※Command・・・・・Details given in “Command” column in Chapter 9
Type
・・・・・・・・
Fixed at
1
Type
・・・・・・・・
Fixed at
1
▼Receive format
▼Receive format
200 OK “
Command
200 OK “
Command
※Command・・・Response value of each command;
※Command・・・Response value of each command;
set in the HTTP message body
set in the HTTP message body
See more detail in Capter 7 for the error communication sequence
See more detail in Capter 7 for the error communication sequence
for the transmitted command
for the transmitted command
▼Sequence
▼Sequence
※Depending on the browser or middleware used, “#” may have
to be converted to “%23” by ASCII conversion.
200 OK
DCB:1
PC(ROP)
Camera
200 OK
p50
PC(ROP)
Camera