Genymobile / Genymobile/scrcpy
Lens correction
- Dominant language
- C
- Stars
- 150k
- Forks
- 13.7k
- Avg merge
- 4d 13h
- Merged PRs (30d)
- 2
Description
Is there a way to apply lens correction for streams coming from Oculus Quest / Go? With a recorded MP4 video file I can use ffmpeg like this to fix up lens distortion:
`ffmpeg -i input.mp4 -vf 'lenscorrection=k2=0.1:k1=-0.4' -r 24 output.mp4`
Is it possible for the output of scrcpy to be corrected in realtime?
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue names no file, test, or entry point. Start by tracing scrcpy's realtime display and recording pipeline and reviewing how its video-processing dependencies are integrated. Done would mean establishing whether Quest/Go lens correction can be applied to scrcpy output in realtime.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, c
- Domain
- computer-graphics, mobile-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100