Difference between revisions of "CameraLink"

From HSYCO
Jump to navigation Jump to search
Line 1: Line 1:
 
{{UI Object Header}}
 
{{UI Object Header}}
 
[[Category:INCOMPLETE]]
 
[[Category:INCOMPLETE]]
A button, graphically identical to [[link]], to access the view and control page of a single camera or a grid of cameras..
+
A button, graphically identical to [[link]], to control the address of a [[camera]] or [[camerapanel]] object.
 
 
If the button object is connected to a device or light that allows it, a long press on the button will open a [[popup]] with a [[slider]]. A second long press will close the [[popup]].
 
If specified on [[systemtopo.txt]], it will show a thumbnail on mouse over or touch.
 
  
 
== Parameters ==
 
== Parameters ==
*'''address''': device data point name
+
*'''address''': the name of the camera, as in the Cameras parameter in hsyco.ini, or the name of a camera grid, defined as gridN, where N is the grid number assigned in hsyco.ini
*'''position''': the object's position. Use the pixels or rows and columns coordinates format
+
{{UI Object Parameter (position)}}
 +
*'''color''': button color, see color attribute for possible values
 
*'''label''': the text label on the button. Can contain HTML tags
 
*'''label''': the text label on the button. Can contain HTML tags
  
 
== Syntax ==
 
== Syntax ==
  (button <address>; <position>; <label>)
+
  (cameralink <address>; <position>; <color>; <label>)
 
E.g.
 
E.g.
 
  (button autom.1; x10y20; Front Door)
 
  (button autom.1; x10y20; Front Door)

Revision as of 11:12, 22 January 2014

Note  For a description and a complete list of UI Objects, see UI Objects.

A button, graphically identical to link, to control the address of a camera or camerapanel object.

Parameters

  • address: the name of the camera, as in the Cameras parameter in hsyco.ini, or the name of a camera grid, defined as gridN, where N is the grid number assigned in hsyco.ini
  • position: the object's position. Use the pixels or rows and columns coordinates format
  • color: button color, see color attribute for possible values
  • label: the text label on the button. Can contain HTML tags

Syntax

(cameralink <address>; <position>; <color>; <label>)

E.g.

(button autom.1; x10y20; Front Door)

UI Attributes

UI Object Attributes (Common)