Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting the GUI running #15

Open
servase opened this issue May 2, 2021 · 2 comments
Open

Getting the GUI running #15

servase opened this issue May 2, 2021 · 2 comments

Comments

@servase
Copy link

servase commented May 2, 2021

I had some issues getting the GUI running. Live View, Camera View and Settings arent being populated.
Images are being created ('image.jpg" and "liveview-image.jpg') in /allsky/

I created a file called autocam.sh put "CAMERA=RPiHQ" in it. Settings and live preview are now showing in the gui. Haven't tested other features.

@servase
Copy link
Author

servase commented May 4, 2021

Just finished testing everything works. I can change camera setting. Capture folder is updating.
To clarify the "fix":
Create File: "autocam.sh" in /allsky
add "CAMERA=RPiHQ" to file.

Why:
autocam.sh is being parsed by index.php in /va/www/html if this file is not found the index uses "ZWO" instead of RPiHQ and then isnt able to find the appropriate settings and options .json files.

Recommendation:
Include autocam.sh with "CAMERA=RPiHQ" in code

@EricClaeys
Copy link

FYI, the 0.7 version of Thomas allsky-portal fixes this by looking in autocam.sh instead of config.sh.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants