Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antoniofs23/zoom-lens
Quickly check webcam feed before hopping on a video call from top menu bar/panel
https://github.com/antoniofs23/zoom-lens
linux-app open-source python3 stream video-conferencing video-player videocalling zoom
Last synced: about 1 month ago
JSON representation
Quickly check webcam feed before hopping on a video call from top menu bar/panel
- Host: GitHub
- URL: https://github.com/antoniofs23/zoom-lens
- Owner: antoniofs23
- License: gpl-3.0
- Created: 2023-12-20T18:52:22.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-15T04:43:38.000Z (10 months ago)
- Last Synced: 2024-09-29T15:02:50.442Z (about 2 months ago)
- Topics: linux-app, open-source, python3, stream, video-conferencing, video-player, videocalling, zoom
- Language: Python
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Python application](https://github.com/antoniofs23/zoom-lens/actions/workflows/python-app.yml/badge.svg)](https://github.com/antoniofs23/zoom-lens/actions/workflows/python-app.yml)
# Quick Intro
Ever wanted to quickly check your webcam before hopping on a video call? Now you can with zoom-lens.Zoom-lens is a simple linux panel app that toggles a small webcam stream on the upper right of your screen. Since it fully runs on python3 it should in theory work in any OS, but was built and tested on ubuntu
## Functionality
- **click the menu icon** to toggle the cam or **mouse-wheel click** the app icon to toggle cam
- to end stream just close the window![zoom-lens](https://github.com/antoniofs23/zoom-lens/assets/39067846/8cf2619f-eef6-4067-aa49-f922ece2cf3b)
Retains all openCV functionality, i.e. you can zoom in with mouse scroll wheel and drag
## Installation
clone this repo to your home directory via:
1. `git clone https://github.com/antoniofs23/zoom-lens.git`
2. In app directory run the `INSTALL.sh` file (first make it executable via `chmod +x INSTALL.sh`)>[!CAUTION]
>*the install file assumes python is already installed (which it normally is)* if not python3 is required prior to running `INSTALL.sh`. To quickly check if python is installed run `python -V` in your terminal### running the app
The app should auto-start on login.
However, it can also be run through the `zoom-lens` terminal command