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

From HSYCO
Jump to navigation Jump to search
Line 11: Line 11:
 
|-
 
|-
  
|rowspan="3"|play
+
|rowspan="5"|play
 
|true
 
|true
 
|Play the latest motion
 
|Play the latest motion
Line 20: Line 20:
 
|second timestamp
 
|second 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
 +
|true
 +
|Rewind to the previous motion
 +
|-
 +
|fwd
 +
|true
 +
|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
Line 33: Line 41:
 
|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
|live
 
 
|true
 
|true
|Toggle live mode
+
|Rewind to the previous motion and pause it
 
|-
 
|-
 
+
|fwd
|rwd
 
 
|true
 
|true
|Rewind to previous motion
+
|Forward to the next motion and pause it
 
|-
 
|-
  
|fwd
+
|live
 
|true
 
|true
|Forward to next motion
+
|Toggle live mode
 
|-
 
|-
  
 
|}
 
|}

Revision as of 16:44, 5 February 2014

Camera attributes

Name Value Description
camera address The camera address
play true Play the latest motion
time formatted as "yyyyddmmhhmmss" Play the motion from the specified time or the nearest frame available
second timestamp Play the motion from the specified timestamp or the nearest frame available
rwd true Rewind to the previous motion
fwd true Forward to the next motion
pause true Pause the camera if in playback mode
time formatted as "yyyyddmmhhmmss" Pause a motion at the specified time or the nearest frame available
second timestamp Pause a motion at the specified timestamp or the nearest frame available
rwd true Rewind to the previous motion and pause it
fwd true Forward to the next motion and pause it
live true Toggle live mode