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

Image settings for the RPi HQ camera. #1173

Open
aaronwmorris opened this issue Mar 6, 2024 · 11 comments
Open

Image settings for the RPi HQ camera. #1173

aaronwmorris opened this issue Mar 6, 2024 · 11 comments

Comments

@aaronwmorris
Copy link
Owner

It would be nice if someone could post their image settings for the RPi HQ camera. Currently I am using mostly the default settings and it doesn't look too bad, but I think it could look better. I'm overwhelmed by all of the esoteric settings.

Originally posted by @wjschmitt in #1162 (comment)

@aaronwmorris
Copy link
Owner Author

I will try to help as much as I can. Can you post an image from your system so I can see our starting point?

@wjschmitt
Copy link

wjschmitt commented Mar 7, 2024 via email

@aaronwmorris
Copy link
Owner Author

I would avoid the AWB setting, especially at night. I does make the colors better, but at the expense of a lot of lost time. The AWB setting causes the camera to take 3-4 exposures in order to find the correct white balance. The colors look better, but if your exposure is 15s, it takes 60-90s to take the 15s exposure. You lose a lot of time on the sky at night. Daytime AWB is not so bad because the exposures are so short.

Instead of using AWB, I would enable SCNR Average Neutral to get rid of the green cast.

Most of the settings can be applied to the RPi HQ camera.

The external temperature script is confusing. The TEMP_JSON file is the output file where the data will be written, so you only define it externally from the script. The following wiki page has an example of how to run the example scripts:

https://github.com/aaronwmorris/indi-allsky/wiki/External-Temperature-Sensor

It should be noted that the RPi HQ camera has an internal temperature sensor. You may need to upgrade your kernel to be able to read the data.

@wjschmitt
Copy link

wjschmitt commented Mar 7, 2024 via email

@wjschmitt
Copy link

wjschmitt commented Mar 7, 2024 via email

@aaronwmorris
Copy link
Owner Author

If you define the script in the configuration, it takes over the temperature data from the camera. If you display the temperature in the label, the temperature comes from the script instead of the camera.

@wjschmitt
Copy link

wjschmitt commented Mar 7, 2024 via email

@aaronwmorris
Copy link
Owner Author

No worries.

By defining the script in the config, I mean on the Image Tab, in the External Temperature Script setting, putting the path to the external script in that field. The path needs to be the full path to the script on the filesystem. The config validation will ensure it can find the script and execute it properly.

The temperature field is in the image label by default. It is the line Temp {temp:0.1f}{temp_unit:s} in the image template on the Image Tab. The temp variable is what will be overridden by the external script.

@wjschmitt
Copy link

wjschmitt commented Mar 7, 2024 via email

@aaronwmorris
Copy link
Owner Author

Sorry, that was my fault, it is the Camera Tab.

For some reason, I am not seeing your images, but that is not a big deal.

For the Humidity and dewpoint, you should use the Extra Image Text File that is on the Image Tab (I promise) just below the image label template. This is just extra text included in the image label. You write this text file using an external program and indi-allsky will read it for every image.

The extra text can include all of the formatting, color, and size configuration that you can use the the normal template.

@wjschmitt
Copy link

wjschmitt commented Mar 8, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants