Romain Vimont
Romain Vimont
The screen capture code is here (in java, not in C++): https://github.com/Genymobile/scrcpy/blob/master/server/src/main/java/com/genymobile/scrcpy/ScreenCapture.java What do you suggest to change here?
Is there a shortcut key which does that in Android?
> No idea, is that where scrcpy gets it's keyboard shortcuts? Scrcpy shortcuts inject special keys, they never involve mouse/touch "gestures" (which would be difficult/unreliable).
You can't know that the screen is "black" (unless you analyze the decoded image). Moreover, sometimes, only some parts on the screen are "protected" (are captured black), not the whole...
#4084 #4087
> right now ScrCpy records all-intra videos without any keyframe Hmm, no, it is set to 10 seconds: https://github.com/Genymobile/scrcpy/blob/206809a99affad9a7aa58fcf7593cea71f48954d/server/src/main/java/com/genymobile/scrcpy/SurfaceEncoder.java#L17 > Would be nice if you could add command line to...
> The workaround to use other SDL2 audio driver like winmm or directsound does not work with srccpy since regardless of the buffer size you only get static/garbled audio. Even...
Here is a x86 build for the current `dev` branch: - [`scrcpy-win32-v2.0-18-gd7841664f.zip`](https://tmp.rom1v.com/scrcpy/3825/1/scrcpy-win32-v2.0-18-gd7841664f.zip) `SHA-256: 5cc35108118c94aa43e39c689dfa7701067c37e2b23662d83eb06ca1e60a8c45`
See https://github.com/Genymobile/scrcpy/issues/3856#issuecomment-1482911664
> ERROR: Could not open audio device: WASAPI can't initialize audio client: CoInitialize has not been called. So it's presumably fixed in SDL 2.28 (see https://github.com/libsdl-org/SDL/issues/7478). [SDL 2.28 RC1](https://github.com/libsdl-org/SDL/releases/tag/prerelease-2.27.1) has...