video stabilization

asked 2018-07-22 16:40:52 -0600

A321 gravatar image

I have seen working of opencv built in sample video stabilization. Its not for real time implementation. Any one has any idea to change it for real time video stabilization. or any other code of real time video stabilization?

edit retag flag offensive close merge delete

Comments

StevenPuttemans gravatar imageStevenPuttemans ( 2018-07-23 07:16:22 -0600 )edit

And like that there are several interfaces there. Without your hardware specs for example, it is impossible to say why you are not running realtime.

StevenPuttemans gravatar imageStevenPuttemans ( 2018-07-23 07:17:04 -0600 )edit

I am working on raspberry pi 3

A321 gravatar imageA321 ( 2018-07-23 09:11:03 -0600 )edit

Well there is your issue, the software for video stabilization runs stable and real time on a PC, but on raspberri pi you will have to do some tweaks. Start for example by reducing your input resolution.

StevenPuttemans gravatar imageStevenPuttemans ( 2018-07-24 02:25:25 -0600 )edit