-
Notifications
You must be signed in to change notification settings - Fork 157
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
Windows 10 dpi aware ,record windows calcuration windows rect error. #81
Labels
Comments
Submit a Pull request and ill merge it into master |
Do you happen to have a PR on this? I see theres alot of code in that repo and I like how you used the same design to capture audio/microphone data btw.. |
Hi, Dear
ye, but now I am busing, I had finished the capture of the speaker that uses the same design .the use of the microphone is on the road.
after while ill add resample, encode, mux, and so on.
So, Very Thanks to you. Scott😊🤝
--
Best Regards
Cris Zhou
phone number:15721279956
mail:[email protected]
…________________________________
From: Scott <[email protected]>
Sent: Tuesday, June 16, 2020 5:55
To: smasherprog/screen_capture_lite <[email protected]>
Cc: cris <[email protected]>; Author <[email protected]>
Subject: Re: [smasherprog/screen_capture_lite] Windows 10 dpi aware ,record windows calcuration windows rect error. (#81)
Do you happen to have a PR on this? I see theres alot of code in that repo and I like how you used the same design to capture audio/microphone data btw..
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#81 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AF2QEUYDCEKFUVZYFIUCIKTRW2KFHANCNFSM4NZMQEAQ>.
|
Can you create a pull request on the broken code so it can be fixed? If not i like to close these issues |
Yes I will do it
Get Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: Scott <[email protected]>
Sent: Saturday, June 20, 2020 9:51:09 AM
To: smasherprog/screen_capture_lite <[email protected]>
Cc: cris <[email protected]>; Author <[email protected]>
Subject: Re: [smasherprog/screen_capture_lite] Windows 10 dpi aware ,record windows calcuration windows rect error. (#81)
Can you create a pull request on the broken code so it can be fixed? If not i like to close these issues
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#81 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AF2QEUZM3UXVUHSQKTEARTDRXQIY3ANCNFSM4NZMQEAQ>.
|
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
1.dpi 125% other process call screen_capture_lite.dll
GetwindowRect is origin size
130,17,1410,777
[1280,760]DwmGetWindowAttribute get bounds
163,21,1763,971
[1600,950]2.dpi 125% self process call screen_capture_lite.lib
GetWindowRect equal to DwmGetWindowAttribute
both two situation
BitBlt(CaptureDC.DC, left, top, ret.right - ret.left, ret.bottom - ret.top, MonitorDC.DC, 0, 0, SRCCOPY
here should ret.right - ret.left ; ret.bottom-ret.top
here is the source code. link below :
https://github.com/AVSolution/record_capture_lite_dynamic
if there is a problem, please point it out.
Thanks.
The text was updated successfully, but these errors were encountered: