Kinect visualisation#10
Open
nathanielpangilinan wants to merge 27 commits into
Open
Conversation
The initial compiling version of the Kinect software.
Testing to see if I can push to the repository
…tion-Capture into kinect-visualisation
A simulated head tracking demo send data to the visualiser. It's found under the midi server as headmotion.html
This reverts commit e319799.
This reverts commit 5c6499a.
this work is not complete, it still needs work sending a proper JSON data to the movis
The head motion is sending data to the visualiser and it is getting visualised
minor update to the json message format
Updated the kinect system so that it shows more points in the visualiser
I tried to update the kinect system to use a JSON serializing library but it causes problems.
This reverts commit dc18294.
…t-visualisation # Conflicts: # wsydPianoKinect/MainWindow.xaml.cs
…vement Midi server message improvement
The following joints are being sent: Head Neck SpineShoulder SpineMid ShoulderLeft ShoulderRight ElbowLeft ElbowRight
The websocket connection crashes at about 1min 40 seconds because it is expecting to receive a message (any arbitrary message) from the other side within this timeframe. This workaround handles the issue by closing the websocket connection and reopening the same connection.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A fairly stable version of Kinect service in gui and console versions