Technical References
D14642.13 Codec C40-C60 API Reference Guide TC6.3, NOVEMBER 2013. Copyright © 2010–2013 Cisco Systems, Inc. All rights reserved. 108
Cisco TelePresence System Codec C40/C60 API Reference Guide
xCommand Camera Preset Activate
Activate one of the stored camera preset.
Note: The xCommand Camera Preset commands applies to an individual camera. This is in contrast
to the xCommand Preset commands where a single preset covers ALL connected cameras plus the
Video Input switcher settings.
PresetId: The ID of the camera preset you want to activate.
Requires user role: USER
Parameters:
PresetId(r): <1..35>
Example:
xCommand Camera Preset Activate PresetId: 1
OK
*r CameraPresetActivateResult (status=OK)
** end
xCommand Camera Preset Edit
Edit a stored camera preset. You can change the name of the camera preset and its position in the
list that is returned by the xCommand Camera Preset List command.
Note: The xCommand Camera Preset commands applies to an individual camera. This is in contrast
to the xCommand Preset commands where a single preset covers ALL connected cameras plus the
Video Input switcher settings.
PresetId: The ID of the camera preset you want to edit.
ListPosition: The position in the list returned by the xCommand Camera Preset List command.
Name: The name of the camera preset. It will be used in the list returned by the xCommand Camera
Preset List command.
Requires user role: ADMIN
Parameters:
PresetId(r): <1..35>
ListPosition: <1..35>
Name: <S: 0, 255>
Example:
xCommand Camera Preset Edit PresetId: 1 ListPosition: 1 Name: ""
OK
*r CameraPresetEditResult (status=OK)
** end
xCommand Camera Preset List
List information about available camera presets.
Note: The xCommand Camera Preset commands are used to store camera positions for individual
cameras. This is in contrast to the xCommand Preset commands where a single preset stores/
recalls ALL connected cameras plus the Video Input switcher settings. This makes it more usable
for integrations where one wants to store multiple camera positions individually per camera rather
than a complete camera position set.
PresetId: Filter on specified preset.
Requires user role: USER
Parameters:
PresetId: <1..35>
Example:
xCommand Camera Preset List PresetId: 1
OK
*r CameraPresetListResult (status=OK)
** end
xCommand Camera Preset Remove
Remove a camera preset.
Note: The xCommand Camera Preset commands applies to an individual camera. This is in contrast
to the xCommand Preset commands where a single preset covers ALL connected cameras plus the
Video Input switcher settings.
PresetId: The ID of the camera preset you want to remove.
Requires user role: USER
Parameters:
PresetId(r): <1..35>
Example:
xCommand Camera Preset Remove PresetId: 1
OK
*r CameraPresetRemoveResult (status=OK)
** end
Contents
Introduction
About the API
xConfiguration
Appendices
xCommand
xStatus
xCommand