We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41b6654 commit 0114c66Copy full SHA for 0114c66
app/src/main/java/com/dan/videostab/MainActivity.kt
@@ -519,7 +519,7 @@ class MainActivity : AppCompatActivity() {
519
} catch (e: Exception) {
520
}
521
522
- val movingAverageWindowSize = videoProps.frameRate * (binding.seekBarStrength.progress + 1)
+ val movingAverageWindowSize = outputFrameRate * (binding.seekBarStrength.progress + 1)
523
524
val newTrajectoryX: List<Double>
525
val newTrajectoryY: List<Double>
0 commit comments