-
Notifications
You must be signed in to change notification settings - Fork 309
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
Bugfix + cimbar_recv
, a test decoder app + ...
#61
Merged
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
Pick a relatively small window size by default, but match the camera ratio. The camera size settings should pick the largest size <= to the requested size, afaik
sz3
commented
Mar 26, 2022
std::swap(anchors[0], anchors[top_left]); | ||
if (top_left != 1 and top_right != 1) | ||
std::swap(anchors[1], anchors[2]); | ||
anchors = {anchors[top_left], anchors[top_right], anchors[bottom_left]}; |
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.
Ground zero -- tried to get clever, wrote a bad test, convinced myself wrong logic was right... 😡
sz3
added a commit
that referenced
this pull request
Mar 13, 2024
3cd792b Merge pull request #61 from sz3/cimbar-recv 395d9ea Wire up FPS 7f19118 Clean up headers a bit 8cbd4f3 Set FPS? d3dc2bd Adding a background grid cimbarjs to (maybe) help with autofocus 97b118a Resize the gl viewport to match the window + ... c3f26f7 Cleanup, things are working* 8069560 The test was wrong 😱 e1fdcc7 good lord 8c23f60 Reorder various things... still not working... d5dc994 WIP for cimbar_recv git-subtree-dir: app/src/cpp/libcimbar git-subtree-split: 3cd792b
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.
cimbar_recv
for linux (maybe other desktop OSs eventually). It is very barebones../cimbar_recv -i /dev/video2 -o /tmp