Skip to content

Conversation

RamesTheGeneric
Copy link
Contributor

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.

RamesTheGeneric and others added 8 commits January 20, 2024 15:55
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.
@RamesTheGeneric
Copy link
Contributor Author

RamesTheGeneric commented Sep 23, 2024

This might break serial port listing and selecting because of the index from the new camera name functions in main.

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.

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!!!

Copy link

@Armada3334 Armada3334 left a 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.

@SummerSigh
Copy link
Member

LGTM!

@SummerSigh SummerSigh merged commit fc56aba into Project-Babble:main Sep 26, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants