Skip to content

A simple GUI of scrcpy specially designed for Meta Quest devices

Notifications You must be signed in to change notification settings

hiroyamochi/quest-screen-caster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Languages