When calling indigo_enable_blob in a script, if the argument is "true", BLOB transfer is disabled.
The script line is:
indigo_enable_blob(CcdName, "CCD_IMAGE", true)
The log traces:
<enableBLOB device='Atik Large Format Camera' name='CCD_IMAGE'>Never</enableBLOB>
When called with argument "false", the blob transfer is enabled, and my script is able to save the image.
The log traces:
<enableBLOB device='Atik Large Format Camera' name='CCD_IMAGE'>Also</enableBLOB>
Note: as expected, without calling indigo_enable_blob at all, the BLOB transfer is disabled.
When calling indigo_enable_blob in a script, if the argument is "true", BLOB transfer is disabled. The script line is:
indigo_enable_blob(CcdName, "CCD_IMAGE", true)
The log traces:<enableBLOB device='Atik Large Format Camera' name='CCD_IMAGE'>Never</enableBLOB>
When called with argument "false", the blob transfer is enabled, and my script is able to save the image. The log traces:
<enableBLOB device='Atik Large Format Camera' name='CCD_IMAGE'>Also</enableBLOB>
Note: as expected, without calling indigo_enable_blob at all, the BLOB transfer is disabled.