Hi all, is there a way to use the Config Json generated by Intel Realsense Viewer inside Nuitrack??
I’ve seen it used in RealSense SDK using:
var adv = device.As<AdvancedDevice>();
adv.JsonConfiguration = File.ReadAllText(path);
This cfg file has a different structure and naming from nuitrack.config …
Thnx in advance!
Mars