Technical References
D14642.13 Codec C40-C60 API Reference Guide TC6.3, NOVEMBER 2013. Copyright © 2010–2013 Cisco Systems, Inc. All rights reserved. 106
Cisco TelePresence System Codec C40/C60 API Reference Guide
Camera commands
xCommand Camera PanTiltReset
The camera is reset to its default values for pan and tilt. If the camera is daisy chained, the
CameraId is given by its place in the chain.
Requires user role: USER
Parameters:
CameraId(r): <1..7>
Example:
xCommand Camera PanTiltReset CameraId:1
OK
*r PanTiltResetResult (status=OK):
** end
xCommand Camera PositionReset
Reset the camera position the the default position.
Requires user role: USER
Parameters:
CameraId(r): <1..7>
Example:
xCommand Camera PositionReset CameraId:1
OK
*r CameraPositionResetResult (status=OK):
** end
xCommand Camera PositionSet
Position the camera by defining the pan, tilt, zoom and focus parameters. If the camera is placed in
a daisy chain you need to know the CameraId for the camera you want to address.
Requires user role: USER
Parameters:
CameraId(r): <1..7>
Pan: <-65535..65535>
Tilt: <-65535..65535>
Zoom: <0..65535>
Focus: <0..65535>
Example:
xCommand Camera PositionSet CameraId:1 Pan:200 Tilt:300
OK
*r CameraPositionSetResult (status=OK):
** end
Contents
Introduction
About the API
xConfiguration
Appendices
xCommand
xStatus
xCommand