This document was generated from CDN thread Created by: GYSS Nicolas on 23-06-2011 09:14:26 AM Hi,I'm working on the remote control of my C20 codec by XML.It works fine to access the Phonebook, to dial, have the status of a call...Now I have a problem with the camera.When I'm running the following command "http://<ip>/getxml?location=/Status/Camera" in my navigator, i got this response : 1 2<Status xmlns="http://www.tandberg.com/XML/CUIL/2.0" product="TANDBERG Codec" version="TC3.1.2.227244"> 3<Camera item="1">
4<Connected item="1">False</Connected>
5<HardwareID item="1"/>
6<Manufacturer item="1"/>
7<Model item="1"/>
8<SoftwareID item="1"/>
9<IpAddress item="1"/>
10<MacAddress item="1"/>
11<Position item="1">
12<Pan item="1">0</Pan>
13<Tilt item="1">0</Tilt>
14<Zoom item="1">16</Zoom>
15<Focus item="1">4000</Focus>
16</Position>
17</Camera>
18</Status>
I don't understand why the camera isn't connected. I got the view of the camera on the screen...My goal is to set the position of the camera and register it in the preset position.How can I do that?Thanks a lotSubject: RE: C20 Camera Control Replied by: David Bruun-Lie on 23-06-2011 12:10:21 PMHi,the camera has two connectors to the codec:1) HDMI - this gives you the camera image and is why you can see a picture. Good 🙂2) Camera Control Cable. This cable is used for sending camera commands, get camera status (/status/camera/), software upgrade etc.Do you have that cable connected?Cheers,DavidSubject: RE: C20 Camera Control Replied by: GYSS Nicolas on 23-06-2011 02:25:21 PMThat cable is connected. Indeed, the camera reacts on the telecommand orders : when I press the right arrow , the camera moves as well.Unfortunately, the xstatus precises that it's not connected....I got another question :Is it possible to simulate the telecommand action by the xml command? I explain myself, I want to send each caracter of an ip address by xml and the codec should react as the telecommand did it. How can i do that?Thanks a lot