/r/Pitool

Photograph via //r/Pitool

This subreddit is a resource for software developers to discuss Pimax's open source software and to post custom software releases, and for users to make software feature requests for implementation.

This subreddit is a resource for software developers to discuss Pimax's open source software and to post custom software releases, and for users to make software feature requests for implementation.

/r/Pitool

133 Subscribers

1

VR devices won't turn off when closing PiTool after update.

Title says it all. After updating none of my trackers/controllers turn off automatically when closing down PiTool I even un-paired all devices. Paired controllers first with no tracker dongles plugged in and then paired trackers and still not turning off without me doing in manually which is annoying to do. Anyway I can just roll back to previous version of PiTool?

1 Comment
2021/06/26
17:41 UTC

3

How does PiTool store game links and can we add launch options and parameters?

1 Comment
2020/04/04
22:28 UTC

2

Github repo doesn't contain latest builds

Can someone please explain why the Github repo isn't being kept up to date with the latest builds? Can the latest code be forked from somewhere else?

Thanks.

0 Comments
2020/04/01
06:50 UTC

2

Kwi2heuwk2h

Oodkwneidkdk

0 Comments
2020/03/20
22:40 UTC

4

Know ZERO coding, but this looks like it’s either defining memory addresses for functions of the displays, or the actually values of their functions?

4 Comments
2019/10/02
15:56 UTC

2

Change Software IPD

Change Software IPD values; -15 to +15

1 Comment
2019/10/02
14:13 UTC

7

Color Change of Chevron LEDs

So far I could not find the relevant source code for chevron LED color settings.
Seems to be in the firmware and not in PiTool.
May have overlooked something.
Did anybody find the relevent code?

0 Comments
2019/10/02
10:10 UTC

5

Idle HMD Sensitivity Adjustment

Found the revelant source code:

piservice.h line 516: const float deviation = 0.1;
piservice.cpp line 531 to 542:

bool PiService::hmdNoMoving()

{

float mX,mY,mZ;

if(svc_success==svc_getHmdPosition(m_Handle,&mX,&mY,&mZ)

&& (abs(mX-hmdX)>deviation||abs(mY-hmdY)>deviation||abs(mZ-hmdZ)>deviation))

{

hmdX = mX;

hmdY = mY;

hmdZ = mZ;

return false;

}

return true;

Would be nice if somebody could add an UI for the deviation value.

0 Comments
2019/10/02
10:00 UTC

12

Request: Steamvr dashboard pitool to change settings from within vr

2 Comments
2019/10/01
21:08 UTC

9

PiTool Request

I would like to see automatic on/off for parallel reprojection depending on the game you are playing.

8 Comments
2019/10/01
20:52 UTC

5

About the subreddit /r/Pitool

This subreddit is a resource for software developers to discuss Pimax's open source software, to post custom software releases, and for users to make software feature requests for implementation.

Make sure you remember to flair your posts with the appropriate tag to indicate what your post is about.

Subreddit Rules

  1. Keep all subject matter in posts and comments related to Pitool and Pitool related subjects, such as SteamVR and Python. General discussion of Pitool related features and requests are permitted.

  2. No NSFW, vulgar or trolling posts or comments, or anything that would otherwise commonsensically breach most online TOS.

  3. You must add a flair to your posts in order to indicate what your post is about.

  4. Posts about general feature requests you'd like to see in the global open source version of Pitool are fine to be posted with a Request flair.

Requests to a specific developer for a certain adjustment, feature, modification, bug or addition you'd like to see in their custom modded version of Pitool which is already released, must be posted in the release thread for that modded software version.

Flair Legend

Discussion - General discussion about Pitool features, or issues you have with Pitool.

Help - Programming discussion about something you may be trying to achieve in Python, but are having issues with.

Bug - Report a software bug you have experienced in Pimax's global open source version of Pitool. Bugs in specific custom release versions should be directed and tagged in the comments of that versions release thread.

Request - Use this flair if your post is about a feature request you'd like to see implemented in a Pitool version, or a specific Pitool version.

Release - Use this flair for posting a modified version release of Pitool, or if you're advertising an approved implemented feature in Pimax's open source version seed. Make sure you give credit to the developer and you indicate what features were added. Ideally you should put in the title :

Modded Version: X.XXX (RGB headlight presets added/Distortion algorithm improved) (with added features in brackets after version number, although this is not enforced.)

1 Comment
2019/10/01
16:13 UTC

4

Subreddit Rules - Remember to flair your submissions with Request, Release or Discussion

Subreddit Rules

  1. Keep all subject matter in posts and comments related to Pitool and Pitool related subjects, such as SteamVR and Python. General discussion of Pitool related features and requests are permitted.

  2. No NSFW, vulgar or trolling posts or comments, or anything that would otherwise commonsensically breach most online TOS.

  3. You must add a flair to your posts in order to indicate what your post is about.

  4. Posts about general feature requests you'd like to see in the global open source version of Pitool are fine to be posted with a Request flair.

Requests to a specific developer for a certain adjustment, feature, modification, bug or addition you'd like to see in their custom modded version of Pitool which is already released, must be posted in the release thread for that modded software version.

Flair Legend

Discussion - General discussion about Pitool features, or issues you have with Pitool.

Help - Programming discussion about something you may be trying to achieve in Python, but are having issues with.

Bug - Report a software bug you have experienced in Pimax's global open source version of Pitool. Bugs in specific custom releases versions should be directed and tagged in the comments of that versions release thread.

Request - Use this flair if your post is about a feature request you'd like to see implemented in a Pitool version, or a specific Pitool version.

Release - Use this flair for posting a modified version release of Pitool, or if you're advertising an approved implemented feature in Pimax's global open source version. Make sure you give credit to the developer and you indicate what features were added. Ideally you should put in the title :

Global feature added: / Modded Version X.XXX: (RGB headlight presets added/Distortion algorithm improved)

0 Comments
2019/10/01
15:36 UTC

10

PiTool Open-Source version Github download link

3 Comments
2019/10/01
13:17 UTC

11

Pimax's Pitool Open-Source Python program version discussion and collaboration has been created

A resource for software developers to discuss Pimax's open source software

1 Comment
2019/10/01
12:40 UTC

Back To Top