operator1ctg / cal3djs

Automatically exported from code.google.com/p/cal3djs
GNU Lesser General Public License v2.1
0 stars 0 forks source link

RFE - integrate depthjs #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
it should be nice to have depthjs integrated to control characters via 
kinect-like sensors

Original issue reported on code.google.com by cz172...@gmail.com on 10 Oct 2013 at 1:21

GoogleCodeExporter commented 9 years ago
depthjs is cool and worth a try. While it requires additional extensions to 
run. I prefer to native solution that may be based on webcam and javascript :-)

Original comment by Humu2...@gmail.com on 17 Oct 2013 at 3:02

GoogleCodeExporter commented 9 years ago
without c/c++ library and maybe gpu offload doing motion capture is not 
realistic, i guess :)
as your examples already rely on spidergl, another dependency for interaction 
with cal3d model should be ok ;)

Original comment by cz172...@gmail.com on 17 Oct 2013 at 6:08

GoogleCodeExporter commented 9 years ago
There are some experimental javascript implementations that focus on gesture 
detection. I guess you would like to see the mocapjs project 
https://github.com/pci/mocap_js as well as its amazing demo :-)  In my opinion, 
it can work even better if it adopts WebWorker for asynchronous computation.

Original comment by Humu2...@gmail.com on 18 Oct 2013 at 2:14