Skip to content

Latest commit

 

History

History

Screen and Webcam Recorder

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Screen and Webcam Recorder

This Python script records your screen along with the webcam feed and saves it as a video file using OpenCV, NumPy, and PyAutoGUI.

Dependencies

  • Python 3.x
  • OpenCV (cv2)
  • NumPy
  • PyAutoGUI

How to Use

  1. Ensure you have Python installed on your system.
  2. Install the required libraries using pip:
    pip install opencv-python numpy pyautogui
    
  3. Clone or download this repository to your local machine.
  4. Open a terminal or command prompt.
  5. Navigate to the directory containing the screen_webcam_recorder.py script.
  6. Run the script by executing the command:
    python screen_webcam_recorder.py
    
  7. Your screen and webcam will be recorded simultaneously.
  8. Press the 'q' key to stop the recording.
  9. The recorded video will be saved as video.avi in the same directory as the script.

Cloning the Repository

To clone this repository to your local machine, use the following command:

git clone https://github.com/tanujgupta18/screen-webcam-recorder.git