Skip to content

Simply display to show USB cameras using python (opencv and pyqt)

Notifications You must be signed in to change notification settings

PhysicsDan/USBCameraViewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

USB Camera Viewer

Dependencies

conda install -c conda-forge opencv pyqt

Usage

See what cameras are picked up:

python list_connected.py

This will print out any detected usb cameras (including e.g. laptop webcam) as well as the camera index.

Display camera feed.

python display_cameras.py

You can specify the directory to save images (when you click gui button) as well as the camera index so that the correct cameras are streamed.

TODO

  • Add in argparse so don't need to edit display cameras file

About

Simply display to show USB cameras using python (opencv and pyqt)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages