Difference between revisions of "Template:UI Object Attributes (Camera)"

From HSYCO
Jump to navigation Jump to search
 
(14 intermediate revisions by the same user not shown)
Line 7: Line 7:
  
 
|camera
 
|camera
|address
+
|<name>
|The camera address
+
|The name of the camera, or the name of a camera grid, defined as grid<n>, where <n> is the grid number
 
|-
 
|-
  
|rowspan="3"|play
+
|rowspan="5"|play
 
|true
 
|true
 
|Play the latest motion
 
|Play the latest motion
 
|-
 
|-
|time formatted as "yyyyddmmhhmmss"
+
|<yyyymmddhhmmss>
|Play the motion from the specified time or the nearest frame available
+
|Play the motion from the specified time or the nearest frame available, using the format "yyyymmddhhmmss" (e.g. "20141016125534")
 
|-
 
|-
|second timestamp
+
|<timestamp>
|Play the motion from the specified timestamp or the nearest frame available
+
|Play the motion from the specified timestamp (in seconds) or the nearest frame available
 +
|-
 +
|rwd
 +
|Rewind to the previous motion
 +
|-
 +
|fwd
 +
|Forward to the next motion
 
|-
 
|-
  
  
|rowspan="3"|pause
+
|rowspan="5"|pause
 
|true
 
|true
 
|Pause the camera if in playback mode
 
|Pause the camera if in playback mode
 
|-
 
|-
|time formatted as "yyyyddmmhhmmss"
+
|<yyyymmddhhmmss>
|Pause a motion at the specified time or the nearest frame available
+
|Pause a motion at the specified time or the nearest frame available, using the format "yyyymmddhhmmss" (e.g. "20141016125534")
 +
|-
 +
|<timestamp>
 +
|Pause a motion at the specified timestamp (in seconds) or the nearest frame available
 +
|-
 +
|rwd
 +
|Rewind to the previous motion and pause it
 
|-
 
|-
|second timestamp
+
|fwd
|Pause a motion at the specified timestamp or the nearest frame available
+
|Forward to the next motion and pause it
 
|-
 
|-
  
Line 37: Line 49:
 
|true
 
|true
 
|Toggle live mode
 
|Toggle live mode
|-
 
 
|rwd
 
|true
 
|Rewind to previous motion
 
|-
 
 
|fwd
 
|true
 
|Forward to next motion
 
 
|-
 
|-
  
 
|}
 
|}

Latest revision as of 18:18, 18 February 2014

Camera attributes

Name Value Description
camera <name> The name of the camera, or the name of a camera grid, defined as grid<n>, where <n> is the grid number
play true Play the latest motion
<yyyymmddhhmmss> Play the motion from the specified time or the nearest frame available, using the format "yyyymmddhhmmss" (e.g. "20141016125534")
<timestamp> Play the motion from the specified timestamp (in seconds) or the nearest frame available
rwd Rewind to the previous motion
fwd Forward to the next motion
pause true Pause the camera if in playback mode
<yyyymmddhhmmss> Pause a motion at the specified time or the nearest frame available, using the format "yyyymmddhhmmss" (e.g. "20141016125534")
<timestamp> Pause a motion at the specified timestamp (in seconds) or the nearest frame available
rwd Rewind to the previous motion and pause it
fwd Forward to the next motion and pause it
live true Toggle live mode