aaronwmorris / indi-allsky

Software to manage a Linux-based All Sky Camera.
GNU General Public License v3.0
252 stars 42 forks source link

[ENHANCEMENT] Support OneInchEye IMX283 camera #1604

Closed krzysztofkuczek closed 3 days ago

krzysztofkuczek commented 3 weeks ago

Hi, Could you please implement support for the IMX283 camera. There is working implementation for theallsky soft, so maybe it would be easy to do https://github.com/AllskyTeam/allsky/issues/3935 Thank you in advance. Kris

aaronwmorris commented 3 weeks ago

Merged #1606 with support for the IMX283 camera.

krzysztofkuczek commented 2 weeks ago

Thank you.

krzysztofkuczek commented 2 weeks ago

HI, I was able to compile inid-allsky, and it seems, to be working, but the image is turned green. The problem does not happened when the camera is accessed directly vi rpicam-hello.... ccd1_20241105_122005

aaronwmorris commented 2 weeks ago

The green bias is normal. indi-allsky accesses the RAW/DNG data by default and because there are two green pixels for every red and green, you get a green bias.

You may either adjust the R, G, and B colors manually or you can use one of the SCNR algorithms to remove the green bias. You may also re-enable the libcamera AWB controls which will correct the colors as well.

The problem with AWB with libcamera is it requires the camera to take multiple exposures to achieve proper white balance. During the daytime this is not so bad, but at night, a 30s exposure may require 2-3 minutes to complete.

krzysztofkuczek commented 2 weeks ago

Thank you for explanation. Have a nice day. Kris