Allow to select grabbing type in RetrieveFrame Python function (Patch #1459)
Description
The current SVN release of OpenCV does not allow to specify the index parameter for the CvCapture::retrieveFrame function. The attached patch adds the index parameter as an optional second parameter. This is for example needed to access the RGB or PointCloud data using OpenNI.
Associated revisions
Merge pull request #1459 from asmorkalov:ocv_qt_segflt_fix
History
Updated by Alexander Shishkov about 13 years ago
- Description changed from The current SVN release of [[OpenCV]] does not allow to specify the index par... to The current SVN release of OpenCV does not allow to specify the index paramet... More
Updated by Kirill Kornyakov about 13 years ago
- Tracker changed from Feature to Patch
Updated by Alexander Shishkov almost 13 years ago
- Target version deleted ()
Updated by Alexander Shishkov almost 13 years ago
- Priority changed from Normal to Low
Updated by Alexander Shishkov almost 13 years ago
- Assignee deleted (
Vadim Pisarevsky)
Updated by Alexander Shishkov almost 13 years ago
- Target version deleted ()
Updated by Vadim Pisarevsky over 12 years ago
- Target version deleted ()
Updated by Kirill Kornyakov over 12 years ago
- Target version set to Next Hackathon
Updated by Egbert van der Wal over 12 years ago
Not to be nagging or anything, but why is implementing a patch of 1 single line to the Python bindings taking so long? Is there anything wrong with the patch?
Updated by Anna Kogan over 12 years ago
Hello Egbert,
If you could fix the issue on your side, a patch or pull request would be highly appreciated!
Updated by Egbert van der Wal almost 12 years ago
I wasn't informed of the update, I would've expected a mail notification. Sorry about this.
However, you say that a patch would be highly appreciated, but a patch is attached to this issue: opencv_python_wrapper.patch
This patch still cleanly applies to the last OpenCV code from the repository.
Updated by Vladislav Vinogradov almost 12 years ago
Hello, Egbert van der Wal.
Thanks for you patch.
Could you create a pull request for your fix (see How_to_contribute)? This is a most preferable way to contribute to OpenCV.
- Affected version set to branch '2.4'
Updated by Egbert van der Wal almost 12 years ago
Here you go:
Updated by Andrey Pavlenko almost 12 years ago
- Target version changed from Next Hackathon to 2.4.6
- Pull request set to https://github.com/Itseez/opencv/pull/866
Updated by Kirill Kornyakov almost 12 years ago
- Status changed from Open to Done