-
Notifications
You must be signed in to change notification settings - Fork 0
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
window flickering #31
Closed
Closed
Conversation
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
Hole and Toolhead exporter
* ADD-CAP: visualizing the camera feed in grayscale in AC * ADD-CAP: added GetColorCurrentFrame to feed into classifier in Toolhead layer * REFACTOR: added comments for doxygen and removed unnecessary comments from source code
* ADD-CAP: visualizing the camera feed in grayscale in AC * WIP: take a snap of calibrated camera buffer and current window * ADD: added a screenshot class and added it to utils * ADD: added a screenshot class and added it to utils * REFACTOR: moved screenshot parts to its own class * ADD-CAP: added GetColorCurrentFrame to feed into classifier in Toolhead layer * REFACTOR: getting the color current frame * REFACTOR: reading the window on the frame end * REFACTOR: changing the naming format * REFACTOR: check the result return * REFACTOR: changed the name of the window capturing function and added the saving images function * REFACTOR: added comments for doxygen * REFACTOR: refactored the taking window screenshot function * REFACTOR: added comments for doxygen and removed unnecessary comments from source code * REFACTOR: added setting status function and refactored TakeWindowScreenshot * ADD: screenshots examples
* Adding a first version of the CI * Missing git-lfs in the image * Handle submodules * Trying to use access token for submodules * adding tslam and ttool archives for the ci * Modifing ci to use lfs version of tslam and ttool * Typo in the dpendency folder * Tying to debug submodule sync in CI * Typo in cmake * Propagate AC external_tools to other projects * Option goes on the congifure not the buiild --------- Co-authored-by: Nicolas Richart <[email protected]>
* UPDATE: updated the chainsaw to export normend * UPDATE: updated the status initilization of layerutil * UPDATE: updated the status initilization of layerutil * REFACTOR: refactored the log
420c857
to
21c8128
Compare
The windows flicker was an hardware (cables) problem. |
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.
This PR is for Addressing the Window Flickering Issue.
Issue: The window experiences flickering when the window is in full-screen mode.