You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't have time to debug it or to make a PR so I'll just report here:
guillaume@A320MA:~/GitHub/pygame_gui_examples$ python camera_window_test.py pygame 2.0.1 (SDL 2.0.14, Python 3.8.5)Hello from the pygame community. https://www.pygame.org/contribute.htmlTraceback (most recent call last): File "camera_window_test.py", line 69, in <module> CameraWindow(cam_window_rect, cam_id, cam_names[cam_id], manager) File "camera_window_test.py", line 30, in __init__ self.camera = pygame.camera.Camera(camera_id, (160, 120))TypeError: argument 1 must be str, not int
The text was updated successfully, but these errors were encountered:
Hello, one of the example doesn't work
I don't have time to debug it or to make a PR so I'll just report here:
The text was updated successfully, but these errors were encountered: