I am using python 3.7 64bit.
i did not do pip install since it seems to not work in that way. rather using the given files directly via import.
However the issue is that running mapper.py is very slow. 0.5 fps is the frame rate. I think waitKey(3000) is the reason. But that still does not fix the issue:
When i set show = False that improves but still slow and not smooth 25/30fps. Rather somewhere around 8/10fps.
Any solution to this issue? When i do not call depth_2_color_space the speed is just back to 25/30fps i can say.