This repository was archived by the owner on Mar 25, 2023. It is now read-only.
Some improvements #8
Open
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.
Hi @justinliang1020 ,
First of all, I really like your project. Makes me wonder, why no company has adopted this kind of tracking already.
I wanted to improve some of the functionality, to fit my goals, so here are the changes I made so far:
automatic build on push (artifact is kept on github for 7 days)
automatic release on tag (does not include the driver files yet)
refactored and split code into 4 files
added option to select a webcam
removed rotation of the image, but kept the mirroring
I did not test it running it in VR, so I can't be 100% sure that I didn't break anything.
My short term goal is to optionally combine the data from several camera sources (2-3 max, not sure how intensive the processing is) and eliminate most of the limb jittering.