How can I show camera frame in my Unity Project with Nuitrack Sdk?

Hi,

In case of Orbbec Astra PRO and Windows platform you should enable color stream manually:

  1. open %NUITRACK_HOME%/data/nuitrack.config in a text editor;
  2. set “AstraProPerseeDepthProvider.Windows.CameraID” value to your camera ID (it’s 0 usually, if it doesn’t work try 1,2,… and so on).

Thanks,
Nitish