An open API service indexing awesome lists of open source software.

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

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.