Adam Spannbauer

Results 13 comments of Adam Spannbauer

Currently, this is not a feature of this project. It sounds like a reasonable and doable request. Thanks for filing the issue. I'll put it on the TODO list. Info...

Work on this has begun in [tripod#102](https://github.com/AdamSpannbauer/python_video_stab/tree/tripod%23102) branch

I believe the logic in the [tripod#102](https://github.com/AdamSpannbauer/python_video_stab/tree/tripod%23102) is correct, but my test case video had poor results that make me wonder if there's an off by 1 error (or some...

I think more integrated pi camera support is warranted. I'm going to change this from a bug to a feature request and rename. If you need an immediate fix. You...

You would need to adapt [the code snippet shown here](https://github.com/AdamSpannbauer/python_video_stab#simplest-form) to meet your needs. You would replace the `cv2.VideoCapture()` with how to read from picamera as shown in the linked...

Sorry for the lack of any development on this project. I didn't even see this issue was opened until @yzn9961's comment. I'll implement the change shown above. Thanks for the...

@Kraufel does your video happen to be fairly short? That error comes when a bigger smoothing window is used than there are frames available. Try setting the `smoothing_window` parameter of...

* [This portion of the documentation](https://adamspannbauer.github.io/python_video_stab/html/usage.html#working-with-live-video) shows how to use live video similarly to how OpenCV works with live video * [This portion of the documentation](https://adamspannbauer.github.io/python_video_stab/html/usage.html#stabilizing-a-frame-at-a-time) shows how to stabilize...

Started in `roi_stab` branch * [ ] implement `roi_stab`/`roi_stab_frame` (or other name) method. * [ ] Decide where to put it. * Should it be another class? an argument accessed...

Thanks for reporting I’ll take a look at it before the end of the weekend.