@frafrat ,
You would need to run voxl-camera-server that comes with SDK 1.2 . You can grab a deb package of recent voxl-camera-server but it has other dependencies, so other packages will need to be updated from sdk 1.2. it could be a mess, but you can try it.
when you install it, if there are unmet dependencies, dpkg will tell you. and then you will go down the rabbit hole to satisfy those dependencies and installing newer packages (you could do it by updating apt sources to use dev) : modify /etc/apt/sources.list.d/modalai.list to use dev instead of sdk-1.1 (and then apt-get update and then apt-get install <package> to get the newer version. Or you could pull the packages manually from voxl-packages site.
I know for sure there is one dependency that is not in voxl-packages, which is the TOF processing library. I will check how you might be able to get it.
Did you at least try to use the TOF sensor with SDK 1.2?