-
Notifications
You must be signed in to change notification settings - Fork 180
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
Add camera auto-select mode #291
Conversation
@@ -0,0 +1 @@ | |||
export CAMERA=ZWO |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
p.s. this file is auto created each time the allsky service is (re)started and used only temporarily for the current "service session". seems like scripts read the config, and autoselection need to be saved somewhere (as e.g. lsusb or something related is not avail when camera is in-use)
@@ -5,7 +5,7 @@ After=multi-user.target | |||
[Service] | |||
User=pi | |||
ExecStart=/home/pi/allsky/allsky.sh | |||
StandardOutput=null | |||
StandardOutput=syslog |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
any good reason to silence stdout? makes debugging harder...
Thanks for that piece of code. That's pretty useful. I'll try this on my home camera. |
e.g. useful for faster/easier setup using defaults, or if one has both cameras as uses headless mode.
@thomasjacquin
RPI camera is pretty bad, so quite obviously default should be ZWO.
seem to work ok.