Romain Vimont

Results 2060 comments of Romain Vimont

I am very confused by your issue. The console output is not complete. For example the first line with the version does not appear. Your folder name suggests that it...

> ``` > java.lang.AssertionError: java.lang.NoSuchMethodException: android.view.SurfaceControl.createDisplay [class java.lang.String, boolean] > ``` See #4656 #4657

What is the result of `scrcpy --list-camera-sizes`?

> ``` > --camera-id=0 (back, 4624x3468, fps=[15, 20, 30]) > ``` It seems your camera cannot capture at 60fps (it declares at most 30fps without high speed mode). You can...

> So it's impossible for the phone's camera not to have 60fps What is the result of each of these commands: ```bash scrcpy --video-source=camera --camera-size=1920x1080 --camera-fps=60 --print-fps scrcpy --video-source=camera --camera-size=1920x1080...

Just to confirm, is the video recorded by your camera app actually at 60fps? (I think it is) What about: ``` scrcpy --video-source=camera --camera-size=1920x1080 --camera-high-speed --camera-fps=120 --print-fps scrcpy --video-source=camera --camera-size=1280x720...

Have you tried another [encoder](https://github.com/Genymobile/scrcpy/blob/master/doc/video.md#encoder)?

> AV1 is not working Yes, the FFmpeg build for scrcpy for Windows does not include a AV1 decoder: https://github.com/Genymobile/scrcpy/issues/4744#issuecomment-1985629311 But in practice AFAIK no device have a correct AV1...

> There's a list of allowed packages that can use full camera capabilities. I don't know the full list, but modders use com.samsung.android.scan3d and com.samsung.android.ruler as the package names for...

You don't need to install it, "just" rebuild scrcpy with that change and run it. https://github.com/Genymobile/scrcpy/blob/master/doc/build.md