notes/PyGame list Webcams Python Cameras Video-wHb7D1CE.py
#!/usr/bin/env python


import pygame.camera
pygame.camera.init()

camlist = pygame.camera.list_cameras()
print camlist

syntax highlighted by Code2HTML, v. 0.9.1