-
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
Added "newexposure" to ZWO config file #453
Conversation
It was accidentally left as "1" from my Pi.
This changes goes with the changes to "allsky-website" that automatically creates video thumbnails. Once people grab the "allsky-website" changes they'll need to create the vidoes/thumnails directory. Should we move the "Create" and "Fixing" code block to a different shell script that users can invoke, and have install.sh also invoke it? That should make it easier for non-technical users to create the directory. The "mkdir" will need to change to "mkdir -p".
Fixes #442 and adds some additional clarifications.
The "free(line);" was causing the problem. I must be misreading the getline() man page where it says to free() the line...
When the "capture" program aborts/crashes (versus gracefully exits), the exit code is (usually?) greater than 100. When that happens, for example due to a bug, there's no reason to let the allsky service restart since the program will crash again, creating an endless cycle. allsky.sh notices when the capture program aborts and displays an "Error" image directing the user to look in the log file and fix the problem. It then stops the service.
capture_RPiHQ.cpp doesn't use ZWO's SDK and doesn't use USB.
Hi Thomas,
The dev branch still says it's 9 commits ahead and 1 behind the master branch. It also said that last night when I did the PR, which is probably why it included more than just the one file I changed.
How do we fix it?
Eric
|
Once I've merged
Then you should be good to make new commits on the dev branch. |
I’m a bit confused about the all the recent updates because I’ve been out of town for 10 days, are all the 0.8 changes updated in github now ? Bill P.
…Sent from my iPad
On Sep 2, 2021, at 11:25 AM, Thomas Jacquin ***@***.***> wrote:
@thomasjacquin approved this pull request.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
Bill, |
I use 2 SD cards one for 0.7 nightly and another for 0.8 tests and do not use the GUI interface yet. Should I reload 0.8 from scratch to pick up all the new changes ?
0.7 camera heat is my concern with the ASI178MC at gain 225.
Thanks ….. Bill in Orange County California
…Sent from my iPad
On Sep 2, 2021, at 1:33 PM, EricClaeys ***@***.***> wrote:
Bill,
what's in GitHub is a fix for people with version 0.8 that were getting the ASI_ERROR_TIMEOUTs. The fix allows you to turn off the "Version 0.8 Exposure" mode, which then uses the version 0.7 mode. All the other version 0.8 features are still active though.
If you use the GUI you'll want to update it as well as "allsky" since the GUI fix includes that new option - click on "Show Advanced Settings" at the bottom of the page, then look for "Version 0.8 Exposure".
If version 0.8 is currently working for you, you don't need this fix. Unfortunately using the version 0.7 exposure method results in a warmer camera.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
Bill, |
No description provided.