Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
Set Camera Name

URL

/rw/vision

Method

POST

URL Params

action=set-cameraname Required

Data Params

index={camera-index} Required

name={cameraname} Required

Success Response

NO_CONTENT(204)

see HTTP Status codes

Example Response

No content

Error Response

BAD_REQUEST(400)

FORBIDDEN(403)

Robot controller errors, see Robot controller return codes

Sample Call

curl --digest -u "Default User":robotics -d "index=0&name=mycamera" -X POST "http://localhost/rw/vision?action=set-cameraname"

Notes

Not supported in bootserver mode

Restart the controller to aplly changes