17 OCT 2024 - Welcome Back to TorrentFunk! Get your pirate hat back out. Streaming is dying and torrents are the new trend. Account Registration works again and so do Torrent Uploads. We invite you all to start uploading torrents again!
TORRENT DETAILS
Build Complete Webcam Security Camera Python OpenCv & Pyqt
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
Welcome to the course “Build Complete Webcam Security Camera | Python OpenCv & Pyqt”
You will learn how to create beautiful user interface to the project using Pyqt Library and the Qt Designer.
1. Installation and configuration
First we are going to install the required software to start our project from the internet. Learn to install Python, pyqt5, pyqt5-tools and opencv library. Then you are going to learn how to install the vs code and configure vs code to python programming through this course.
2. Design the user interface
Then we are going to design the beautiful user interface using Qt Designer. In this interface we are going to use basic controls like QPushButton, QLabel, QSlider and how to use style sheets to the controls to look good. Then you will learn how to provide the hover effects to the QPushButtons and how to dynamically change the change the images in the qlabels.
3. Camera Capture and display in window
Then we are going to implement the camera using cv2 library and capture the images in the camera. Then we show the captured images in the cv2 window.
4. Image processing
Then we will convert the images to our required formats to identify contours in the images. We will first convert the images to grayscale image using opencv. Then we will blur the images using gaussian blur in opencv python. Then we are going to dilate images using opencv. Then we are going to collect all the contours in the images using opencv python.
5. Object Detection
Then will find the contour area greater than 5000 and draw rectangle using cv2 library for the captured objects. This shows the captured objects in green colour to identify easily.
6. Display captured objects
Then we are going to save the captured objects in a image file. The captured image file is then displayed in a qlabel in the pyqt window. This is used to identify the object even if the object passes the cam area.
By doing this project you will learn lot of basic functions in opencv library and how to use basic controls using qt designer and how to process the GUI controls using python code.
Thank you for your interest in this course…
I will see you in the course.
Who this course is for:
Developers who want to learn opencv and develop a complete project using open cv
Students who want to develop a complete project using opencv and pyqt for final year submission
Students or developers who want to build their own security camera software using webcam
Python learners who want to increase their skills and enter into Artificial Intelligence programming
Requirements
Basic Python programming
A computer or laptop with internet connection
Last Updated 1/2023
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
.pad/0
220.8 KB
.pad/1
330.3 KB
.pad/10
213.3 KB
.pad/11
452.2 KB
.pad/12
509 KB
.pad/13
497.1 KB
.pad/14
30.8 KB
.pad/15
354.2 KB
.pad/16
16 KB
.pad/17
51.1 KB
.pad/18
482 KB
.pad/19
350.1 KB
.pad/2
268.6 KB
.pad/20
452.3 KB
.pad/21
419.6 KB
.pad/3
395 KB
.pad/4
383.1 KB
.pad/5
251 KB
.pad/6
111.5 KB
.pad/7
72.5 KB
.pad/8
262.7 KB
.pad/9
312 KB
TutsNode.net.txt
59 B
[TutsNode.net] - Build Complete Webcam Security Camera Python OpenCv & Pyqt/1. Introduction/1. Introduction - How to execute this project from Python code. Explains how opencv.mp4
41 MB
[TutsNode.net] - Build Complete Webcam Security Camera Python OpenCv & Pyqt/10. Thank you/1. Thank you for joining this course.mp4
5.9 MB
[TutsNode.net] - Build Complete Webcam Security Camera Python OpenCv & Pyqt/2. Software installation for coding and designing and processing/1. Learn how to install Python software.mp4
29.2 MB
[TutsNode.net] - Build Complete Webcam Security Camera Python OpenCv & Pyqt/2. Software installation for coding and designing and processing/2. Learn how to install pyqt5 and pyqt5-tools libraries.mp4
27 MB
[TutsNode.net] - Build Complete Webcam Security Camera Python OpenCv & Pyqt/2. Software installation for coding and designing and processing/3. Learn how to configure Qt Designer to desktop.mp4
21.1 MB
[TutsNode.net] - Build Complete Webcam Security Camera Python OpenCv & Pyqt/2. Software installation for coding and designing and processing/4. Learn how to install opencv library.mp4
6.1 MB
[TutsNode.net] - Build Complete Webcam Security Camera Python OpenCv & Pyqt/2. Software installation for coding and designing and processing/5. Learn how to install Visual Studio Code and configure to python.mp4
40.5 MB
[TutsNode.net] - Build Complete Webcam Security Camera Python OpenCv & Pyqt/3. Image resources/1. Image resources for project.html
[TutsNode.net] - Build Complete Webcam Security Camera Python OpenCv & Pyqt/4. Creating form design using Qt Designer/1. Create the new window size and set the back ground using Qt Designer.mp4
47.1 MB
[TutsNode.net] - Build Complete Webcam Security Camera Python OpenCv & Pyqt/4. Creating form design using Qt Designer/2. Add QPushButton and provide styles like hover effects and icon size setting.mp4
61.3 MB
[TutsNode.net] - Build Complete Webcam Security Camera Python OpenCv & Pyqt/4. Creating form design using Qt Designer/3. Create QPushButton for volume control, exit the project and copy previous style.mp4
27.5 MB
[TutsNode.net] - Build Complete Webcam Security Camera Python OpenCv & Pyqt/4. Creating form design using Qt Designer/4. Create volume indicator label and volume control slider using Qt Designer.mp4
48.8 MB
[TutsNode.net] - Build Complete Webcam Security Camera Python OpenCv & Pyqt/4. Creating form design using Qt Designer/5. Create image display using QLabel in the computer window using Qt Designer.mp4
26 MB
[TutsNode.net] - Build Complete Webcam Security Camera Python OpenCv & Pyqt/5. Download user interface file/1. Students can download the user interface file source code from this lecture.html
35 B
[TutsNode.net] - Build Complete Webcam Security Camera Python OpenCv & Pyqt/5. Download user interface file/1.1 pyqt-security-cam.ui
4.6 KB
[TutsNode.net] - Build Complete Webcam Security Camera Python OpenCv & Pyqt/6. Connecting Pyqt - Qt Designer ui file to the python code/1. Creating new python file and loading the pyqt - qt designer generated ui file.mp4
35.5 MB
[TutsNode.net] - Build Complete Webcam Security Camera Python OpenCv & Pyqt/6. Connecting Pyqt - Qt Designer ui file to the python code/2. Creating New class from python file and opening the pyqt - qt designer ui file.mp4
52.2 MB
[TutsNode.net] - Build Complete Webcam Security Camera Python OpenCv & Pyqt/7. Connecting all the buttons with required functions/1. Connecting all qpushbuttons with required Python functions.mp4
56.9 MB
[TutsNode.net] - Build Complete Webcam Security Camera Python OpenCv & Pyqt/7. Connecting all the buttons with required functions/2. Setting the volume level control works properly with volume slider.mp4
68.7 MB
[TutsNode.net] - Build Complete Webcam Security Camera Python OpenCv & Pyqt/7. Connecting all the buttons with required functions/3. Setting wait time and hides the volume slider and showing the volume level.mp4
60.9 MB
[TutsNode.net] - Build Complete Webcam Security Camera Python OpenCv & Pyqt/7. Connecting all the buttons with required functions/4. Creating volume variable and collect data from the volume slider.mp4
21.7 MB
[TutsNode.net] - Build Complete Webcam Security Camera Python OpenCv & Pyqt/8. Monitoring process/1. We are going to capture camera using OpcnCV and showing it in the screeen..mp4
61.6 MB
[TutsNode.net] - Build Complete Webcam Security Camera Python OpenCv & Pyqt/8. Monitoring process/2. Finding difference between the images and creating gaussian blur using OpenCv.mp4
62.6 MB
[TutsNode.net] - Build Complete Webcam Security Camera Python OpenCv & Pyqt/8. Monitoring process/3. Finding difference between the images and creating contours using OpenCv.mp4
118.7 MB
[TutsNode.net] - Build Complete Webcam Security Camera Python OpenCv & Pyqt/8. Monitoring process/4. Creating sound if any objects found using OpenCv.mp4
53.7 MB
[TutsNode.net] - Build Complete Webcam Security Camera Python OpenCv & Pyqt/8. Monitoring process/5. Creating the captured image in the Qt Designer window using python.mp4
104.2 MB
[TutsNode.net] - Build Complete Webcam Security Camera Python OpenCv & Pyqt/9. Download Source codes/1. Students can download the python file and user interface file source codes.html