You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: