forked from opencv/opencv
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Framebuffer #1
Open
kozinove
wants to merge
82
commits into
4.x
Choose a base branch
from
framebuffer
base: 4.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Framebuffer #1
Changes from 1 commit
Commits
Show all changes
82 commits
Select commit
Hold shift + click to select a range
7ca8527
template for framebuffer highgui
kozinove fbafa76
add imshow
kozinove 462a0e0
temporary implementation of waitKey
kozinove 30da285
add if for bits_per_pixel and apply dos2unix
kozinove b9efae6
fix call mmap for FB
kozinove 516f2a6
add x_offset
kozinove b1cfb7c
comment temp code
kozinove d54fad6
fix arrow event add delay support
kozinove 78b8be6
fix create FB location and multiwindows support
kozinove 49468ff
fix name
kozinove fb1b36b
code refactoring: renaming variables, stdout -> OpenCV LOG system
kozinove e3c702a
add env varibale for FB dev
kozinove 9b54898
imp. log
kozinove 346a301
Added conditions for FB format. Added image reformatting functionality
kozinove e7e0a29
fix test
kozinove 439581b
add Window flags support. add gs format for img. fix register FB name.
kozinove ee0b70a
add FB mode
kozinove 7a2f830
fix warning
kozinove 9ad906c
add XVFB mode support
kozinove ceed483
fix style
kozinove 1fef6a5
fix error FB mode
kozinove 8c457ae
comment added. destructor fixed
kozinove e5b3871
fixed handling of window processing flags
kozinove b3a1b6d
fix WINDOW_AUTOSIZE
kozinove 5339c26
fix show size
kozinove 6194366
fixed some bugs and comments
kozinove 5b85c52
The window display algorithm has been replaced. several bugs fixed
kozinove 7b3cadb
fix style
kozinove 2c8d797
fix trailing whitespace.
kozinove a29ebab
fix trailing whitespace.
kozinove 1a8e00f
fix trailing whitespace.
kozinove 35a6c9c
template for framebuffer highgui
kozinove 872594d
add imshow
kozinove b241ef0
temporary implementation of waitKey
kozinove d5cce2a
add if for bits_per_pixel and apply dos2unix
kozinove e9d15c8
fix call mmap for FB
kozinove b9377cd
add x_offset
kozinove 293872d
comment temp code
kozinove c6055b6
fix arrow event add delay support
kozinove 6cc910d
fix create FB location and multiwindows support
kozinove a9a8b7a
fix name
kozinove 5164ffc
code refactoring: renaming variables, stdout -> OpenCV LOG system
kozinove d5d80bc
add env varibale for FB dev
kozinove 4c2d2e6
imp. log
kozinove 6706b8a
Added conditions for FB format. Added image reformatting functionality
kozinove 7d48035
fix test
kozinove 741bbff
add Window flags support. add gs format for img. fix register FB name.
kozinove 66cc5a1
add FB mode
kozinove c110050
fix warning
kozinove 6aa4d40
add XVFB mode support
kozinove c353065
fix style
kozinove 01f95fa
fix error FB mode
kozinove 43aa713
comment added. destructor fixed
kozinove 81afac4
fixed handling of window processing flags
kozinove c0bc02f
fix WINDOW_AUTOSIZE
kozinove 9f0dccd
fix show size
kozinove 6531b75
fixed some bugs and comments
kozinove db848a7
The window display algorithm has been replaced. several bugs fixed
kozinove bbf5874
fix style
kozinove ba5828d
fix trailing whitespace.
kozinove 48f5ec7
fix trailing whitespace.
kozinove dc98bd1
fix trailing whitespace.
kozinove 92b3a84
added getName method for FB
kozinove 11dff94
merge
kozinove ff8b9d9
fix code style
kozinove afdb448
fix status of OPENCV_HIGHGUI_BUILTIN_BACKEND
kozinove 08ba3f2
offset bug fixed
kozinove 2e9cbf6
fix style
kozinove fb01d3b
fix coding style
kozinove 875f439
redundant code removed
kozinove 9b4f16d
fixes in cmake option
kozinove 3a61f33
some comments corrected
kozinove 8ece6be
Indentation in namespaces has been fixed.
kozinove 3a63f85
comparison fixed
kozinove 2972dff
removal of XWD dependency
kozinove dabbb5f
fixed trailing whitespace
kozinove 757160b
fixed CMake files for framebuffer
kozinove 7b41776
delete set for OPENCV_HIGHGUI_BUILTIN_BACKEND at detect_framebuffer.c…
kozinove 0de5a51
fixed trailing whitespace~
kozinove 6c5d2dc
fixed some comments
kozinove 2b99518
fixed work with framebuffer in cmake
kozinove 6bf5fcf
review comments have been corrected
kozinove File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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.
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'm not sure if this is correct in terms of OpenCV logic. Without resizing the window, the window and image sizes are not the same.