Eric Claeys
Eric Claeys
@naushir, @davidplowman, As you may recall, I support the Allsky software, which is similar to Aaron's indi-allsky. Of the 500+ Allsky users **I have data for**, over half are using...
@naushir, Is there a new argument to rpicam-still to enable this change, or will it always be enabled? Eric
@babsenfred, to get the command line used to take the pictures, run: ~~~ grep "Running:" /var/log/allsky.log > /tmp/rpicam.txt ~~~ There will be one line for every image. You can attach...
@jfharvey, you are using Auto White Balance, correct?
@jfharvey, Allsky doesn't add any metadata to the images. I don't know if `libcamera-still` adds any - none of the command-line arguments tell it to. @naushir, several other people also...
@jfharvey, you can add additional command-line arguments via the EXTRA PARAMETERS setting.
@naushir, here's a summary of the log output above, showing only the commands used to take the two pictures. Notice the commands are identical, yet one image was blue: libcamera-still...
@MrNbaphoto, Michael, To provide @naushir with the command being run, do this: ~~~ grep "Running:" /var/log/allsky.log | tail -1 ~~~ That will display the last rpicam-still command. Make sure you...
@MrNbaphoto, sorry about that. Temporarily change the `Debug Level` in the WebUI to 2, wait a couple minutes and run the command again. The "Running" command is only logged at...
When Allsky starts it runs a couple different commands to try and find the camera, but none of them worked. It's most likely due to whatever is causing rpicam-still to...