camKapture

camKapture is an open source application that allows users to access their webcam device and take pictures or create videos.

camKapture

Clone and Install

Clone the repository

git clone https://github.com/manojuppala/camKapture.git

Create and activate virtual env

python3 venv -m <env_name>
source <env_name>/bin/activate

Install dependencies

cd camKapture.py
pip install -r requirements.txt

Run using python3

python3 camKapture.py

Features

  • Cross-platform (GNU/Linux, Mac, Windows)
  • Take pictures and record videos with the webcam.
  • Keyboard based application
  • Written in Python and OpenCV.
  • Burst mode to capture multiple images.
  • Timer mode to capture image after 10 secs

Usage

s - capture image
v - start recording video
b - enable burst mode
t - enable timer mode
Backspace - return from any mode
Space - pause and unpause video capture
Esc - quit

License

camKapture is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

camKapture is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with camKapture. If not, see <http://www.gnu.org/licenses/>.
License
GitHub - manojuppala/camKapture at pythonawesome.com
camKapture is an open source application that allows users to access their webcam device and take pictures or create videos. - GitHub - manojuppala/camKapture at pythonawesome.com