-
Notifications
You must be signed in to change notification settings - Fork 45
Completed calibration tab #42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Auto ROI can now run without an roi being set initially. Also fixed a bug with the osc receiver that prevented it from initializing.
Contains Min and Max values for manually calibrating model output. Also moved the calibration mode setting from the camera tab to avoid confusion.
Added check so we don't attempt to convert a non-float str to a float.
This might break serial port listing and selecting because of the index from the new camera name functions in main. |
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.
line 90 removed the and condition for capture_source not in camera_list
Seeing as this detects if the source is over COM, I assume this is fine, but wanted to comment here just in case that secondary check is still necessary.
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.
I love try statements! Yippee!!!
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.
Looks good, have a few comments that arent important.
LGTM! |
Finished the calibration tab and now it no longer crashes when attempting to convert the input string to a float when a non float string is present. As for the autoroi button, I might just end up removing it in another pr as we are not going to have a model for it.