omission of videoio include in documentation (Bug #4328)


Added by joe minichino almost 10 years ago. Updated almost 10 years ago.


Status:Cancelled Start date:2015-05-09
Priority:Normal Due date:
Assignee:Maksim Shabunin % Done:

0%

Category:documentation
Target version:3.0
Affected version:branch 'master' (3.0-dev) Operating System:Any
Difficulty:Easy HW Platform:Any
Pull request:

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

Also available in: Atom PDF