Difference between revisions of "Template:UI Object Attributes (Camera)"
Jump to navigation
Jump to search
(Created page with "=== Camera attributes === {| class="wikitable" !Name !Value !Description |- |camera |address |The camera address |- |}") |
|||
(19 intermediate revisions by 2 users not shown) | |||
Line 5: | Line 5: | ||
!Description | !Description | ||
|- | |- | ||
+ | |||
|camera | |camera | ||
− | | | + | |<name> |
− | |The camera | + | |The name of the camera, or the name of a camera grid, defined as grid<n>, where <n> is the grid number |
+ | |- | ||
+ | |||
+ | |cameralist | ||
+ | |comma-separated list of camera names: | ||
+ | <name>[,<name>] | ||
+ | |Allows to dynamically change the list of cameras viewable in a camerapanel object | ||
+ | |- | ||
+ | |||
+ | |rowspan="5"|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 | ||
+ | |- | ||
+ | |||
+ | |||
+ | |rowspan="5"|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 | ||
|- | |- | ||
|} | |} |
Latest revision as of 11:53, 27 April 2015
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 |
cameralist | comma-separated list of camera names:
<name>[,<name>] |
Allows to dynamically change the list of cameras viewable in a camerapanel object |
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 |