-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simplified Kinect manager and Telepresence mode #25
Open
jdub233
wants to merge
30
commits into
main
Choose a base branch
from
telepresence-simple-kinect-v2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
kinect manager
to use the simple kinect manager
ofImage appears to have smoother resizing.
seems to work with inFORM mode, but not so well with TRANSFORM
on thresholding and interpolation
instead of width and height. This didn't show up in the inFORM mode, because it has a square mask. TRANSFORM is rectangular, so using width instead of height messed it up.
to ofCvGrayscaleImage for processing by the OpenCV contour finder
Adapt WaveModeContours to use the simplified Kinect manager
for kinect hand wavy
for telepresence
we're getting depth data from the kinect manager, not the shape display io manager.
because it messes up the escher mode video. Also add some more commentary to the inform io manager about leaving it in but that may or may not be permanent.
Remove ofImage scaler from Transform IO Manager
instead of static arrays
and remove one line of already commented out code
with a random position, and a changeable rate for the rainfall
arrow and bracket keys can be used to increase or decrease the rainDropsPerSecond value
using appInstructionsText. Nobody has been using it for a while, but it still works.
not as necessary now that the raindrops per second rate is displayed in the app text
Add variable rain to interactive wave
and use the order vector to select apps based on the numerical keypress.
Add separate vector to track application order
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.
It leaves the previous, more complicated, Kinect manager in place, but unlinked.