Stephen Birarda
2fde29e04a
use a 0 public address to designate server local to DS
2013-08-01 11:53:18 -07:00
ZappoMan
a96c1df691
Merge pull request #740 from birarda/master
...
necessary changes for AvatarData
2013-08-01 10:12:05 -07:00
Stephen Birarda
71ab8ae4f8
some necessary changes for AvatarData transmission
2013-08-01 10:07:10 -07:00
Stephen Birarda
aed0aa3034
Merge branch 'master' of github.com:worklist/hifi
2013-07-31 16:35:25 -07:00
ZappoMan
55988ab802
Merge pull request #738 from Ventrella/particles
...
Changed rave glove modes to use names suggested by Brad
2013-07-31 16:21:04 -07:00
Stephen Birarda
493eda8dd0
Merge pull request #737 from birarda/qt5
...
fix automoc error for OpenNI header
2013-07-31 16:18:32 -07:00
Stephen Birarda
8166ed3a77
move OpenNI include
2013-07-31 16:15:39 -07:00
Stephen Birarda
b3fc378a0f
don't include XnCppWrapper if Q_MOC_RUN is defined
2013-07-31 16:14:17 -07:00
Jeffrey Ventrella
5c040ad84d
test
2013-07-31 16:08:46 -07:00
Jeffrey Ventrella
eb732abcd6
Merge remote-tracking branch 'upstream/master' into particles
2013-07-31 16:07:44 -07:00
Jeffrey Ventrella
be8a587d49
named rave glove effects
2013-07-31 16:07:21 -07:00
ZappoMan
d8245997ce
Merge pull request #716 from Ventrella/particles
...
Improvements to the Particles System
2013-07-31 15:50:57 -07:00
Stephen Birarda
d66adc7a18
Merge pull request #736 from birarda/qt5
...
call use modules after OpenNI is linked
2013-07-31 15:49:01 -07:00
Stephen Birarda
c34bc4173b
call use modules after OpenNI is linked
2013-07-31 15:45:22 -07:00
Jeffrey Ventrella
6c1cc911d5
Merge remote-tracking branch 'upstream/master' into particles
2013-07-31 15:12:54 -07:00
Jeffrey Ventrella
5b1ba56d67
toggle debug print statements for Leap fingers
2013-07-31 15:12:29 -07:00
Stephen Birarda
8807128791
Merge pull request #735 from birarda/qt5
...
remove useless link to QT_LIBRARIES
2013-07-31 14:25:11 -07:00
Stephen Birarda
10b57bca80
remove useless link to QT_LIBRARIES
2013-07-31 14:24:30 -07:00
Jeffrey Ventrella
0aaeb4550a
cleanup
2013-07-31 13:07:52 -07:00
Jeffrey Ventrella
89f36a7eb7
cleanup
2013-07-31 12:38:40 -07:00
Jeffrey Ventrella
2901b58059
changed variable name from t to effectsTimer
2013-07-31 12:34:43 -07:00
Stephen Birarda
ffa3c5556c
Merge pull request #734 from birarda/qt5
...
switch cmake source for jenkins build to root
2013-07-31 12:28:28 -07:00
Stephen Birarda
2c5b8d3121
cmake source is root, make specific target
2013-07-31 12:21:49 -07:00
Jeffrey Ventrella
482c5f0f4a
turned on leap hand diagram
2013-07-31 12:09:46 -07:00
Leonardo Murillo
fcfc0d1c75
Merge pull request #733 from birarda/qt5
...
fix link to QtWebKit
2013-07-31 12:07:12 -07:00
Stephen Birarda
43fad3037f
fix link to QtWebKit lib to be fervor specific
2013-07-31 12:04:47 -07:00
Stephen Birarda
0deb94d48a
Merge pull request #732 from birarda/qt5
...
redundant setting of CMAKE_PREFIX_PATH in interface CMakeLists
2013-07-31 11:56:25 -07:00
Stephen Birarda
0086dfdb26
redundant setting of CMAKE_PREFIX_PATH in interface CMakeLists
2013-07-31 11:53:48 -07:00
Stephen Birarda
be2669bbec
Merge pull request #723 from birarda/qt5
...
switch to qt5
2013-07-31 11:42:57 -07:00
Stephen Birarda
9e63b78a69
Merge branch 'master' of github.com:worklist/hifi into qt5
2013-07-31 11:35:24 -07:00
Jeffrey Ventrella
1f48de891b
Merge remote-tracking branch 'upstream/master' into particles
2013-07-31 11:06:31 -07:00
Philip Rosedale
61515879de
Merge pull request #731 from ey6es/pointy
...
Various tweaks to depth streaming: send depth in separate stream from video (rather than one on top of the other); better computation of mean face depth; use mean face depth to calculate forward/backward lean; send valid mask in V channel.
2013-07-30 16:41:26 -07:00
Andrzej Kapolka
353d674ad9
Masking tweak.
2013-07-30 15:56:47 -07:00
Andrzej Kapolka
96bd7dbe25
Removed the magic from a number.
2013-07-30 15:30:34 -07:00
Andrzej Kapolka
c787781efb
Send color and depth as separate streams (rather than one on top of the other)
...
so that we can control their bitrates separately.
2013-07-30 15:11:32 -07:00
Stephen Birarda
ab2f9ee31b
Merge branch 'qt5'
2013-07-30 14:19:35 -07:00
Andrzej Kapolka
f8ba1c4be1
Use the V channel to provide masking information, indicating invalid depths.
2013-07-30 13:42:29 -07:00
Andrzej Kapolka
3c437076a7
When we have a mean face depth, use that rather than the face size to
...
estimate the z coordinate.
2013-07-30 11:07:33 -07:00
Andrzej Kapolka
3b4a4daec3
Ignore maximum values when computing the depth.
2013-07-29 18:26:51 -07:00
Andrzej Kapolka
9c0e29b5e6
Use only valid values to compute mean, and use the post-warp data to avoid
...
breaking on head tilt (because we were using the bounds of the rotated rect,
which included too much background).
2013-07-29 18:16:10 -07:00
Jeffrey Ventrella
c6d301c591
cleanup
2013-07-29 17:21:45 -07:00
Andrzej Kapolka
f6d1055f00
Merge branch 'master' of https://github.com/worklist/hifi into pointy
2013-07-29 16:24:22 -07:00
Jeffrey Ventrella
3444aa9158
Merge remote-tracking branch 'upstream/master' into particles
2013-07-29 16:16:20 -07:00
Jeffrey Ventrella
df32c18994
cleanup
2013-07-29 16:15:44 -07:00
Andrzej Kapolka
934b152f3e
Merge pull request #730 from ey6es/master
...
These casts should fix the warnings on OS X.
2013-07-29 16:13:09 -07:00
Andrzej Kapolka
4ae4623315
These casts should fix the warnings on OS X.
2013-07-29 16:12:11 -07:00
Andrzej Kapolka
de52342a14
Working on depth data processing.
2013-07-29 16:04:15 -07:00
Jeffrey Ventrella
4b07d656f4
Merge remote-tracking branch 'upstream/master' into particles
2013-07-29 15:47:22 -07:00
Jeffrey Ventrella
79823c6fed
cleanup
2013-07-29 15:47:01 -07:00
Andrzej Kapolka
3b3801915b
Merge branch 'master' of https://github.com/worklist/hifi into pointy
2013-07-29 15:44:41 -07:00