Posts

Showing posts from May, 2020

Make CCTV Camera Software using Python || AI and Machine learning tutori...

Image
Requirements: Python 3.x   --- download from pypi.org opencv        -- pip install opencv-python time            -- already included in python That's it. source code is here..... Description:: from line 8 to 11 : it's trying to make a directory called "footages" if it doesn't exist. Here, in this code, first method(from line 13 to 15) is used to add minimize facility of window. the main method that is cctv method is all about the app.