-
Notifications
You must be signed in to change notification settings - Fork 202
Gui device manager #579
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
Merged
Merged
Gui device manager #579
Conversation
This file contains hidden or 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
Moved GUI from Flash boot speedup branch to develop branch.
- renamed file and moved to ```ustilities/device_manager.py``` (everything is now in 1 file) - GUI now has 2 pages (```About``` and ```Configuration settings```) - GUI also informs dai.__version__ and dai.__commmit__ - Added button ```Flash DAP``` that runs ```flashDepthaiApplicationPackage``` function - Changed device finding from ```dai.Device.getAllAvailableDevices()``` to ```dai.XLinkConnection.getAllConnectedDevices()```
Moved buttons for moving between pages to menu bar.
Added pressed animation to menu buttons.
Changed button "About" to "Device select" to not confuse users
Added new button "Flash from usb"
Changed program so that you connect to the device only once
Added install_requirements.py and requirements.txt
Fixed requested changes and also made GUI flashing to work so that you may flash only wanted configs and not all.
Buttons select removed, GUI works with combo' events now( clicking in the combo box triggers same event as select did).
Changed window size and added device name to config tab.
Fixed values error
Fixed addressed changes.
Added a default option which will auto select bootloader type based on device type
Addressed requested changes.
themarpe
requested changes
May 9, 2022
Collaborator
themarpe
left a comment
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.
Pull in commits from @ZigiMigi (OSS contribution principles) and rebase your changes on top of that.
3e1f1c1 to
6c5c41c
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Continue work from PR: #518