Difference between revisions of "Template:UI Object Attributes (Camera)"
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
|- | |- | ||
− | |rowspan=" | + | |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=" | + | |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 | |
− | | | ||
|true | |true | ||
− | | | + | |Rewind to the previous motion and pause it |
|- | |- | ||
− | + | |fwd | |
− | | | ||
|true | |true | ||
− | | | + | |Forward to the next motion and pause it |
|- | |- | ||
− | | | + | |live |
|true | |true | ||
− | | | + | |Toggle live mode |
|- | |- | ||
|} | |} |
Revision as of 15: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 |