scrcpy icon indicating copy to clipboard operation
scrcpy copied to clipboard

ubuntu signal-desktop: no camera detected

Open odembuba opened this issue 1 year ago • 3 comments

-- [ ] I have read the FAQ. -- [ ] I have searched in existing issues.

Environment

  • OS: Ubuntu 23.10
  • scrcpy version: 2.4
  • installation method: git (from source)
  • Android version: lineage20 Describe the bug ubuntu Signal-desktop 7.5.1: no camera detected - camera works however with Telegram-desktop 4.16.8

odembuba avatar Apr 21 '24 23:04 odembuba

What command did you execute?

rom1v avatar Apr 22 '24 05:04 rom1v

Command executed: scrcpy --v4l2-sink=/dev/video0

Error messsage after executing the above command: scrcpy: error while loading shared libraries: libavformat.so.59: cannot open shared object file: No such file or directory

This error message showed up today for the first time. Before, the camera was detected by Telegram-desktop after the above command was executed.

odembuba avatar May 19 '24 21:05 odembuba

scrcpy: error while loading shared libraries: libavformat.so.59: cannot open shared object file: No such file or directory

You probably got an update of ffmpeg, you must just rebuild/reinstall scrcpy linked against the new version of the ffmpeg libraries.

rom1v avatar May 19 '24 23:05 rom1v