Skip to content

Releases: pikepikeid/VRCFTPicoModule

VRCFTPicoModule v0.1.10-modified.7

11 Jun 09:20
d73225c

Choose a tag to compare

Caution

このモジュールは、元のリポジトリを独自に改変したものですので、動作保証はありません。自己責任でご利用ください。
This module is an independently modified fork of the original repository. As such, operation is not guaranteed. Please use it at your own risk.

Tip

アップデートをする際は一度モジュールをアンインストールするか、 %AppData%\VRCFaceTracking\CustomLibs\f3df57d5-1c5b-887d-abb0-be555e14bf09 の中身を手動で置き換えてください。
When updating, please either uninstall the module once or manually replace the contents of %AppData%\VRCFaceTracking\CustomLibs\f3df57d5-1c5b-887d-abb0-be555e14bf09

v0.1.10-modified.7

  • 【拡張モード】でMouthFrownが誤爆しやすいのをちょっとだけマシに(【ExtendedMode】Refine MouthFrown expression)
    まぁ特定の口の形状で誤爆しやすいのは変わらないかも。

拡張モードについて

config.iniを開いて、mode:2に変更すると切り替えられます。

mode:0 -> テストモード(PICOからの生のデータを使用します)
mode:1 -> 通常モード(これまで通りの動作です)
mode: 2 -> 拡張モード

You can switch modes by opening config.ini and setting mode:2.

mode:0 -> Test Mode (uses raw data from the PICO device)
mode:1 -> Normal Mode (standard behavior)
mode:2 -> Extended Mode

VRCFTPicoModule v0.1.10-modified.6

07 Jun 13:12
1cfe6e4

Choose a tag to compare

Caution

このモジュールは、元のリポジトリを独自に改変したものですので、動作保証はありません。自己責任でご利用ください。
This module is an independently modified fork of the original repository. As such, operation is not guaranteed. Please use it at your own risk.

Tip

アップデートをする際は一度モジュールをアンインストールするか、 %AppData%\VRCFaceTracking\CustomLibs\f3df57d5-1c5b-887d-abb0-be555e14bf09 の中身を手動で置き換えてください。
When updating, please either uninstall the module once or manually replace the contents of %AppData%\VRCFaceTracking\CustomLibs\f3df57d5-1c5b-887d-abb0-be555e14bf09

v0.1.10-modified.6

  • NoseSneerのパラメーターミスを修正(Fix NoseSneer)6d24a48
    NoseSneerRightを誤って左に送っていたのを修正しました。
    Corrected an issue where NoseSneerRight was mistakenly output to the left side.

  • 舌を出すときの誤爆抑制(Limit TongueOut)
    誤爆しやすいので、口を十分に開けている状態でのみ舌を出せるように少しだけ抑制しました。
    Add slight suppression so TongueOut only triggers when the mouth is sufficiently open.

  • 【実験的】拡張モードを追加(【EXPERIMENTAL】Added ExtendedMode)
    好き勝手に色々と拡張したモードを追加しました。実験的な機能なので意図しない動作をする場合があることや、今後破壊的な変更が入る可能性があります。
    Added a extended mode. May behave unexpectedly due to its experimental nature. Future updates may introduce breaking changes.

拡張モードについて

VRCFTPicoModule_v0.1.10-modified.6.mp4
  • MouthLeft / MouthRight以外をシンメトリー化
  • 口が少し開いているときのMouthFrown誤検出を防止
  • MouthShrugをMouthFrownに変換して「への字」ができるように
  • MouthPuckerやMouthFunnel時のMouthFrown誤検出を防止
  • MouthStretch時にMouthSmileを抑制し、口を開けた状態で意図的に悲しい顔ができるように

config.iniを開いて、mode:2に変更すると切り替えられます。

mode:0 -> テストモード(PICOからの生のデータを使用します)
mode:1 -> 通常モード(これまで通りの動作です)
mode: 2 -> 拡張モード

  • Made all mouth blendshapes symmetric except MouthLeft / MouthRight
  • Prevented false MouthFrown detection when the mouth is slightly open
  • Converted MouthShrug to MouthFrown
  • Reduced MouthFrown misfires during MouthPucker and MouthFunnel
  • Suppressed MouthSmile during MouthStretch to allow intentional sad expressions with an open mouth

You can switch modes by opening config.ini and setting mode:2.

mode:0 → Test Mode (uses raw data from the PICO device)
mode:1 → Normal Mode (standard behavior)
mode:2 → Extended Mode

VRCFTPicoModule v0.1.10-modified.5

13 May 09:17
699e57b

Choose a tag to compare

Caution

このモジュールは、元のリポジトリを独自に改変したものですので、動作保証はありません。自己責任でご利用ください。
This module is an independently modified fork of the original repository. As such, operation is not guaranteed. Please use it at your own risk.

v0.1.10-modified.5

  • config.iniでの設定に統合(Refactored configuration system to unified config.ini)
    設定ファイルとしてconfig.iniを追加しました。それに伴い、Eye_gain.txt.disable_eye .disable_expressionによる制御を廃止しました。
    Add config.ini and remove legacy controls (Eye_gain.txt, .disable_eye, .disable_expression)
config.ini
# ===== Tracking =====
eye-tracking:enable
expression-tracking:enable

# ===== Eye Gain =====
eye_gain:1.0,1.0

# ===== Debug =====
test-mode:disable
  • テストモードを追加(Added TestMode)
    VRCFTPicoModule固有の補正を行わないモードを追加しました。PICO本体からのパラメーターをそのまま受け渡します。
    テストモードでは、PicoStreamingAssistantFTUDPなどの動作に近くなるので、動作確認のためにモジュールを入れ直す必要がなくなります。
    例外として、視線ゲイン(Eye Gain)の倍率設定だけは反映されるようになっています。
    Added a mode that disables all VRCFTPicoModule‑specific corrections. Parameters from the PICO device are passed through as-is.
    In Test Mode, the behavior becomes closer to tools like PicoStreamingAssistantFTUDP, so you no longer need to reinstall the module just to verify behavior.
    As an exception, only the Eye Gain multiplier setting is still applied.

VRCFTPicoModule v0.1.10-modified.4

08 Apr 09:27
2c94cc1

Choose a tag to compare

Caution

このモジュールは、元のリポジトリを独自に改変したものですので、動作保証はありません。自己責任でご利用ください。
This module is an independently modified fork of the original repository. As such, operation is not guaranteed. Please use it at your own risk.

v0.1.10-modified.4

  • 念のため初期化時にUDP clientsを作り直す
    Refresh UDP clients on init
  • 改変版のモジュールであることを明記
    Mark module as modified
  • 日本語ロケールを追加
    Add JP locale
  • 視線ゲインのログ周りの修正
    Fix localization for eye gain logs

VRCFTPicoModule v0.1.10-modified.3

05 Apr 20:59
1e16ce1

Choose a tag to compare

Caution

このモジュールは、元のリポジトリを独自に改変したものですので、動作保証はありません。自己責任でご利用ください。
This module is an independently modified fork of the original repository. As such, operation is not guaranteed. Please use it at your own risk.

v0.1.10-modified.3

  • 終了時のクラッシュを修正
    Prevent crash from logger disposal race in Update

VRCFTPicoModule v0.1.10-modified.2

31 Mar 07:50
74f1fdd

Choose a tag to compare

Caution

このモジュールは、元のリポジトリを独自に改変したものですので、動作保証はありません。自己責任でご利用ください。
This module is an independently modified fork of the original repository. As such, operation is not guaranteed. Please use it at your own risk.

v0.1.10-modified.2

修正内容 Modifications

視線パラメーターの出力を設定ファイルで調整可能にしました (Add external eye gain config)

eye_gain.txtを作成し、DLLと同じディレクトリに配置すると機能します。
デフォルトで1.0(等倍)です。それぞれX,Y方向に対応します。1.0,1.0
ハードウェア故障によりキャリブレーションが実行できない場合や視線の感度が極端に高い場合、eye_gain.txt を使用して手動でパラメータを調整できます。

Create eye_gain.txt and place it in the same directory as the DLL.
The default is 1.0 (1x). These correspond to the X and Y directions respectively. 1.0,1.0
The eye_gain.txt file allows for manual parameter adjustments in cases where PICO 4 Pro hardware failure prevents calibration, or when eye tracking sensitivity is excessively high.

2026-03-31 164000
eye_gain.mp4

(Lapwingのサンプルアバターを使用しています。 https://booth.pm/ja/items/6764822

EyeWide_LとRの補正を行わないように変更を戻しました (revert EyeWide)

VRCFTのTracking Settings > Parameter AdjustmentでEye Wideを調整できます。

You can adjust Eye Wide in VRCFT's Tracking Settings > Parameter Adjustment.

vrcft-adjustment-eyewide

VRCFTPicoModule v0.1.10-modified.1

29 Nov 23:21
bf67115

Choose a tag to compare

Caution

動作保証はありません。自己責任で使用してください。
There is no guarantee of operation. Please try at your own risk.

About

PICO 4 Pro/Enterpriseから来るパラメーターが小さいため、目や口の動きを倍程度に補正してあります。
笑顔が出しやすくなったり、目を見開いたりしやすくなると思いますが、個人差があります。
DLLバイナリのみ提供となるので、まずはフォーク元のモジュールをVRCFTへインストールしておいてください。

Since the parameters of the PICO 4 Pro/Enterprise are small, eye and mouth movements have been adjusted by approximately 2x.
This makes it easier to smile and open your eyes, though the effect may vary between individuals.
Only the DLL binary is provided, so please install the original module in VRCFT first.

修正内容 Modifications

パラメーターの出力を増幅しました
Increase parameter output:

  • EyeWide
  • JawOpen
  • JawLeft/Right
  • MouthLeft/Right
  • MouthSmile

パラメーターをシンメトリー化しました
Parameter symmetry:

  • MouthSmile

口を閉じていても僅かに開いてしまうのを修正しました
Fixed slight mouth opening when closed:

  • NoseSneer
  • MouthUpperUp
Compare.mp4