<?xml version="1.0" encoding="utf-8"?>
<!-- cameras and stuff -->
<devices version="1.34.0">
<!-- type: list -->
<cameras>
<!-- A camera that can deliver images-files via http-get requests.
Can be listed in our Camera App. See devices-setting if
you want to use a Camara in calls.
parameters:
name: uniquely identifies this camera
type: string -->
<ipCamera name="">
<!-- the url to use for inquiring images
type: string -->
<url></url>
<!-- how often to update the image.
type: integer
minimum: 100 -->
<refreshRateInMs>1000</refreshRateInMs>
<!-- User in case http-request need authorization.
type: string -->
<user></user>
<!-- Password in case http-request need authorization.
type: string -->
<password></password>
<!-- Protected cameras can only be watched, when they are attached to
an incoming call. This is intended for door-intercoms so
passers-by don't get spyed on.http-request need authorization.
type: boolean -->
<privacyProtected>false</privacyProtected>
</ipCamera>
</cameras>
</devices>