WebSocket Server - JpEncausse/SARAH-Documentation GitHub Wiki
The official documentation has been moved to http://wiki.sarah.encausse.net/
.
.
.
.
.
.
.
.
The C# client start a WebSocket Server to stream live data to NodeJS server or Browser.
- Works only with the main Kinect Sensor
- Works on client request to reduce CPU usage
Green Screen
Use the depth stream to extract user data from background like Gree Screen. Then stream frame to websocket pipe.
- Streaming png allow transparency
- Streaming jpg is faster
custom.ini
; for Websocket port (should be 7777)
websocket=7777
; for stream type (png/jpg) png has transparency but very slow
; websockType=png
; Use 2 algorithm to smooth DepthImage and avoid glitch
websockSmooth=true
websockAvg=true