-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d1622b9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Jasem
I understand this change as a workaround. This issue is workaroundable, so there is no change itself or any other problem. But it is not a good idea to assume and register a Bayer Pattern that has not yet been determined.
The Bayer Pattern is obtained from the camera at the time of Connect, so it should be initialized at that time.
I have fixed several bugs, including this one, and submitted a pull request today.
The root cause of the problem may be solved by the following methods. I believe these methods will result in a more robust INDI::PropertyText with fewer segmentation faults.
etc.
These are just a few ideas at the level of ideas, but I believe that measures taken in the base class will reduce problems in the derived classes.