List Webcam Devices in Python with PyGame Device PyGame Webcam How to write a Python Program to List Webcam Devices in Python with PyGame ? Solution: #!/usr/bin/env python import pygame.camera pygame.camera.init() camlist = pygame.camera.list_cameras() print camlist Learn More : Share this Share on FacebookTweet on TwitterPlus on Google+