Skip to content
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

Question about use case outside of VRChat #6

Open
hazre opened this issue Aug 2, 2024 · 3 comments
Open

Question about use case outside of VRChat #6

hazre opened this issue Aug 2, 2024 · 3 comments

Comments

@hazre
Copy link

hazre commented Aug 2, 2024

Hi, I stumbled upon this repo when someone mentioned it on VRCFacetracking discord.

This library looks the most sane library I've seen for OscQuery so far. (Thanks you!!)

It seems it's very centric around VRChat but my use case is a odd one, so I'm basically wondering if this lib can be used in this scenario. Also it doesn't help that I have zero experience with OscQuery, so this might be a dumb question.

What I'm trying to do is basically be able to talk to VRCFaceTracking software and request the proper face tracking parameter data from it via OscQuery. But this is not for VRChat. I'm actually trying to use in another social vr game/platform called Resonite. I am and I want to do with a Resonite mod that I've been writing.

Technically speaking before the latest vrcft update I was able to do this just fine with normal osc but in the latest update, they managed to break it unintentionally it seems, so instead of waiting to fix it upstream, I'm trying to see if I can just implement OscQuery in my Resonite face tracking mod.

Do you think this is a use case that this library can handle? Again sorry I'm not very versed in OscQuery, so this is very much a naive question.

@LucHeart
Copy link
Collaborator

LucHeart commented Aug 2, 2024

right now the library is designed to only be a client to these games. Like we are missing functionality to be able to e.g set the parameters available to use.

@hazre
Copy link
Author

hazre commented Aug 2, 2024

alright thank you, I guess I need to look into a different solution for the time being.

@LucHeart
Copy link
Collaborator

LucHeart commented Aug 2, 2024

You could try to implement it here, the basics are layed out

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants