Skip to content

Settings

Cognitive Preferences

You can access the settings menu from Edit->Project Settings->Cognitive VR

settings

Account

This includes options to change your Developer Key and Application Key. These are usually set in the Setup Window.

The path to Blender and the path to your temporary Export folder are also available here. The Attribution Key may be set here, if you are using the Attribution feature.

Cognitive VR

  • Enable Logging - Displays any logs used for debugging. This can be disabled after you finish implementing the SDK
  • Enable Dev Logging - Displays internal logs. These can be helpful if you are doing a more advanced implementation
  • Gateway - Sets a custom endpoint domain for data collection. You probably don't need to change this!
  • Session Viewer - Sets a custom url to quickly open scenes online. This is used in the next section
  • Dashboard - Used by some buttons in the Editor.

Exported Scene Data

  • Get Latest Scene Version Data - Requests the current scene info from SceneExplorer. This is useful if someone on your team has uploaded a new scene version so data will be sent to the correct url
  • Scene Data Table - Shows the name of each uploaded scene, some internal data and a link to open the scene on SceneExplorer

Cognitive VR Data

  • Gaze Snapshot Batch Size - The number of gaze events that are recorded before automatically sent to SceneExplorer

  • Custom Event Batch Size - The number of custom events that are recorded before automatically sent to SceneExplorer

  • Custom Event Extreme Limit - Threshold for ignoring the Event Minimum Timer. If this many Events have been recorded, immediately send
  • Custom Event Min Timer - Time (in seconds) that must be elapsed before sending a new batch of Event data. Ignored if the batch size reaches Event Extreme Limit
  • Custom Event Auto Timer - The time (in seconds) to automatically send any outstanding Event data

  • Dynamic Data Limit - The number of dynamic object events that are recorded before automatically sent to SceneExplorer

  • Dynamic Extreme Limit - Threshold for ignoring the Dynamic Minimum Timer. If this many Dynamic snapshots have been recorded, immediately send
  • Dynamic Min Timer - Time (in seconds) that must be elapsed before sending a new batch of Dynamic data. Ignored if the batch size reaches Dynamic Extreme Limit
  • Dynamic Auto Timer - The time (in seconds) to automatically send any outstanding Dynamic snapshots or Manifest entries

  • Sensor Data Limit - The number of sensor events that are recorded before automatically sent to SceneExplorer

  • Sensor Extreme Limit - Threshold for ignoring the Sensor Minimum Timer. If this many Sensor data points have been recorded, immediately send
  • Sensor Min Timer - Time (in seconds) that must be elapsed before sending a new batch of Sensor data. Ignored if the batch size reaches Sensor Extreme Limit
  • Sensor Auto Timer - The time (in seconds) to automatically send any outstanding Sensor data

  • Fixation Batch Size - The number of fixations that are recorded before automatically sent to SceneExplorer

  • Fixation Extreme Limit - Threshold for ignoring the Fixation Minimum Timer. If this many Fixations have been recorded, immediately send
  • Fixation Min Timer - Time (in seconds) that must be elapsed before sending a new batch of Fixation data. Ignored if the batch size reaches Fixation Extreme Limit
  • Fixation Auto Timer - The time (in seconds) to automatically send any outstanding Fixation data