Replies: 24 comments 20 replies
-
|
@ArtiGiny, would you please attach your |
Beta Was this translation helpful? Give feedback.
-
|
@ArtiGiny, the Version 1 camera has a max exposure of 0.97 seconds. If you hover your mouse over the Exposure field in the WebUI it should say that. Eric |
Beta Was this translation helpful? Give feedback.
-
|
@ArtiGiny, interesting. Support for that camera was added in v2023.05.01_03 from Aug 30 with the same max exposure. Do you still have the release where it worked? |
Beta Was this translation helpful? Give feedback.
-
|
With Allsky stopped, run and look at the 'real" time to see how long the command ran. If 60 seconds, look in I am trying to determine if the 9 second advertised max exposure is accurate. |
Beta Was this translation helpful? Give feedback.
-
|
The
|
Beta Was this translation helpful? Give feedback.
-
|
@ArtiGiny, the screenshots didn't get attached. GitHub doesn't accept attachments via email so you'll need to log into GitHub to attach them. If the screenshots are just what Note that Since and copy/paste the output to your reply. |
Beta Was this translation helpful? Give feedback.
-
|
@ArtiGiny, thanks for the info. libcamera-still is limiting the exposure to the camera's documented limit of less than a second. Notice that you asked for a 60-second exposure and it finished in less than 2 seconds. There is some overhead in running the command and saving the file so in total it took more than a second. If you want to find out when the change occurred try posting a question on the rpicam team GitHub page. |
Beta Was this translation helpful? Give feedback.
-
|
I'll check it and tell you de OS release (I use a bulleyes) |
Beta Was this translation helpful? Give feedback.
-
|
Dear @EricClaeys . There any way to install a old version of the allsky software? Is to say, I would like to intall the version of 2022-03-01 or the 2023-05-01? For to check if the problem comes from allsky or from the OS. Could you tell me the steps for to install one of the OLD-version of allsky? |
Beta Was this translation helpful? Give feedback.
-
|
@ArtiGiny, Pep, To install an older Allsky, click on the |
Beta Was this translation helpful? Give feedback.
-
|
@ArtiGiny, Allsky uses libcamera-still to take the pictures, so if it doesn't work, no version of Allsky will either. |
Beta Was this translation helpful? Give feedback.
-
|
@EricClaeys I tried to install version 2022.03,01 and the version 2023.05.01 following the process that you told me. But in both cases gave the next errors (please see the pictures attached). |
Beta Was this translation helpful? Give feedback.
-
|
I gave you the wrong instructions - sorry. This is a rare thing to do so I don’t have the instructions memorized. |
Beta Was this translation helpful? Give feedback.
-
|
Support for the ov5647 sensor was added after v2023.05.01 - I don't remember which version, but support is in v2023.05.01_04 which is why you didn't get a warning in that release. To update settings for all releases in the past several years you use the WebUI - either the "Camera Settings" page (also called "Allsky Settings" in some releases), or the "Editor" page to update config.sh and ftp-settings.sh. The Documentation explains what all the settings are. If you are using the same operating system as when the camera had a short exposure limit, the version of Allsky won't change that. |
Beta Was this translation helpful? Give feedback.
-
|
maybe I've found the solution for this: was having the same issue on the imx477 on a new build: |
Beta Was this translation helpful? Give feedback.
-
|
@MichelMoriniaux |
Beta Was this translation helpful? Give feedback.
-
|
If you have that error on the webui it's that you modified functions.sh and
you should not have. Only modify capture_RPi.cpp and run make then copy the
new executable to allsky/bin
…On Mon, May 27, 2024, 10:46 Pep Cirera ***@***.***> wrote:
@MichelMoriniaux <https://github.com/MichelMoriniaux>
I follow and change like propose on issue #3657
<#3657> but give me this issue
when I refresh on WebUI:
imatge.png (view on web)
<https://github.com/AllskyTeam/allsky/assets/162619268/54c13770-b3bd-4e27-9a07-0ce5c3620535>
I replaced the *timeout* command in *capture_RPi.cpp* by *--immediate*
you could show it on my cature_RPi.cpp file (attached)
capture_RPi.cpp.txt
<https://github.com/AllskyTeam/allsky/files/15458645/capture_RPi.cpp.txt> *{I
put txt at the end of the file for to share with you}*
Or do I need to do other steps?
Thanks
—
Reply to this email directly, view it on GitHub
<#3511 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADBS7WTBENPEDWPOLZKOFPTZENWQNAVCNFSM6AAAAABEZXTKLCVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TKNZSG43TA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
Also --immediate does not take an argument so you need to remove the +
ss.str() you left in there
Set debug to 2, the logs will tell you what is wrong most of the time
…On Mon, May 27, 2024, 10:46 Pep Cirera ***@***.***> wrote:
@MichelMoriniaux <https://github.com/MichelMoriniaux>
I follow and change like propose on issue #3657
<#3657> but give me this issue
when I refresh on WebUI:
imatge.png (view on web)
<https://github.com/AllskyTeam/allsky/assets/162619268/54c13770-b3bd-4e27-9a07-0ce5c3620535>
I replaced the *timeout* command in *capture_RPi.cpp* by *--immediate*
you could show it on my cature_RPi.cpp file (attached)
capture_RPi.cpp.txt
<https://github.com/AllskyTeam/allsky/files/15458645/capture_RPi.cpp.txt> *{I
put txt at the end of the file for to share with you}*
Or do I need to do other steps?
Thanks
—
Reply to this email directly, view it on GitHub
<#3511 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADBS7WTBENPEDWPOLZKOFPTZENWQNAVCNFSM6AAAAABEZXTKLCVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TKNZSG43TA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Logs do not appear in the web UI but in the allsky log file.
/var/log/allsky.log
At this point you should revert all your changes and try the commands
manually and verify they work for your setup. It will prevent further
breakage.
…On Mon, May 27, 2024, 11:28 Pep Cirera ***@***.***> wrote:
I do thew changes that you propose, remove the +ss.str() and set Debug (on
WebUI) on 2 and gives me the next screenshot:
imatge.png (view on web)
<https://github.com/AllskyTeam/allsky/assets/162619268/13f63491-7603-46ca-95be-cd6dcdc8ea7e>
Then I do first the debug change and save. And then the refresh on camera
type and give the next error:
imatge.png (view on web)
<https://github.com/AllskyTeam/allsky/assets/162619268/ae7dbd2e-e9bf-4ed7-acb6-c0b2dcf89dd9>
—
Reply to this email directly, view it on GitHub
<#3511 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADBS7WRV6IKVYSDUGORY37TZEN3L7AVCNFSM6AAAAABEZXTKLCVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TKNZTGAYTQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
I revert the original capture_RPi.cpp file and make again and copy the new executable on /allsky/bin directory. |
Beta Was this translation helpful? Give feedback.
-
|
@MichelMoriniaux, did you try adding |
Beta Was this translation helpful? Give feedback.
-
|
Good call, I will try that and report back. Might be a few days as I need
to drive up to the observatory to get it.
…On Mon, May 27, 2024, 13:44 Eric Claeys ***@***.***> wrote:
@MichelMoriniaux <https://github.com/MichelMoriniaux>, did you try adding
--immediate to the Extra Parameters setting rather than changing the code?
—
Reply to this email directly, view it on GitHub
<#3511 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADBS7WSO64JX3ALGNU5JYOLZEOLJBAVCNFSM6AAAAABEZXTKLCVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TKNZTGY4TQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
In the end I changed the camera to an IMX219 sensor and yes, it does exposures of 11.2s but it is not enough and playing with the Gain. The recommended IMX7-- are too expensive for me. |
Beta Was this translation helpful? Give feedback.









Uh oh!
There was an error while loading. Please reload this page.
-
On last version and on Night the autoexposure doesn't works on RasPi Cameras. The exposure is less than 1s.
If config like AutoGain and AutoExposure only change the Gain and exposuretime is always 0,925s and the pictures are too much noise.
In the version of 2022 works perfectly the AutoExposure and Autogain and the result was a well definition pictures.
Do you have any idea to resolve it?
I try it a lot of configs and the results always are a poor images.
There are a way to install a old version fo the allsky program?
Beta Was this translation helpful? Give feedback.
All reactions