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



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.

Comments

  1. It is not working on my machine .Actully video is start to recording and saved also but when i click on opened it stopped working.
    souvik.majumdar90@gmail.com

    ReplyDelete

Post a Comment

Popular posts from this blog

Drowsiness detection system using openCV in python

How to Show Current Date and Time on Your Website?