Jasem Mutlaq
Jasem Mutlaq
A git bisect reveled that ptp_is_vendor_extension_prop introduced in https://github.com/gphoto/libgphoto2/commit/f5e51fd63b8b9d76bc5efbfd1f404e722a3b6e78 caused a regression for Sony cameras causing some of them to fail to capture completely.
**Describe the bug** Numerous INDI users reported that ISO settings (among others) are not having any effect anymore. This was tested on Canon 600D. After an extensive git bisect, turns...
**Describe the bug** Crash when camera is waiting for event when using INDI driver. Sometimes the camera can load 1 or 2 images, only to crash next. ``` [New Thread...
It appears that pyindi client is not yet benefiting from FAST blob support added by Ludovic Pollet in v1.9.8. Support in INDI [BaseClient](https://github.com/indilib/indi/blob/master/libs/indibase/baseclient.cpp) was also added. Any chance of making...
Fixed infinite loop bug when serial devices lose power during communication. Added retry mechanism (3 attempts with 10ms delays) to detect zero-byte reads and exit gracefully, preventing unresponsive drivers and...
This is with libasi + indi-asi built using master. It seems the filter wheel is failing to get property here: ```result = EFWGetProperty(id, &info); if (result != EFW_SUCCESS && result...