-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds option for face tracking data sources
* Adds new local module option for setting which data sources to use (QPro) face tracking * Changes the default face tracking data sources to visual only (audio causes conflicting expressions when talking on the mic) * Updates libalxr to latest version (v0.43.0) * Update vrcft project refs to latest version (5.2.3.0)
- Loading branch information
Showing
8 changed files
with
52 additions
and
15 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"ModuleId": "19ba52ba-ba20-4dd3-afa0-359f54b858af", | ||
"LastUpdated": "2023-12-14T01:08:01Z", | ||
"Version": "1.2.0", | ||
"LastUpdated": "2024-07-07T13:00:00Z", | ||
"Version": "1.3.0", | ||
"Downloads": 0, | ||
"Ratings": 0, | ||
"Rating": 0, | ||
"AuthorName": "korejan", | ||
"ModuleName": "ALXR Local Module", | ||
"ModuleDescription": "The module provides eye and/or facial tracking for PC OpenXR runtimes only (e.g. Link/AirLink) via libalxr.", | ||
"UsageInstructions": "Set the active OpenXR runtime to the desired runtime and enable any relevant settings, start the runtime then run VRCFT. Details on config options/setup can be found on docs.vrcft.io or github repo.", | ||
"DownloadUrl": "https://github.com/korejan/VRCFT-ALXR-Modules/releases/download/v1.2.0/ALXRLocalModule.zip", | ||
"DownloadUrl": "https://github.com/korejan/VRCFT-ALXR-Modules/releases/download/v1.3.0/ALXRLocalModule.zip", | ||
"ModulePageUrl": "https://github.com/korejan/VRCFT-ALXR-Modules", | ||
"DllFileName": "ALXRLocalModule.dll" | ||
} |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"ModuleId": "cb54e4bd-969c-47cd-934d-eb3293575b6e", | ||
"LastUpdated": "2023-12-14T01:08:01Z", | ||
"Version": "1.2.0", | ||
"LastUpdated": "2024-07-07T13:00:00Z", | ||
"Version": "1.3.0", | ||
"Downloads": 0, | ||
"Ratings": 0, | ||
"Rating": 0, | ||
"AuthorName": "korejan", | ||
"ModuleName": "ALXR Remote Module", | ||
"ModuleDescription": "The module provides OpenXR eye and/or facial tracking for variety of standalone & wired headsets via remote ALXR clients.", | ||
"UsageInstructions": "Run VRCFT once and exit, add the client IP address to the generated ALXRModuleConfig.json desktop shortcut and run VRCFT. Details on other config options/setup can be found on docs.vrcft.io or github repo.", | ||
"DownloadUrl": "https://github.com/korejan/VRCFT-ALXR-Modules/releases/download/v1.2.0/ALXRRemoteModule.zip", | ||
"DownloadUrl": "https://github.com/korejan/VRCFT-ALXR-Modules/releases/download/v1.3.0/ALXRRemoteModule.zip", | ||
"ModulePageUrl": "https://github.com/korejan/VRCFT-ALXR-Modules", | ||
"DllFileName": "ALXRRemoteModule.dll" | ||
} |
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
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
Submodule libalxr-sharp
updated
4 files
+8 −0 | ALXRFacialEyePacket.cs | |
+3 −4 | ALXRTypes.cs | |
+1 −0 | examples/LocalRun.cs | |
+1 −1 | libalxr-sharp.csproj |