notes/List Webcam Devices in Python with PyGame-iCRPtvbQ.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