×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

indi_gphoto_ccd & canon RAW format

  • Posts: 314
  • Thank you received: 34
I tried some dirty thing in the gphoto_readimage.c

I changed line 278 and recompiled:
from this
else if (sscanf(line, "Thumb size: %d x %d", &header->width, &header->height) )
to this
else if (sscanf(line, "Output size: %d x %d", &header->width, &header->height) )

Its seems now to read the real size and the image arrives in ekos.
--= human, without Windows™ =--
pls excuse my bad english! :)
Last edit: 8 years 8 months ago by pauledd.
8 years 8 months ago #4697

Please Log in or Create an account to join the conversation.

I should be back from vacation next week. If a discrepancy is detected, it should fall back to the PPM header values and just logs the discrepancy instead of failure.
8 years 8 months ago #4703

Please Log in or Create an account to join the conversation.

  • Posts: 314
  • Thank you received: 34
no problem, enjoy vacation! B)
--= human, without Windows™ =--
pls excuse my bad english! :)
8 years 8 months ago #4704

Please Log in or Create an account to join the conversation.

Time to create page: 0.221 seconds