Settings |
Video Device | | | String | |
Edit Camera Settings | Opens a window with OS settings of the selected video device. | | Boolean | |
Select Video Format | Opens a window with the pin settings of the selected video device. | | Boolean | |
Custom Settings |
Use Custom Settings | Define whether custom frame size and framerate are used in capturing video. Using the custom settings is only possible, if it's supported by the selected video device. Otherwise, the device's default settings will be are applied. | | Boolean | |
Resolution | Define the resolution of a captured video. The video frames can be scaled to any size in rendering, but choosing a larger resolution improves rendering quality with some cost in performance. | | clSize | |
Frame Rate | Define the framerate of video capturing, in frames per second | | Int32 | |
Runtime Status |
XAML Video Viewport | Returns a live XAML control that renders the captured video. The control can be used for data binding to the Content property of the XAML ContentControl element, e.g. . The ContentControl can be added to the status screen or to the GUI Layout element. | | UIElem.. | |
Actual Settings | Returns the actual resolution and framerate of the current video capture. The property is updated at the start of every experiment run. | | String | |
Control |
Is Enabled | If set to false the element is completely omitted when the experiment is run | | Boolean | |
Title | Title of the element | | String | |
|