adb_ui icon indicating copy to clipboard operation
adb_ui copied to clipboard

UI/Buttons for scrcpy

Open damywise opened this issue 3 years ago • 3 comments

Is your feature request related to a problem? Please describe. For convenience, we just click buttons instead of typing in the terminal manually every single time.

Describe the solution you'd like Buttons for controls like in emulation apps.

Describe alternatives you've considered QtScrcpy

Additional context image

damywise avatar Nov 03 '22 00:11 damywise

@damywise would you please explain what you need exactly?

IsmailAlamKhan avatar Nov 03 '22 07:11 IsmailAlamKhan

Sorry for the late response, I was busy. Basically there are 2 features I'd like to have:

  1. Like in the screenshot, configurations when starting scrcpy (bitrate, record, orientation, resolution, etc).
  2. Buttons 2a. Buttons for controlling the scrcpy (record, hide screen turn off, volume control, etc) 2b. Make buttons follow scrcpy, make scrcpy follow buttons, or embed the scrcpy inside the app

Feature 2b is more optional since it's so much harder to implement (needs platform view, etc)

damywise avatar Nov 06 '22 23:11 damywise

Well PlatformView isn't supported on desktop thats a pity 🥲🥲. And the rest the thing with scrcpy is you need to keep the terminal open to send keyboard events, maybe its better to just use give the user to use the other application you mention

IsmailAlamKhan avatar Nov 07 '22 06:11 IsmailAlamKhan