thomasjacquin / allsky-portal

A simple, responsive web interface to control an allsky camera connected to a Raspberry Pi
GNU General Public License v3.0
34 stars 22 forks source link

Can't see the camera settings #17

Closed tony1tf closed 3 years ago

tony1tf commented 3 years ago

I am using the R Pi HQ camera, and the AllSky Admin Panel, Configure Camera Settings doesn't display the settings. It only has boxes for "Save Changes" and "Reset to default values".

tony1tf commented 3 years ago

On the raspberry pi forum, Rob explained how to get round this problem:

create a file in /home/pi/allsky named autocam.sh and put in it: export CAMERA=RPiHQ change the settings of the file to 755: chmod 755 autocam.sh

This fixed the settings and live view problem. Tony