https://github.com/waybarrios/multi_cam_opencv
using cv2 in python
https://github.com/waybarrios/multi_cam_opencv
opencv python
Last synced: 5 months ago
JSON representation
using cv2 in python
- Host: GitHub
- URL: https://github.com/waybarrios/multi_cam_opencv
- Owner: waybarrios
- Created: 2017-02-01T17:15:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-01T17:21:18.000Z (over 9 years ago)
- Last Synced: 2023-07-20T18:24:58.410Z (almost 3 years ago)
- Topics: opencv, python
- Language: Python
- Size: 0 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Multi_cam_OpenCV
Example python script which uses multi-cameras as input.
## Dependencies
* Python >= 2.7
* Opencv:
`pip install opencv-python`