David Molnar
6f558109d3
Merge pull request #7 from mrvux/errorhandling
...
[Parser error handling] Exception with text location
2015-11-26 02:26:26 -08:00
David Molnar
9cc618dedb
Merge pull request #8 from mrvux/frameReader
...
FrameReader Implementation
2015-11-26 02:26:17 -08:00
David Molnar
a7907b7a04
Merge pull request #9 from lsfcin/master
...
Gesture recognition minor fix.
2015-11-26 02:26:06 -08:00
lsf
5fc182c4a8
fixed identation (ctrl+k+f)
2015-08-22 18:55:29 -03:00
lsf
964413460d
fixed gesture premature completion by adding a call to UpdateBody inside TestBody
2015-08-22 18:50:29 -03:00
Julien Vulliet
582f3042dc
Implement DiscreteGestureResult, and make properties as immutable
...
Make PreposeGesturesFrame immutable
Remove NotImplementedException on Dispose
Remove NotImplementedException on SetIsEnabled
2015-06-06 17:06:54 +01:00
Julien Vulliet
057d974a4d
Add PreposeParserException class, in order to get the last good token position on failure
...
Replace Contract assertion and ArgumentException by parser exception, to get the text location
2015-06-06 16:32:42 +01:00
David Molnar
1e13c01b6f
Merge pull request #6 from mrvux/integration_tooling
...
Integration tooling
2015-05-07 11:39:31 -07:00
Julien Vulliet
85878f10c2
Cosmetics on example window
2015-05-06 13:48:30 +01:00
Ben Livshits
43c1bc989a
Merge pull request #5 from mrvux/master
...
Repository cleanup, sdk update and gitignore
2015-04-27 11:05:54 -07:00
mrvux
7e20bd51c3
[FrameReader]
...
Only create frame if we have results, so it fits with other SDK readers (non null frame should contain valid data)
2015-04-25 17:20:17 +01:00
mrvux
d9c73a180c
[FrameReader]
...
-Fix body array null reference (kinect sdk requires allocated array)
-Fix PreposeGesturesFrameReference constructor (reversed arguments)
-Early return on body frame arrived if our source is paused
-Null check for Acquire frame result (null is an allowed result)
-Add break on for loop once a matching tracking id has been found
-Make PreposeGesturesFrameSource property readonly, and return field instead
2015-04-25 17:05:48 +01:00
mrvux
cbd34c12d4
[Sample] Add a compile status textblock
...
[Sample] Embed script compilation in a try/catch block, and display error message if compilation failed.
2015-04-25 15:31:40 +01:00
mrvux
a3756c0b06
Merge branch 'master' of github.com:Microsoft/prepose
2015-04-25 15:18:33 +01:00
mrvux
9f26e5514f
[Build] Update Kinect dependency to latest sdk version
...
[Misc] Add gitignore to avoid committing intermediate files
2015-04-25 15:17:48 +01:00
mrvux
fde3b30dac
[Cleanup] Remove all bin/obj folders from
2015-04-25 15:15:09 +01:00
Ben Livshits
291dbc1b50
Update README.md
2015-04-24 16:23:15 -07:00
livshits
cbab8febaf
Merge branch 'master' of https://github.com/Microsoft/prepose
2015-04-24 16:18:37 -07:00
livshits
ce1c83836d
for documentation
2015-04-24 16:17:26 -07:00
Ben Livshits
6c60ad7920
Merge pull request #1 from mrvux/master
...
Minor updates and additions in PreposeGesturesDatabase
2015-04-24 11:55:59 -07:00
mrvux
1f86b92232
[PreposeGesturesDatabase]
...
Set AvailableGestures and AvailableGesturesCount setters as private
Add Constructor overload that allows a lambda expression
Add Static constructor to allow building database from plain text
2015-04-24 12:37:54 +01:00
livshits
7a60cfd864
Removing the binaries
2015-04-22 13:53:19 -07:00
livshits
9cc6da467d
Removing the binaries
2015-04-22 13:40:39 -07:00
ephermata
c3a5952322
Adding runtime and samples.
2015-04-21 18:25:33 -07:00
ephermata
2f3a91980e
Test commit
2015-04-21 17:57:25 -07:00
Ben Livshits
022d29bee1
Update README.md
2015-04-21 17:13:03 -07:00
Ben Livshits
715bcbaf3f
Update README.md
2015-04-21 17:12:48 -07:00
Ben Livshits
254083ccd4
Update README.md
2015-04-21 17:12:08 -07:00
Ben Livshits
47980e21ec
Update README.md
2015-04-21 17:11:12 -07:00
Candice Pfeister
67ba22dc94
Initial commit
2015-04-21 15:43:02 -07:00