Shaky zoom with opencv python
I want to apply zoom in and out effect on a video using opencv, but as opencv doesn’t come with built in zoom, I try cropping the frame to the interpolated value’s width, height, x and y and than resize back the frame to the original video size, i.e. 1920 x 1080.
Shaky zoom with opencv python
I want to apply zoom in and out effect on a video using opencv, but as opencv doesn’t come with built in zoom, I try cropping the frame to the interpolated value’s width, height, x and y and than resize back the frame to the original video size, i.e. 1920 x 1080.