Skip to content

Instantly share code, notes, and snippets.

@denstilwell
Created July 16, 2017 13:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save denstilwell/c967d0b0aecb1c9f073c9ea5e763ac6d to your computer and use it in GitHub Desktop.
Save denstilwell/c967d0b0aecb1c9f073c9ea5e763ac6d to your computer and use it in GitHub Desktop.
check_for_cameras.py
import pygame
import pygame.camera
pygame.init()
pygame.camera.init()
#find, list cameras
cam_list = pygame.camera.list_cameras()
print(cam_list)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment