cap_libv4l.cpp clears default width and height after setting them (Patch #2323)
Description
version 2.3.1
file cap_libv4l.cpp
function icvCaptureFromCAM_V4L
The width and height are set and then erased by the memset later.
Please move the assignment of the width and height after the memset.
See the attached patch.
Associated revisions
Patch #2323 "cap_libv4l.cpp clears default width and height after setting them" applied.
Merge pull request #2323 from stuart8c:issue2601_2.4_fix_16bit_tiff_reading_on_big_endian_host
History
Updated by Kirill Kornyakov over 12 years ago
You can make a pull request at the github, it may speedup the process. Otherwise it will wait for the next hackathon or something...
- Tracker changed from Bug to Patch
- Category set to highgui-video
- Target version set to 2.4.3
Updated by Vadim Pisarevsky over 12 years ago
- Target version deleted (
2.4.3)
Updated by Kirill Kornyakov over 12 years ago
- Target version set to Next Hackathon
Updated by Alexander Smorkalov over 12 years ago
- Assignee set to Alexander Smorkalov
Updated by Kirill Kornyakov over 12 years ago
Should be fixed by https://github.com/Itseez/opencv/pull/194. Y G, thanks!
- Target version changed from Next Hackathon to 2.4.4
- Status changed from Open to Done
Updated by Andrey Kamaev about 12 years ago
- Target version changed from 2.4.4 to 2.4.3.1