Skip to content
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

On 4K wincam scales image up #10

Open
lutel opened this issue Dec 27, 2024 · 0 comments
Open

On 4K wincam scales image up #10

lutel opened this issue Dec 27, 2024 · 0 comments

Comments

@lutel
Copy link

lutel commented Dec 27, 2024

with a simple code as below, im getting zoomed in (twice) the image from screen - window size is half the screen, but image inside is zoomed 2x. Native resolution is 4K. What could be wrong?

from wincam import DXCamera
import cv2

with DXCamera(0, 0, 1000, 1000, fps=240) as camera:
while True:
frame, timestamp = camera.get_bgr_frame()
cv2.imshow("ss",frame)
if cv2.waitKey(1) & 0xFF == 27:
break

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant