Higher RGB resolution on orbbec persee

Try this in your nuitrack.config:

"AstraProPerseeDepthProvider": {
    "RGB": {
        "Width": 1280,
        "Height": 720
    },
    "Windows": {
        "CameraID": 0
    }, 
    "POSIX": {
        "PID": "0x0501", 
        "VID": "0x2bc5"
    }
}, 

Check here for more useful information.