Aloysius Faustin

Results 3 issues of Aloysius Faustin

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...

It doesn't work my code is ``` import dxcam camera = dxcam.create() frame = camera.grab() camera.show(frame) ``` i get this error: ``` Traceback (most recent call last): File ".\screensharer.py", line...

**Is your feature request related to a problem? Please describe.** Im always festruated when i have to type something again because i accidently clicked off **Describe the idea you'd like**...