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

DXCAM does not respond #93

Open
babymonie opened this issue Apr 26, 2024 · 1 comment
Open

DXCAM does not respond #93

babymonie opened this issue Apr 26, 2024 · 1 comment

Comments

@babymonie
Copy link

i was testing dxcam with cv2 with this code

import dxcam
import cv2
camera = dxcam.create()


camera.start(target_fps=175)
for i in range(100):
    image = camera.get_latest_frame()  # Will block until new frame available
    
    # Display the image
    cv2.imshow("Image", image)
camera.stop()

and when i the screen pops up its grey and tells me that its not responding

it tells me that the fps was 40
image

@lovettchris
Copy link

Please try https://github.com/lovettchris/wincam. If you have a good system that can capture in under 4ms you should be able to reach 250fps, but perhaps only on a smaller cropped area of the screen, not full screen.

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

2 participants