Skip to content

For those who have lost track of their cameras for use in computer vision

Notifications You must be signed in to change notification settings

Spenc3rB/cv2manycameras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

CV2 Video Capture Check

This Python 3.x script uses the OpenCV library to identify available video capture devices on the system. It iterates through device IDs from 0 to 99, attempting to open each one. Successfully opened device IDs are printed.

Usage

  1. Install OpenCV:

    pip install opencv-python
  2. Run the script:

    python cv2manycameras.py

About

For those who have lost track of their cameras for use in computer vision

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages