Hello
I’ve got an Orbbec Persee and am using the Nuitrack SDK to create an game that uses skeleton tracking and should also take pictures of the players using the RGB sensor.
To get the picture I use NuitrackManager.ColorFrame, but currently I only get an image with a resolution of only 320 x 240. The Orbbec Persee should be able to provide 1280 x 720 RGB frames. How can I get an rgb frame with that higher resolution?
I guess I might need to change config values, but I don’t know what the correct keys for the rgb resolution values are. Can anyone help?
Thanks!