omission of videoio include in documentation (Bug #4328)
Description
the example at http://docs.opencv.org/3.0-beta/modules/videoio/doc/reading_and_writing_video.html omits the inclusion of videoio.hpp, which is necessary to run the example.
Also it is particularly confusing for opencv 2 users, which were used to the video library which has now changed to videoio.
History
Updated by Maksim Shabunin almost 10 years ago
This example includes "opencv2/opencv.hpp" which in turn includes "opencv2/videoio.hpp". So including it again is not needed.
I was able to build and run this example as-is.
Please note, that videoio module does not replace video module, it is a part of highgui module related to writing and reading videos and actual documentation for 3.0-rc1 release is located here: http://docs.opencv.org/3.0-rc1
- Status changed from New to Cancelled
- Assignee set to Maksim Shabunin