Difference between revisions of "Template:UI Object Attributes (Camera)"
Jump to navigation
Jump to search
m (Hsyco moved page UI Object Attributes (Camera) to Template:UI Object Attributes (Camera) without leaving a redirect) |
|||
Line 5: | Line 5: | ||
!Description | !Description | ||
|- | |- | ||
+ | |||
|camera | |camera | ||
|address | |address | ||
|The camera address | |The camera address | ||
+ | |- | ||
+ | |||
+ | |rowspan="3"|play | ||
+ | |true | ||
+ | |Play the latest motion | ||
+ | |- | ||
+ | |time in the "yyyyddmmhhmmss" format | ||
+ | |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 | ||
+ | |- | ||
+ | |||
+ | |||
+ | |rowspan="3"|pause | ||
+ | |true | ||
+ | |Pause the camera if in playback mode | ||
+ | |- | ||
+ | |time in the "yyyyddmmhhmmss" format | ||
+ | |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 | ||
+ | |- | ||
+ | |||
+ | |live | ||
+ | |true | ||
+ | |Toggle live mode | ||
+ | |- | ||
+ | |||
+ | |rwd | ||
+ | |true | ||
+ | |Rewind to previous motion | ||
+ | |- | ||
+ | |||
+ | |fwd | ||
+ | |true | ||
+ | |Forward to next motion | ||
|- | |- | ||
|} | |} |
Revision as of 17:34, 4 February 2014
Camera attributes
Name | Value | Description |
---|---|---|
camera | address | The camera address |
play | true | Play the latest motion |
time in the "yyyyddmmhhmmss" format | 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 | |
pause | true | Pause the camera if in playback mode |
time in the "yyyyddmmhhmmss" format | 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 | |
live | true | Toggle live mode |
rwd | true | Rewind to previous motion |
fwd | true | Forward to next motion |