How did you install pyopenrivercam (mamba / conda or pip)
Pip
What is the problem?
A video that requires rotation and stabilization is incorrectly stabilized. The transformations are applied in the wrong direction therefore causing rather more movement than less.
How can we reproduce this? (What steps trigger the problem? What parameters are you using for processing? Include screenshots. If you are having issues processing a video, if possible include a copy of your dataset uploaded on Dropbox, Google Drive, or other)
Take a portrait video with slight movements that should be rotated. Open with pyorc.Video(...rotation=90), apply stabilization and store results with pyorc.Frames.to_video to check effectiveness.
How did you install pyopenrivercam (mamba / conda or pip)
Pip
What is the problem?
A video that requires rotation and stabilization is incorrectly stabilized. The transformations are applied in the wrong direction therefore causing rather more movement than less.
How can we reproduce this? (What steps trigger the problem? What parameters are you using for processing? Include screenshots. If you are having issues processing a video, if possible include a copy of your dataset uploaded on Dropbox, Google Drive, or other)
Take a portrait video with slight movements that should be rotated. Open with
pyorc.Video(...rotation=90), apply stabilization and store results withpyorc.Frames.to_videoto check effectiveness.