mholow / gsp-r10-adapter

MIT License
60 stars 13 forks source link

Window size of ball tracking app #17

Closed kfetzer1972 closed 1 year ago

kfetzer1972 commented 1 year ago

Hello Matt,

When GSPRO launches the app automatically via your program , the window of the ball tracking app is very small. You can hardly see anything. Any tip how to get the window bigger when it's automatically opened by GSPRO? The fact that GSPRO closes the ball tracking app again when changing clubs 'works as designed' or can I configure it that the program continues to run.

kfetzer1972 commented 1 year ago

Who can read has a clear advantage :-) Everything can be adjusted in the settings file, now I found it!

}, "putting": { "enabled": false, "port": 8888, "launchBallTracker": true, // if true, program will launch ball tracking software. If false, you will need to launch it independantly of this program "onlyLaunchWhenPutting": true, // if true, program will launch and close depending on club selection. If false, program will launch and stay open "keepPuttingCamOnTop": true, // if true, always bring putting window to front when putting "webcamIndex": 0, "ballColor": "white", "camPreviewWidth": 300, // (pixels) resize camera view "exePath": "./ball_tracking/ball_tracking.exe", "additionalExeArgs": "", // additional arguments for putting exe. ie '-d 1' for debug "hideExeLogs": false }