https://github.com/acetinkaya/opencv-webcam
Python Opencv Webcam
https://github.com/acetinkaya/opencv-webcam
Last synced: 8 months ago
JSON representation
Python Opencv Webcam
- Host: GitHub
- URL: https://github.com/acetinkaya/opencv-webcam
- Owner: acetinkaya
- Created: 2018-11-13T09:01:44.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-25T22:30:13.000Z (almost 7 years ago)
- Last Synced: 2024-03-19T15:31:19.900Z (over 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Opencv-Webcam
Python'da Opencv kütüphanesi ile webcam kullanımı
Basit Webcam Python programlama dili kullanarak OpenCV kütüphanesi üzerinde anlık görüntü alma uygulamasıdır.
Python derleyicisi içerisinde OpenCV'yi yüklemeniz gerekir. OpenCV hakkında daha fazla bilgi için http://opencv.org
Web kamerası üzerinde görüntüyü görüntülemek üzere imshow () fonksiyonu yerleşik OpenCV'de kullanıyorum.
Sonuç olarak, anlık web kamerasından görüntü alma uygulamasıdır.
----------------------------------------------------------------------------------------------------------------------
Use of webcams with the Opencv library in Python
Simple Webcam The Python programming language is implementing a screenshot of an OpenCV library.
Python compilers must use OpenCV. For more information about OpenCV, visit http://opencv.org
The application of WebCam is the use of OpenCV.
As a result, it is the application to take images from the instant webcam.