Software to stream persee depth data over network

Hi Underdog

Your idea is very very interesting. But i have tried many time to install it and got stoked at 58% of ccompile time all the time with the following messages wich i am not able to fix

[ 58%] Built target openni2-net-stream-server
In file included from /home/ubuntu/persee-depth-image-server-master/client/openni2-net-client.cpp:12:0:
/home/ubuntu/persee-depth-image-server-master/client/openni2-net-client.h:42:7: error: ‘atomic_int64_t’ in namespace ‘std’ does not name a type
std::atomic_int64_t fps;
^
/home/ubuntu/persee-depth-image-server-master/client/openni2-net-client.cpp: In lambda function:
/home/ubuntu/persee-depth-image-server-master/client/openni2-net-client.cpp:80:3: error: ‘condition_variable’ is not a member of ‘std’
std::condition_variable cv;
^
/home/ubuntu/persee-depth-image-server-master/client/openni2-net-client.cpp:300:5: error: ‘fps’ was not declared in this scope
fps = (1.f / elapsed.count()) * 1000;
^
/home/ubuntu/persee-depth-image-server-master/client/openni2-net-client.cpp: In member function ‘float OpenNI2NetClient::getFps()’:
/home/ubuntu/persee-depth-image-server-master/client/openni2-net-client.cpp:318:9: error: ‘fps’ was not declared in this scope
return fps / 1000.f;
^
CMakeFiles/openni2-net-stream-client.dir/build.make:62: recipe for target ‘CMakeFiles/openni2-net-stream-client.dir/client/openni2-net-client.cpp.o’ failed
make[2]: *** [CMakeFiles/openni2-net-stream-client.dir/client/openni2-net-client.cpp.o] Error 1
CMakeFiles/Makefile2:180: recipe for target ‘CMakeFiles/openni2-net-stream-client.dir/all’ failed
make[1]: *** [CMakeFiles/openni2-net-stream-client.dir/all] Error 2
Makefile:127: recipe for target ‘all’ failed
make: *** [all] Error 2

**** I hope you will be able to help FG