-
Notifications
You must be signed in to change notification settings - Fork 306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dynamic zooming zooms in too much for lens correction strengths other than 0 and 100% #384
Comments
I know, this is because I don't know how to calculate camera params when adding lens distortion back, so currently it's something approximated, see: gyroflow/src/core/gpu/opencl_undistort.cl Line 275 in 088b02c
This will likely stay this way until someone smarter than me figures it out |
/bounty $150 |
💎 $150 bounty • GyroflowSteps to solve:
Thank you for contributing to gyroflow/gyroflow! Add a bounty • Share on socials
|
/attempt #384 Options |
/attempt #384 Options |
Is there an existing issue for this?
Have you tried the latest build?
Gyroflow version
72b8eb6
What operating system are you using?
Windows 10
What GPU are you using?
No response
What happened?
When selecting lens correction strengths other than 0 and 100% dynamic and fixed zooming zooms in too much. Take for example this clip without motion from the Firefly X Lite II on 2.7K 4:3.
0% lens correction:
100% lens correction:
50% lens correction:
As you can see in the 50% lens correction example there is FOV "left on the table". This happens with all settings between 0 and 100% but seems to be maximized at or around 50%.
I increased the FOV to 1.5 to make it more obvious but it's not a bug in the
Safe area guide
because it also happens with FOV=1. It's also not related to the output size setting because I tried setting that to the input resolution but that didn't make a difference. I tried a couple of different lens profiles for this camera and setting, all with the same result. I recall seeing this with the Mobius Maxi 4K as well.Here's the clip and
.gyroflow
file: https://mega.nz/folder/00NwGYwL#TAKzsDrmqTZ-FLzTkrvhIgRelevant log output
No response
The text was updated successfully, but these errors were encountered: