Skip to content

kurutoga/KinectAR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

(c) CASAS, WSU (2014), Bishu Das

Kinect Activity Recognition Alpha.
-----------------------------------

Upto 3 Kinects are interfaced by this program on a single machine.

We use Kinect v1 SDK to gather the skeletal data.
This skeletal data is then serialized and converted to a byte stream.

This data is sent to our middleware using RabbitMQ (AMQP). Before sending the data, we compress it using LZ4.



[Kinect1] --> (Skel/Color/Infra) ------------

[Kinect2] --> (Skel/Color/Infra) ------------     } --->  JSON Serializer for Skeletal. \\ LZ4 Compression | Binary Serializer for Color/Infra

[Kinect3] --> (Skel/Color/Infra) ------------






{{{{{ LZ4 | JSON }}}} event packet ---> RABBITMQ SERVER ---> ampq://.. --> Client Machine



[[Client Machine]] ------ > Parse. Feed to file/DB. For each kinect, grab streams. and display. --> Pygame, Java+Processing and C# clients included.

About

Kinect v1 in SmartHomes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages