Replies: 7 comments
-
Did you select `module` for the overlay method in the WebUI?
…________________________________
From: maxip2605 ***@***.***>
Sent: Sunday, February 19, 2023 1:55:01 PM
To: thomasjacquin/allsky ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [thomasjacquin/allsky] Dev release : overlay problem with last release (Discussion #2255)
Hello,
Today I did a try with the last dev release. I did a fresh install on a 128gb SD card.
Raspberry pi 4 - bullseye 32 bit
Allsky — dev branch
Website — dev branch
Allsky module - master branch (only pistatus)
in overlay mode (debug on, pistatus on, overlay on, reboot twice) don’t have access to all the variables: Overlay external disabled !
Image is a black image, nothing inside.
Any idea ?
Maxime
—
Reply to this email directly, view it on GitHub<#2255>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AT2PYK34WGNGGNVEO5ZN75DWYJ3BLANCNFSM6AAAAAAVBEPLAM>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
And to add to Erics comment are there any errors logged in /var/log/allsky.log? |
Beta Was this translation helpful? Give feedback.
-
Éric yes I selected Module for overlay method in the web UI. Legacy is OK. |
Beta Was this translation helpful? Give feedback.
-
Lot of errors in the allsky.logFeb 19 19:45:44 allsky allsky[2405]: STARTING EXPOSURE at: 2023-02-19 19:45:44 @ 100.00 ms (0.10 sec) |
Beta Was this translation helpful? Give feedback.
-
The full log : |
Beta Was this translation helpful? Give feedback.
-
Ok couple of things The bug on line 605 of allsky_overlay.py I fixed tonight - I cannot push it to github just yet as its reliant on a load of other changes i am testing Change opacity = int((255/100) * (opacity*100)) To opacity = int((255/100) * (float(opacity)*100)) There is a second error in there related to satellites - Can you let me know what satellites you have setup and then remove any satellites from the overlay config and I will test them Alex |
Beta Was this translation helpful? Give feedback.
-
Alex thank you for your help. First problem : Second: Maxime |
Beta Was this translation helpful? Give feedback.
-
Hello,
Today I did a try with the last dev release. I did a fresh install on a 128gb SD card.
Raspberry pi 4 - bullseye 32 bit
Allsky — dev branch
Website — dev branch
Allsky module - master branch (only pistatus)
in overlay mode (debug on, pistatus on, overlay on, reboot twice) don’t have access to all the variables: Overlay external disabled !
Image is a black image, nothing inside.
Any idea ?
Maxime
Beta Was this translation helpful? Give feedback.
All reactions