hiroyamochi / quest-screen-caster

A simple GUI of scrcpy specially designed for Meta Quest devices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scrcpy GUI for Quest

A simple GUI for Scrcpy, a tool for displaying and controlling Android devices connected via USB (currently not supported via TCP/IP in this tool).

This GUI is specifically designed for Meta Quest devices.

GUI image

Features

  • Simple GUI of scrcpy
  • Mirror multiple devices simultaneously
  • Adjust screen size for Quest devices
  • Toggle proximity sensor

Prerequisites

  • Python 3
    • flet Library is required.
  • Only works with Windows

Usage

  • Download latest zip file from release page
  • Unpack downloaded zip file
  • Launch screen-caster-quest.exe

Build

  • You will need pyinstaller to build a binary file (.exe)
  • Run following in the project directory:
pyinstaller main.py --onefile -w --icon=icon.ico --add-data "icon.ico;." --add-data "scrcpy-mod-by-vuisme:scrcpy-mod-by-vuisme" --name screen-caster-quest

Configuration

You can set the default bitrate & size of mirroring window in the config.ini file.

[scrcpy]
bitrate = 20
size = 1024

Acknowledgement

This tool is based on scrcpy by Genymobile, and some features are built by vuisme. Thank you for those great works.

About

A simple GUI of scrcpy specially designed for Meta Quest devices


Languages

Language:Python 99.1%Language:VBScript 0.7%Language:Batchfile 0.2%