Skip to content
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

[BUG] Cannot do exposure longer than 11.8s (before updating, it's was usually 60s) #4181

Open
mplu opened this issue Jan 6, 2025 · 4 comments
Assignees
Labels
Won't implement Items that will not be implemented

Comments

@mplu
Copy link

mplu commented Jan 6, 2025

Camera model

Picam NoIR v2

Operating System

Bookworm

Allsky version

v2024.12.06

Pi and amount of memory (512 MB, 1, 2, 4, or 8 GB)

1gb

Bug Description

settings.json
After updating the allsky application (fresh install os RPi OS and allsky software), i'm not able to do picture longer than 11.8s. Before the update, I used to do exposure of 60s, but it's not working anymore. What point of my configuration is wrong ?

Log and configuration files (ATTACH files, do NOT copy/paste them)

No response

@aaronwmorris
Copy link

If it is the IMX219 module, you should not have been able to expose for more than 11.76s. This is the documented maximum exposure for the module.

@EricClaeys EricClaeys added the Won't implement Items that will not be implemented label Jan 7, 2025
@EricClaeys EricClaeys self-assigned this Jan 7, 2025
@EricClaeys
Copy link
Collaborator

@mplu,
As @aaronwmorris said, your Waveshare imx219-d160 camera has a maximum exposure of 11.767.556,0 us per the "rpicam-still" command, which is what Allsky uses to actually take pictures.

Prior versions of Pi OS and of the libcamera software didn't enforce this limit but do now. You can try contacting Waveshare about having the official limit increased, or add an Issue on the rpicam-apps GitHub page. Beware that they may tell you they use whatever Waveshare gives them.

There's nothing Allsky can do about this.

@mplu
Copy link
Author

mplu commented Jan 7, 2025

Indeed, it's the IXM219. So I guess I've got to deal with that... Do a roll back to previous version of RPi OS could be a solution ?

@EricClaeys
Copy link
Collaborator

I think it's the version of libcamera-apps you would need to roll back, plus you would need to stay on the v2023.05.01 release of Allsky since the newest release enforces the same limits.

Bookworm came with the newer libcamera-apps so you would want to try Bullseye, but I don't know how you ensure you never get the newest version.

Personally, I think it would be fighting an uphill battle. I suggest contacting Waveshare.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Won't implement Items that will not be implemented
Projects
None yet
Development

No branches or pull requests

3 participants