Genymobile / Genymobile/scrcpy

Lens correction

Open
#649 7 comments 1 reaction 0 assignees View on GitHub
feature request
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.