Summary
|
PupilLab Camera
|
Info |
Category: |
Monitoring |
|
AddIn: |
PupilLabs |
Creator: |
OkazoLab |
|
Scope: |
Experiment |
Owns Snippets: |
None |
|
Usage: |
Snippets |
Properties
Name | Description | Constraints | Type | On runtime change |
---|
Settings |
Server IP Address | Defines the IP address of the eye-tracker server in the xxx.xxx.xxx.xxx format | | String | |
TCP Port Number | Defines the TCP Port number for communication with an eye-tracker | | Int32 | |
Frame Source | Defines thePupilLab camera for streaming | | Int32 | |
Surface Name | Define a name of the selected fiducial surface. If empty, any surface will be used | | String | |
Frame Rate | Define the framerate of video capturing, in frames per second | | Int32 | |
Use Null Frames | Define whether transparent frames are added to the camera output, when the different fiducial surface is in the view. The transparent frames allow mixing frames of multiple surfaces in a single view area. | | Boolean | |
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.. | |
Control |
Is Enabled | If set to false the element is completely omitted when the experiment is run | | Boolean | |
Title | Title of the element | | String | |
|
PupilLab Camera Element streams frames of a selected camera PupilLabs camera into a live XAML control that can be placed either on stimulus or status screen. The element requires the Frame Publisher plug-in running by the Pupil Capture app. In addition, the element can show a fiducial surface extracted by the Surface Tracker plug-in.
Description
...
Snapshots
Snapshot 1
| Snapshot 2 |
Practical Use
...
Technique 1
- Step 1
- Step 2
...
=== Technique 2 === - Step 1
- Step 2
...
// Check the trial outcome. Result and RT just other user variables
// insert code snippet here..
...
== Notes ==
... - Insert Notes here..
- Insert Notes here..