python_video_stab
python_video_stab copied to clipboard
Real-time Stabilization
Can this code be implemented to work on real-time incoming frames? Thanks.
-
This portion of the documentation shows how to use live video similarly to how OpenCV works with live video
-
This portion of the documentation shows how to stabilize a frame at a time (so you can pair it with whatever live feed is providing your video's frames)