Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ProtonectSR: Make initial implementation of streamer-recorder.
@PyrApple: - first implementation of the real-time streamer: send kinect image via UDP socket to third party (e.g. to use in python). ## ONLY DEPTH FRAME SENT FOR NOW ## added example Blender (BGE) scene applying received image to object texture. - first implementation of the frame recorder: record kinect captured images to disk + time stamp for video creation. - ProtonectSR standalone toolbox creation: moved all code related to streamer and recorder to ./tools directory, reset of all changes made to other parts of the original libfreenect code. - ProtonectSR standalone toolbox creation: finished reset of original libfreenect code. @smokhov: - Remove .keep files, per @xlz. - [streamer] move .cpp our of include - [streamer][recorder] primarily copy-edited headers to match better project conventions; move data members to private sections - [docs] arrange include better with a comment - [sockets] add necessary include - [recorder] format better with project's coding conventions
- Loading branch information