-
Notifications
You must be signed in to change notification settings - Fork 127
Description
I am running 2.6.13dev7 in Debian Bookworm compiled from source. I am having trouble getting the program to read the correct camera pixel size from INDI which leads to calibration failure. This issue was previously reported in #1000 without a solution besides switching to another Linux platform.
My PHD2 has the same exact behavior as reported in #1000 : in "Advanced Settings", the Camera-Specific Properties under the Camera tab has the right readings, but when I open the Calibration Calculator dialog under the "Guiding" tab, the pixel size would be defaulted to 0.1:
Both the INDI simulator and the cameras (QHY-178 and QHY-678) show the same behavior. The INDI I am using is the most recent stable version (v2.1.2.1). Recompiling the program or recreating profiles do not fix the issue.
Any pointers/suggestions are appreciated. Thanks!
(If you are here for the same issue, my workaround for now is either using ST-4 or recompiling PHD2 after manually changing the pixel size at
Line 41 in e2ef6f5
| #define MIN_PIXELSIZE 0.1 |

