Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

K2VR

Providing FOSS full body tracking software for Kinect and PlayStation Move
Collective - Host: opensource - https://opencollective.com/k2vr - Website: https://k2vr.tech - Code: https://github.com/kinecttovr

Merge Kinectv2 into master

github.com/KinectToVR/KinectToVR - 27565b727e689770c616adee38830b8c82ce5b9b authored almost 7 years ago
Added Images for readme

github.com/KinectToVR/KinectToVR - 6bb27a6a7b8e2b96d9b7588fd42923132ee4f4ff authored almost 7 years ago
Update README.md

github.com/KinectToVR/KinectToVR - d5979dc1cae74db5046f53c1ee190bc5d000020d authored almost 7 years ago
gitignore update for cfg files

github.com/KinectToVR/KinectToVR - 44c06daed5d7cd05356d0fafaabf0faa0260acf6 authored almost 7 years ago
Fixed some minor issues with the wrong axis being used for rotation

github.com/KinectToVR/KinectToVR - 15061187e6f7d38f6c182e9b792e055f2258d785 authored almost 7 years ago
Fixed release building, removed some debug code, and tweaked slightly again the hip position

github.com/KinectToVR/KinectToVR - 9caa8d69dc9cb0ce28f86ded3fb40c2479e6d97c authored almost 7 years ago
Fixed Hip Joint in v2

github.com/KinectToVR/KinectToVR - f89215259e7df99c5081425cd407d64d552e9c34 authored almost 7 years ago
v2 Rot Smoothing Fixed, and adjusted UI buttons

The problem was due to the length of the quaternion not being sqrt'd, which would cause massive ...

github.com/KinectToVR/KinectToVR - 1cb2a700961d240f1e5c6bbe3b504905147b52e3 authored almost 7 years ago
Added auto-saving and loading config for calibration

Attempting to add in rotation smoothing for v2 kinect

github.com/KinectToVR/KinectToVR - 441b408b808e2c46281a7afb78bcbcbf894e10eb authored almost 7 years ago
Stuff Left Out From Commit For v2

github.com/KinectToVR/KinectToVR - 505777d19925910a2fa89eec3ad7c93b73180c3a authored almost 7 years ago
Fixed Bug with Trackers not updating and reduced rate of rotation

I left out the actual setting of the position...
And the rate of rotation was way too high befor...

github.com/KinectToVR/KinectToVR - 52498b2f51cf9f7a80a0a7e005cfa7b913bef982 authored almost 7 years ago
Added in Manual Calibration Method ad Updated Some UI elements

The position handling is all done in the KTrackedDevice class update
function based on rotating ...

github.com/KinectToVR/KinectToVR - 970eacd06c2b8f36660ee072f9ac4ef2e9e642d6 authored almost 7 years ago
Rotation added to V1 kinect. Both V1 and 2 support it now

There is still an issue with how the rotation on V1 works, as v2 has rotation for the ankle, v1 ...

github.com/KinectToVR/KinectToVR - 81dbc2c89578fc1dc73c2e702b088e788ca4af8c authored almost 7 years ago
Fixed Lag with V2 because of initialised but unused streams, and bumped up smoothing for Kinect v1 while changing the main join of the foot trackers to the ankles, as the Foot is often too jittery.

github.com/KinectToVR/KinectToVR - ae5cea387d751fda2ee646209155528f02502d72 authored almost 7 years ago
Added in JointFiltering for KinectV2 and experimented with calibrating the position to offset the sensor position and tilt in v1

github.com/KinectToVR/KinectToVR - 0ff43e837820c69a75885c24c50513d05cf677e7 authored almost 7 years ago
Kinect v2 Works!

github.com/KinectToVR/KinectToVR - 4e9a86184a5906895a54eaedde9a1b28911b3dc1 authored almost 7 years ago
Added in post build events for moving Lib file

github.com/KinectToVR/KinectToVR - c55efafde7a7986aff1fdb950385f33dd6a20569 authored almost 7 years ago
Fixed bug with posittion not updating

The wrong version of the k2vr lib was linked. I really need to update it
so that it automaticall...

github.com/KinectToVR/KinectToVR - 5af777305c69c775053957c06d087d65f5a39405 authored almost 7 years ago
KinectV1Process boots

Processes are successfully decoupled from the main kinect
implementations. Still requires testin...

github.com/KinectToVR/KinectToVR - 05af89e943889cd992b31ab1e6f2565429e9b150 authored almost 7 years ago
Files that should have been committed with last commit

github.com/KinectToVR/KinectToVR - 7d47f64c9dca4b5775a2c9e462950ca5d224949a authored almost 7 years ago
Changed main project to be a library, moved Kinect impl into individual projects

github.com/KinectToVR/KinectToVR - 4b171593abcbb7f7a42d352b8348b17ebde1daea authored almost 7 years ago
Decouple V1 and Fixed some issues

github.com/KinectToVR/KinectToVR - 7d2e6b62216302d233b4455452151f480021c060 authored almost 7 years ago
Beginnings of Split into seperate processes

Still pretty much just the base projects while I get everythinh ready
and decoupled. Currently d...

github.com/KinectToVR/KinectToVR - e2d2385aed11506d8899a335bca4c291e4063dfa authored almost 7 years ago
Restructure - Split KinectToVR.h

Still need to find out what dlls I need to run the application though...
It currently crashes on...

github.com/KinectToVR/KinectToVR - 9476b6146840fb50b1a29b7092e4ee9498b74410 authored almost 7 years ago
MAJOR Restructure of KinectToVR.h

Seperated this blot into their own classes. It currently compiles and
runs, but there is still a...

github.com/KinectToVR/KinectToVR - b3989752b66e8c4c597bae645ffbf0efc72bb5de authored almost 7 years ago
Stable: Moved positionOffset and zeroed into KinectHandler

One step closer to a world without globals. As a consequence though,
device now needs to be pass...

github.com/KinectToVR/KinectToVR - 7793cfd549b22dd706fc4461d0478051836bd1f8 authored almost 7 years ago
KinectV1 Implementation moved to new handler

Original methods are still pending removal, but are mostly commented
out. Still need to reorgani...

github.com/KinectToVR/KinectToVR - 729784d112ccead6fe169459288adee5a829cfc7 authored almost 7 years ago
Partially ported V1 kinect into KinectHandler

Skeleton and everything renders, but I still need to make the trackers
update

github.com/KinectToVR/KinectToVR - 5732b1dfe11fa877aa89fe08192420e6b84a34aa authored almost 7 years ago
commit before I break everything

github.com/KinectToVR/KinectToVR - 9e8af73af0977c65bb168a6cc93e3f2affe20cb8 authored almost 7 years ago
Added in a stopgap to fix controllers not working bug

Currently, the controllers are reconnected every frame, as before they
weren't due to some weird...

github.com/KinectToVR/KinectToVR - 219748523947f0caa5734bb7bcea4e7ec362639b authored almost 7 years ago
In-progress for converting most functions into the KinectHandler

github.com/KinectToVR/KinectToVR - 7520b573dc8ef8803aac5e0badc0ef5a640f1fbd authored almost 7 years ago
Layed Groundwork for V2 Implementation

However, I'm going to try and implement it as an interface, so this is
an in-progress commit, ma...

github.com/KinectToVR/KinectToVR - dcabac3ac4cdb9bd0c68395f26f614d3e7c1cfdd authored almost 7 years ago
Added initial support for switching joints between v1 and v2 terminology

Although the majority work, there are 5 that are XboxOne(v2) only, and
for compatibility sake I ...

github.com/KinectToVR/KinectToVR - a8c98e2baa83d060021d39d0b0db06c4ac183a74 authored almost 7 years ago
Added in KinectV2 Libs for dev

Temporary in order to develop on a non-win10 machine

github.com/KinectToVR/KinectToVR - e4b68d4495adec912891ec2b698429307705e6e9 authored almost 7 years ago
Merge remote-tracking branch 'refs/remotes/origin/gui-branch'

github.com/KinectToVR/KinectToVR - f2766b5c9e1c0a634b40900841849a3586aacddd authored almost 7 years ago
Gitignore to work on Qt seperately while in this branch

github.com/KinectToVR/KinectToVR - 3eaaa6d183f67bf8015298802476141d668327f5 authored almost 7 years ago
Removed commented out code for testing

github.com/KinectToVR/KinectToVR - d384c731c9014bafb6387025b9f65c07aa6879fc authored almost 7 years ago
Added Haptics support for controllers and fixed issues with unchecked states

Before, the controllers may not have been connected, and this would lead
to the states being gar...

github.com/KinectToVR/KinectToVR - 77e5af3d55810a66ea2bd6a1f3baaf7a5a80a41a authored almost 7 years ago
Fixed Zero Button and Removed uneccessary check for zeroed in zeroAllTracking

github.com/KinectToVR/KinectToVR - d61fd307d0b0293f73b577a19efcfdb501d3fec5 authored almost 7 years ago
Fixed Trigger Bugs in VRController

github.com/KinectToVR/KinectToVR - 1c80acec081c39a270d9aa77a937634e3758e7b9 authored almost 7 years ago
Fixed some slight bugs with testing the controller state

Previously, it would return okay pretty much all the time, as it was
just whether or not it was ...

github.com/KinectToVR/KinectToVR - 70e6fa117992246ad183d5a02078a51c79c8ce75 authored almost 7 years ago
Seperated GUI elements into a class

GUIHandler should take care of all GUI stuff to avoid crowding the main
function. Should probabl...

github.com/KinectToVR/KinectToVR - fb93f3997c80c1f68bdc7b5aed733a642d9cd744 authored almost 7 years ago
Update README.md

github.com/KinectToVR/KinectToVR - abc2d1cd28c4815ff8b541328a33a417fb929aa8 authored almost 7 years ago
Moved majority of Gui code into class

Only the commented out remnants left to delete, and the reconnect
controller button signal to in...

github.com/KinectToVR/KinectToVR - e3fc249319f5bc7a1ce69affad03444d48d8f8c1 authored almost 7 years ago
Halfway through rework

Still need to refactor the changes into the rest of the codebase

github.com/KinectToVR/KinectToVR - 8286ef058f1c3f9671153023dba96bd76ecf38a7 authored almost 7 years ago
Update README.md

github.com/KinectToVR/KinectToVR - fb73ef186403c51b31357d4b765d7262ea7f88d7 authored almost 7 years ago
Merge remote-tracking branch 'refs/remotes/origin/master' into gui-branch

github.com/KinectToVR/KinectToVR - 23deae292b7be2ed874f065aafad2057ef3649d7 authored almost 7 years ago
Fixed crash when openvr path not detected

From tracing the cerr messages, the controllers were supposed to read
'attempting' and then 'att...

github.com/KinectToVR/KinectToVR - 3bc48e99058ff5276fc4ccb4029c365467ac2b85 authored almost 7 years ago
DEBUG MODIFICATIONS

github.com/KinectToVR/KinectToVR - d5ce2854e5fff0f713bc2528bbdbb8e99d190aa3 authored almost 7 years ago
Update README.md

github.com/KinectToVR/KinectToVR - a836e9142d371488e0cc3838c94787c718e63c5a authored almost 7 years ago
Updated Showskeleton with warning

github.com/KinectToVR/KinectToVR - c1a491e3650e8eb5ec6c96498bd130ca5dd5a6f3 authored almost 7 years ago
Fixed Issues with Kinect Status not updating, added Button to initialise it

Also updated the Readme about the important note that a Kinect Tracker
won't work outside of a ...

github.com/KinectToVR/KinectToVR - 549513f8016490cc4221c71443162146c59f7196 authored almost 7 years ago
Attempted to solve some issues with it crashing at startup

github.com/KinectToVR/KinectToVR - e3949682445dd3f6ea1a5cf116a7c1b83c7e91ee authored almost 7 years ago
Removed Absolute directory references, and added the dependencies to gitignore

github.com/KinectToVR/KinectToVR - 9475b2ff61240bdaf63b024e52f749a7ae813a21 authored almost 7 years ago
Fixed Minor typo

github.com/KinectToVR/KinectToVR - 3a7524db92aa9eb0241d512124d8089a24b319ac authored almost 7 years ago
Merge branch 'refs/heads/gui-branch'

github.com/KinectToVR/KinectToVR - f220020528ef2c559c8c8fcc8454a3b9ccde5c19 authored almost 7 years ago
Merge branch 'refs/heads/DocsUpdating'

github.com/KinectToVR/KinectToVR - 1c84bd45ac632d459dcb662ce5569c8348980239 authored almost 7 years ago
GUI: Error Checking and Handling

Reworked a few lines to support checking if it actually initialised the
stuff

github.com/KinectToVR/KinectToVR - d637f79c986dab9b8e910c07bdabec8fded0340a authored almost 7 years ago
UI Currently Works

There's still an issue with the Kinect Video not displaying , but it's
not critical right now to...

github.com/KinectToVR/KinectToVR - 7b0b3b0e38280194d94fdf62516589bb59cce35d authored almost 7 years ago
Skeleton Drawing Works, but not Image

github.com/KinectToVR/KinectToVR - 3d5b3eb852bf9da22e44f16d5fe9336fc6998c54 authored almost 7 years ago
SFGui is enabled, fallback commit

github.com/KinectToVR/KinectToVR - fc7c0a2bd9b116b318a24b3fd991198f87efe683 authored almost 7 years ago
Fallback for when it fails

github.com/KinectToVR/KinectToVR - c852e97e9db0459f94e27bc541978acc1fcd2019 authored almost 7 years ago
Updated Project Settings for SFGui

github.com/KinectToVR/KinectToVR - 13115c719493a9cd1c3987830697a8100969a56a authored almost 7 years ago
Added VRChat Support docs and minor fixes

Fixed up some spelling mistakes, grammatical errors and formatting

github.com/KinectToVR/KinectToVR - b26b44bea7a73b6f2ec92807ffcd3884b2e3e4db authored almost 7 years ago
Update README.md

github.com/KinectToVR/KinectToVR - 85e8262e42b3a645a3e41e0fc995276da2c64595 authored almost 7 years ago
Added images for readme

github.com/KinectToVR/KinectToVR - fea09b51c90103a8eaf3ecc6826b732b77ea5ac3 authored almost 7 years ago
Update README.md

github.com/KinectToVR/KinectToVR - 1f53ff64428702a4c79cd6a06bd23177b2e6ac47 authored almost 7 years ago
Known Issues Readme update

github.com/KinectToVR/KinectToVR - c26993c8c64a687adde91855b95e410b56526dd7 authored almost 7 years ago
Changed toggle to a straight set to true for 'q'

github.com/KinectToVR/KinectToVR - ced667074ea674cc08b284bce9d3efe57d900e0b authored almost 7 years ago
Added pictures for readme

github.com/KinectToVR/KinectToVR - 8347278b0866179321b40b1b1cbfe2f76caeceb9 authored almost 7 years ago
Create Lincense

github.com/KinectToVR/KinectToVR - 897f3176476e199eace93ac0445971d1a2667c46 authored almost 7 years ago
Created Readme

github.com/KinectToVR/KinectToVR - b66263765535ff548f1ec6454af4a0fd82fef909 authored almost 7 years ago
Unneccessary Empty Text File

github.com/KinectToVR/KinectToVR - f67326084ffaf9b65b21892ead71988830394c31 authored almost 7 years ago
Removed external dependencies from the actual repo

github.com/KinectToVR/KinectToVR - a5c5ca01a2a3f66fb29bd306d2c92666fbfe1b78 authored almost 7 years ago
Removed some dependencies and dlls from the git repo

github.com/KinectToVR/KinectToVR - b8dfd5d73cb1ad1258feba5eddf08a550798e870 authored almost 7 years ago
Missed Change from previous commit

The change in which stick moves which axes didn't get taken over for
some reason.

github.com/KinectToVR/KinectToVR - 283f2293b0c5ea16806c82cf76fc0dbfb0506e10 authored about 7 years ago
Created Controller Class for Input and added branching to main() for the changing of the tracker position

As it stands, the user needs to press the right grip button to set the
trackers to their positio...

github.com/KinectToVR/KinectToVR - c20caf999db3a9ae8a6025be056740a760581638 authored about 7 years ago
Managed to Get Inputs from VR controllers to work!

Currently there's the option to press a button on the keyboard so that
the user can go into 'Zer...

github.com/KinectToVR/KinectToVR - 5dc1cfa570cc6559c8b7dd71e1443c7f225b1995 authored about 7 years ago
Refactored and Cleaned the code up, Also added stub for user to change zero position

github.com/KinectToVR/KinectToVR - 6bbe31e6d32047e9d261ad01096e80d7f56b1e31 authored about 7 years ago
Backup Point for Pre-Global removal

github.com/KinectToVR/KinectToVR - 86bf93ef7d1ee90a135796577f25b6f1bf14beb6 authored about 7 years ago
Kinect Automagically Sets positions

Also added in the ability to offset it in kinectPositionModifier in case
the Kinect is slightly ...

github.com/KinectToVR/KinectToVR - 702d0f277e1effa64aee8837c85b151479e27f74 authored about 7 years ago
Quick and dirty way to make the Kinect track a foot in vr

Right now the tracker is behind the player by, like a meter-ish, so I'll
need to consider a way ...

github.com/KinectToVR/KinectToVR - 2d6b189abf190fd5c846badc33590342feef8ce4 authored about 7 years ago
Added libraries to Release mode, and attempted to solve flickering

What I can determine from reading various stackoverflow posts, is that
somethings uninitialised ...

github.com/KinectToVR/KinectToVR - 8b69b4ce38f5e16237ff29de59803783427c02eb authored about 7 years ago
Everything now works. But I don't know why...

Seriously what the fuck why did a cout make it draw properly

github.com/KinectToVR/KinectToVR - 9dd0479482c3d1cb0171e5a3d95d23a231275b13 authored about 7 years ago
Reorganized functions

github.com/KinectToVR/KinectToVR - eb6dba8a8e20f94fad0d1c8052c543dd39a20a38 authored about 7 years ago
Added in PositionOnly circle + Misc debugging cout's

github.com/KinectToVR/KinectToVR - 55f80cfc6c38f897a019c6090677380034833105 authored about 7 years ago
Added Points for Joints

Currently, red means they are being tracked, and yellow means they are
being inferred

github.com/KinectToVR/KinectToVR - 6d443e141457d86c2221658c6342cb6e96c44913 authored about 7 years ago
Removed Commented out stuff in DrawLine

github.com/KinectToVR/KinectToVR - 3badd91c96af923b90aaf87124c1ad30b341f157 authored about 7 years ago
Revert "Revert "Replaced VertexArray Lines with a line class""

This reverts commit 4a0d65be0de8b60548c308a5d928ac435e1262c4.

github.com/KinectToVR/KinectToVR - f25d937d29253e0135eb54662960e274d3c25d68 authored about 7 years ago
Revert "Replaced VertexArray Lines with a line class"

This reverts commit 09c4a762445a06b30f93bf4c652f127b96c3e22c.

github.com/KinectToVR/KinectToVR - 4a0d65be0de8b60548c308a5d928ac435e1262c4 authored about 7 years ago
Replaced VertexArray Lines with a line class

Credit to SFML wiki page :
https://github.com/SFML/SFML/wiki/Source:-Line-segment-with-thickness

github.com/KinectToVR/KinectToVR - 09c4a762445a06b30f93bf4c652f127b96c3e22c authored about 7 years ago
Skeleton Tracking now follows person

There is still an odd flickering issue, but I figured out what was
causing the lines to not draw...

github.com/KinectToVR/KinectToVR - 486c6856885fc47ba2c8c212c11fac9c6ceb6a1f authored about 7 years ago
Moving Skeleton Stuff over

used window references, but now NuiImageStreamGetNextFrame is failing

github.com/KinectToVR/KinectToVR - 2cbe7066e7a7aea4d454552df8476b8802d613c0 authored about 7 years ago
Skeleton Tracking *Works*

Currently method of adding to Vertex array isn't being cleared, moving
into a pass-by-reference ...

github.com/KinectToVR/KinectToVR - 47e0a29e29158650549b5f7f0d80bcfd42ec6230 authored about 7 years ago
Pre-Attempt to get Skeleton to Work #1

github.com/KinectToVR/KinectToVR - 5342da1716f8760046df87e31d7a23716cc4ffdc authored about 7 years ago
Got Camera to work and output video to screen

Removed issues with GetKinectData, where the 'return;' was in a
subfunction, causing nullptr exc...

github.com/KinectToVR/KinectToVR - b8ce449c0c1ff95e92ebcee7e118b899835ee813 authored about 7 years ago