Is there a way to cheat in a test where two professors are connected through a video call with you?
any alternatives or suggestions?
1 Like
https://github.com/adithyan-ak/ZoomVideoLooper
Here is a tool for video loop in zoom app.
Zoom Video Looper
Zoom Video Looper is a python tool that loops your video in zoom meetings by abusing the zoom virtual background capability.
Requirements
- Python3
Setup
- Disable all the camera sources in your computer.
- Capture a video of yourself like listening or writing or anything else appropriate to the Zoom meeting.
- Convert the video as frames using https://ezgif.com/video-to-jpg
- Download all the frames as zip. Extract them and place it in a folder.
- Open Zoom settings and go to virtual background settings.
- Click
+button and add the images from the extracted folder in order one by one.
- Now, Clone this repository in your terminal.
git clone https://github.com/adithyan-ak/ZoomVideoLooper.git
cd ZoomVideoLooper
- Join a Zoom Meeting and Click on Join Video.
- Click Choose Virtual Background in Video settings.
- In the terminal, type
python zoomloop.py
- Within 5 Seconds, Choose the 1st image in the virtual background.
- Now, the images will keep changing at a rate at 0.1 Second which will make it look like a video.
- By default, the script will go upto 50 background images from first to last and on reaching last, itβll reverse the play from last to first. Please change the script according to the number of images you have in your Virtual Background settings.
- This process keeps on repeating in a loop until you exit(Ctrl + C).
6 Likes
!