Any way to avoid the device select dialog? Intel RealSense L515

Exploring NuiTrack + L515. Just getting into the tutorials. Win10 + Unity. When I press play, I get a dialog popup making me choose between the L515 Depth camera, the L515 RGB camera, or my webcam.

1- Does this mean I can only use depth OR RGB from the L515?
2- How can I bypass this OS level dialog? I don’t want my end users having to fiddle with anything like that.

Also - when I run NuiTrack.exe to register my trial license, I have to choose the depth or RGB camera to apply the license to. Am I going to need a separate license for each?

Hi @BillDozer42,

This is a known issue and we will fix it in one from new releases. But you can use this workaround:

  • open %NUITRACK_HOME%/data/nuitrack.config and set AstraProPerseeDepthProvider.CameraID param to -1 .
  • the same via API: Nuitrack::setConfigValue(“AstraProPerseeDepthProvider.CameraID”, “-1”);

Am I going to need a separate license for each?

One license per 3d-sensor (not per channel).