Ваши комментарии

Here is a list of commands for the camera:


// start record

IR.Camera(IR.CAMERA_RECORD, IR.CAMERA_FRONT, IR.CAMERA_RESOLUTION_MEDIUM);
// stop record
IR.Camera(IR.CAMERA_STOP);
// toggle camera
IR.Camera(IR.CAMERA_TOGGLE);
// rotate to angle
IR.Camera(IR.CAMERA_ROTATE, 270);
// flip horizontal
IR.Camera(IR.CAMERA_FLIP_HORIZONTAL, true);
// flip vertical
IR.Camera(IR.CAMERA_FLIP_VERTICAL, true);
// link camera to GUI item
IR.GetPopup("Page 1").GetItem("Item 1").GetState(0).Image = "ir_camera://";
IR.CAMERA_RESOLUTION_LOW - low resolution
IR.CAMERA_RESOLUTION_MEDIUM - medium resolution
IR.CAMERA_RESOLUTION_HIGH - high resolution
IR.CAMERA_BACK -video from the main camera

IR.CAMERA_FRONT - video from the front camera


This functionality is not official and was created exclusively for use in SIP module and QR update module. Therefore on our website there is no its description.

Hello!


Please, write us in support - support@iridiummobile.ru

Describe the problem and send a link to the project.

Спасибо вам за полезную информацию! Будем иметь ввиду. Со стороны иридиума мы никак не модифицируем данные приходящие от оборудования, соответственно Иридиум отображает то, что к нему пришло.

Здравствуйте!

Скорее всего температуру в таком виде отдает датчик, а HDL в своей программе ее преобразуют и отображают как надо (т.е. 23-24 гр.). В Иридиум же приходит оригинальное значение, которое вам необходимо обработать через скрипт, и затем выводить в интерфейс проекта.

Если я правильно вас понял, то у вас разница составляет 20 градусов. Если эта разница стабильна, то вы просто можете при получении значения температуры вычитать эту разницу.

Здравствуйте!


Да, такое обновление возможно. Подробнее об этом вы можете прочитать на нашей википедии

Hello!


To cause an application using this command, need is corresponding URI scheme. But developers do not always implement such a possibility.

It seems that the Android does not have such a scheme for calendar.


Сервис поддержки клиентов работает на платформе UserEcho