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

From HSYCO
Jump to navigation Jump to search
Line 7: Line 7:
  
 
|camera
 
|camera
|name
+
|<name>
 
|The name of the camera, or the name of a camera grid, defined as gridN, where N is the grid number
 
|The name of the camera, or the name of a camera grid, defined as gridN, where N is the grid number
 
|-
 
|-
  
 
|rowspan="5"|play
 
|rowspan="5"|play
|true
+
|<true>
 
|Play the latest motion
 
|Play the latest motion
 
|-
 
|-
Line 18: Line 18:
 
|Play the motion from the specified time or the nearest frame available, using the format "yyyymmddhhmmss" (e.g. "20141016125534")
 
|Play the motion from the specified time or the nearest frame available, using the format "yyyymmddhhmmss" (e.g. "20141016125534")
 
|-
 
|-
|timestamp in seconds
+
|<timestamp>
 
|Play the motion from the specified timestamp or the nearest frame available
 
|Play the motion from the specified timestamp or the nearest frame available
 
|-
 
|-
|rwd
+
|<rwd>
 
|Rewind to the previous motion
 
|Rewind to the previous motion
 
|-
 
|-
|fwd
+
|<fwd>
 
|Forward to the next motion
 
|Forward to the next motion
 
|-
 
|-
Line 30: Line 30:
  
 
|rowspan="5"|pause
 
|rowspan="5"|pause
|true
+
|<true>
 
|Pause the camera if in playback mode
 
|Pause the camera if in playback mode
 
|-
 
|-
Line 36: Line 36:
 
|Pause a motion at the specified time or the nearest frame available, , using the format "yyyymmddhhmmss" (e.g. "20141016125534")
 
|Pause a motion at the specified time or the nearest frame available, , using the format "yyyymmddhhmmss" (e.g. "20141016125534")
 
|-
 
|-
|timestamp in seconds
+
|<timestamp>
 
|Pause a motion at the specified timestamp or the nearest frame available
 
|Pause a motion at the specified timestamp or the nearest frame available
 
|-
 
|-
|rwd
+
|<rwd>
 
|Rewind to the previous motion and pause it
 
|Rewind to the previous motion and pause it
 
|-
 
|-
|fwd
+
|<fwd>
 
|Forward to the next motion and pause it
 
|Forward to the next motion and pause it
 
|-
 
|-
  
 
|live
 
|live
|true
+
|<true>
 
|Toggle live mode
 
|Toggle live mode
 
|-
 
|-
  
 
|}
 
|}

Revision as of 11:22, 14 February 2014

Camera attributes

Name Value Description
camera <name> The name of the camera, or the name of a camera grid, defined as gridN, 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 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 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