-
-
Notifications
You must be signed in to change notification settings - Fork 384
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The size of the target image was not corrected
- Loading branch information
1 parent
994c807
commit 9d142c8
Showing
2 changed files
with
2 additions
and
2 deletions.
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
9d142c8
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.
Hi
Schau mal, X11Wrapper.cpp hat auch den _grabber.grabFrame Codeteil
9d142c8
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.
Da wird das target image mithilfe vom ImageResampler vergrößert.
https://github.com/Paulchen-Panther/hyperion.ng/blob/directx/libsrc/grabber/x11/X11Grabber.cpp#L200
Zuvor passt setup() die Größe des target bildes an.
https://github.com/Paulchen-Panther/hyperion.ng/blob/directx/libsrc/grabber/x11/X11Grabber.cpp#L124
Also doppelt gemoppelt. 😄