Skip to content

zz1120122573/RGBD-data-transformation-between-structure-sensor-and-laptop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RGBD-data-transformation-between-structure-sensor-and-laptop

This code is aim to transfer RGBD data between iPad with Structure sensor and laptop. A software called Skanect also can transfer RGBD data, but it’s not open source and we can’t get raw data from Skanect.
The Server side is simple, just send an image as a signal, then receive RGB data and depth data respectively. It needs Visual Studio 2015, OpenCV and link ws2_32.lib (Project->properties->linker->input->additional dependence).
The Client side is based on structure sensor SDK "Viewer"(RGBD-data-transformation-between-structure-sensor-and-laptop\Structure_SDK\Samples\Viewer), use GCDAsyncSocket to connect to Server. It will send RGB and depth data after receiving something from server side. The image which is sent by Server will replace surface normals view. It needs latest iOS and Xcode. This is a simple demo, I use Structure sensor and SLAM on laptop to build a simple AR system which contains simple physical engine.
https://www.youtube.com/playlist?list=PLTokjwc7iHxxjVWzjbYXtoQQa_gu0Drbu
If you have any questions, please contact me.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published