Hello everyone! I am new to VRChat so for starters, it is nice to be here! I am not new to programming though thankfully bc it has come in handy up to this point involving OSC tracking. I want to make a program or my own customization that would allow me to use my trackers in VRC without the need for a Headset (because i am using a rokoko headrig with an iphone attached to do face, eye and mouth tracking. So having to also wear a headset is not plausible). I am not interested in the social part as of right now per se, but i am using this setup for 3D vtubing. I have gotten to the part of sending in data to VRC through OSC but in order to bypass the need for a headset in steamVR i changed it to a null driver. When i launch VRC in desktop mode, the trackers seem to register properly (minus some minor calibration issues). When i launch in VR mode though to connect the avatar with the OSC setup, the null driver is registered instead. So as a hilarious but annoying result, my avatar (not created by me, i am using an avatar i found for now bc i am making my own) is stuck crawling on the floor LOL. Would anybody who knows about OSC for vrchat know what I should do regarding this? I have a google drive link to a folder that shows both vr and non-vr modes with the OSC tracking and pictures of my steamVR configuration and VRC launch option. If you need further information (likely about my software sending the OSC data or smth else) I would be more than happy to share that if requested. I apologize for the long read, any and all responses are greatly appreciated! ^^
Have you had a chance to give this documentation a readthrough? I personally don’t use OSC based trackers but this can hopefully make the process a bit more straightforward.
Tbh idk what happened I’m guessing my post was banned? Should I repost or is there a way to unflag it? Would you happen to know an answer to the question I had?
The posts hidden offered nothing of value, this person has been spamming the forums for the last week and after getting banned has switched to an alt account aka Yuzumi.
Their posting styles, wording, phrases, etc. all match up perfectly. It’s honestly rather sad how obvious it is.
Edit: For future context several posts have been removed from this thread that were providing irrelevant and misleading information.
I personally have not tried the null driver by itself. Now, i am combining sony mocopi and the haritorax wireless. The haritorax wireless is the body trackers and I am using only one of the mocopi trcakers (the hip one bc upon transferring the mocopi trackers to steamVR, mocopi gets rid of the head tracker bc it tries to replace it with a headset of which i am trying to be rid of for my setup) and i have it in my program to shift the hip tracker up so it acts like a head teacker everything seems to send well and the osc tracker for the hip shows at the head of the little osc skeleton shown in the videos in the google drive link. The only things my osc program is sending are the x,y,z positions and roll, pitch and yaw rotations of each tracker registered and being used by steamVR. The osc address of the head tracker is “/tracking/head/position” or smth like that it doesnt necessarily have a tracker number so the osc address being the wrong tracker number isnt a concern. So i personally think smth besides my OSC trackers is pulling down the avatar. But i dont know entirely.