Azure Kinect / Femto Bolt resolution

Hello, I want to set the resolution of the rgb stream to 2560x1440 since it is supported.

However, nuitrack just ignores it and sets it back to 1080p

I am using the Orbbec Femto Bolt.

How do I fix this?

“OrbbecSDKDepthProviderModule”: {
“Depth”: {
“AutoExposure”: true
},
“RGB”: {
“ProcessWidth”: 2560,
“ProcessHeight”: 1440,
“AutoExposure”: true
}
},

Are the settings inside of my config file. However, inside of Unity it just gets reset to 1080p.
Inside of the Nuitrack Testing Application, you’re allowed to set it to that resolution…

Hello @okkeinbock
We recommend using the device api, check out our example C++/C#

However, inside of Unity it just gets reset to 1080p.|

We will release an update soon with a fix for the resolution setting

P.S: for OrbbecSDKDepthProviderModule the config has been updated, Width/Height is used instead of ProcessHeight/ProcessWidth

Okay thanks,

And specific date on when the update is going to be released?