Installation Guide
This guide provides step-by-step instructions to install and run the Moil Meeting application on your system.
Operating System Requirements
Windows
Prerequisites for Windows
- Download and install OBS Studio.
- Open OBS and click Start Virtual Camera before launching Moil Meeting.
Start Virtual Camera in OBS Studio
Linux
Prerequisites for Linux
- Disable Secure Boot in BIOS settings.
-
Install the
v4l2loopbackkernel module:sudo apt install v4l2loopback-dkms
User Installation Guide
Download Moil Meeting
- Visit the Video Conference GitHub Repository (Releases).
- Download the appropriate installer:
- Windows:
FisheyeVideoConferenceSystemv2.0.3.exe - Linux:
FisheyeVideoConferenceSystem-v2.0.3-linux.7z
- Windows:
Repository Release Page
Windows Installation
Step 1: Run Installer Right-click the installer file and select Run as Administrator to ensure proper permissions.

Step 2: Follow Wizard
Proceed through the installation wizard, selecting your preferred destination folder.

Step 3: Access Application
After installation, locate the application in your selected folder.
* FisheyeVideoConference.exe — Launch the application.
* unins000 — Uninstall the application.

Step 4: Launch You are now ready to use the Moil Meeting system.
Moil Meeting Application Interface
Linux Installation
Step 1: Extract Archive
Unzip the downloaded .7z archive file.
Step 2: Run Installation Script Navigate to the extracted folder and execute the install script:
./install.sh # Install application
To remove the application later, use:
./uninstall.sh # Uninstall application
Step 3: Launch Once installed, the application shortcut will appear on your desktop.
Moil Meeting on Linux Desktop
Developer Installation Guide
This section is for developers who want to run Moil Meeting from source code.
Prerequisites
| Component | Requirement |
|---|---|
| OS | Ubuntu or Windows |
| Python | Version 3.9 or higher |
| Tools | Git installed |
Setup Steps
-
Clone Repository:
git clone https://github.com/username/video-conference-using-fisheye.git cd video-conference-using-fisheye -
Set Up Virtual Environment:
- Windows:
python -m venv venv venv\Scripts\activate - Linux/macOS:
python3 -m venv venv source venv/bin/activate
- Windows:
-
Install Dependencies: First, install core packages:
Then, install all requirements:pip install opencv-python pyvirtualcam ultralytics pygrabber mediapipepip install -r requirements.txt -
Run Application: Navigate to
srcand execute:python main.py
Post-Installation
Success
Installation is complete. Please proceed to the Usage Guide to learn how to operate Moil Meeting.
Troubleshooting
| Issue Type | Solution |
|---|---|
| Windows Camera | Ensure OBS Virtual Camera is active before launching the app. Run as Administrator if issues persist. |
| Linux Boot | Verify that Secure Boot is disabled in your BIOS settings. |
| Linux Modules | Check if the loopback module is loaded: lsmod | grep v4l2loopback. |
| Developer Env | Ensure your virtual environment is activated and Python version is >= 3.9. |
For additional support, refer to the Operations Guide or contact the Moil Meeting support team.