URL
/rw/vision
Method
GET
URL Params
resource=camera-info-index Required
index={camera index} Required
See Common URL parameters
Data Params
None
Success Response
HTTP_OK(200)
see HTTP Status codes
Example Response
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>vision</title>
<base href= "http://localhost/rw/vision/" />
</head>
<body>
<div class="state">
<a href= "vision?resource=camera-info-index&index=0" rel="self"/>
<ul>
<li class="vision-camera-info-usingindex-li" title="camera-info-using-index">
<span class="curr-ip-address">192.158.111.12</span>
<span class="curr-subnet-mask">255.255.255.0</span>
<span class="cur-default-gateway">0.0.0.0</span>
<span class="curr-host-name">Camera1</span>
<span class="curr-dns-server">0.0.0.0</span>
<span class="curr-dns-suffix">xyz.se</span>
<span class="curr-is-dhcp-enabled">1</span>
<span class="conf-ip-address"></span>
<span class="conf-subnet-mask"></span>
<span class="conf-default-gateway"></span>
<span class="conf-host-name"></span>
<span class="conf-dns-server"></span>
<span class="conf-dns-suffix"></span>
<span class="conf-is-dhcp-enabled">0</span>
<span class="conf-camera-name"></span>
<span class="camera-name"></span>
<span class="mac-address">00:00:00:00:00:00</span>
<span class="status">Unconfigured</span>
<span class="user-name">admin</span>
l</li>
</ul>
</div>
</body>
</html>
Resources
- camera-info-using-index: Gives all information about camera
Error Response
BAD_REQUEST(400)
Robot controller errors, see Robot controller return codes
Sample Call
curl --digest -u "Default User":robotics "http://localhost/rw/vision?resource=camera-info-index&index=0"
Notes
Not supported in bootserver mode