video stabilization
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?
A simple github search: https://github.com/Lakshya-Kejriwal/R...
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.
I am working on raspberry pi 3
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.