Camera attributes#
This reference page summarizes the camera Node Specification Language (NSL) attribute space in SAMSON, including attribute names, short names, possible values, and example expressions.
See also: Node Specification Language, Examples.
Camera attributes are defined in the camera attribute space (short name: ca), that matches only camera nodes.
Attributes inherited from the node attribute space:
| Attribute name | Short name | Possible values | Examples |
|---|---|---|---|
| name | n |
strings in quotes | ca.n "A"ca.n "L*" |
| selected | true, false |
ca.selectednot ca.selected |
|
| selectionFlag | sf |
true, false |
ca.sf falseca.sf |
name#
Inherited from node.name.
selected#
Inherited from node.selected, but without the short name s.
selectionFlag#
Inherited from node.selectionFlag.