Color resulotion was not applied when sensor rotation set to 90/270

work pretty when sensor rotation is set to normal, color (1920, 1080)

error appear when sensor rotation 90/270, color (1920, 1080)

sensor: Orbbec astra 2
sdk: 0.38.4

Hello @vfxnova

We checked it out, and it’s a bug.
As a workaround, you can set the resolution from the config %NUITRACK_HOME%\data\nuitrack.config

"OrbbecSDKDepthProviderModule":
{
  ....
  "RGB":{
     "Width": 1920,
     "Height": 1080,
     "FPS": 30
   }
}

Thanks irakli,

It work fine after edit nuitrack.config and set custom color resolution to false

1 Like