Overlay gifs of memes on your video calls (works with Zoom, Google Meet, Microsoft Teams)
pip install -r requirements.txt
PyVirtualCam needs OBS if you're using Mac or Windows, or install v4l2loopback for Linux for virtual camera output.
python run.py --filter['cat' or 'pikachu' or 'rainbow_cat' or 'dog'] --position['top' or 'bottom'] --magnify[magnification factor eg: 2.3] --speed[0 for idle, eg : 2 will move it from right to left]
Eg :
python run.py --filter cat
python run.py --filter pikachu --magnify 1.5 --speed 5
4 filter options - ['cat','pikachu','rainbow_cat','dog']
All filters have customized default settings but feel free to play with it!
Open up Zoom or Google Meet and choose OBS/v4l2loopback Virtual Camera
If you're using Google Chrome and OBS virtual camera option is not avilable then disable hardware acceleration in chrome settings and restart.
Will add more memes (doge coming up next!)