Timocop / PSMoveServiceEx

A background service that communicates with the psmove and stores pose and button data.
Apache License 2.0
93 stars 9 forks source link

Is there FreePIE Support #36

Closed karizr45 closed 1 year ago

karizr45 commented 1 year ago

Hello, i'm wanted to know is there FreePIE bridge?

Timocop commented 1 year ago

Yes/No, you have to use the legacy PSMoveService FreePIE bridge. But you dont need it anymore since the VDM SteamVR overrides.

karizr45 commented 1 year ago

ok thx

andont commented 1 month ago

Yes/No, you have to use the legacy PSMoveService FreePIE bridge. But you dont need it anymore since the VDM SteamVR overrides.

I have the following setup:

  1. VDM is used to manage PSMoveServiceEx (install, restart, config etc.)
  2. PSMoveService FreePIE bridge
  3. FreePIE with example mouse script from the bridge

I am able to use PS Move as a mouse which is my goal (to use it as a light gun for example) with only gyro and without any camera. Is it possible to do so only with VDM and what are the steps?

PS. Any plans for virtual XInput device for PS Move (so it can be used as controller)?

Thank you.