Skip to content

Files

Latest commit

57b5cef · Jan 18, 2023

History

History
This branch is 126 commits behind spmallick/learnopencv:master.

CenterStage

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 18, 2023
Aug 16, 2022
Aug 16, 2022

Center Stage

Zoom Center using MediaPipe feature image

This repository contains code for Center Stage for Zoom Calls using MediaPipe

Installation and Implementation

Environment Setup

python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt

Virtual Camera Setup

Install v4l2loopback

sudo modprobe v4l2loopback

Run the main file

python3 main.py

AI Courses by OpenCV

Want to become an expert in AI? AI Courses by OpenCV is a great place to start.