Hi folks,
I’m integrating the SDK into my toolchain, using zed_sdk.run --noexec --noprogress --nox11 --chown --target my_install_dir
it was easy enough to install it to particular directory. Everything builds just fine using that, but when running my program fails complaining that it can’t download the calibration files/models/etc. to /usr/local/zed
instead of using my_install_dir. /usr/local/zed
doesn’t exist and would need root permission to create.
How do I change the directories it uses for the SDK during runtime? Or at least the resource directories for calibration files/optimized models? I looked all through the docs/Camera.hpp and didn’t see anything so any help would be appreciated.
Thanks!