How to write in OpenCV 3.0 (Bug #4388)
Description
I am now using OpenCV 3.0, but I couldn't the VideoWriter class to write video from Camera. Before there such class available in OpenCV 2.4.11.
History
Updated by Bahramuidn Adil almost 10 years ago
- Target version set to 3.0
Updated by Maksim Shabunin almost 10 years ago
Please, check the 3.0 documentation: http://docs.opencv.org/3.0.0/dd/d9e/classcv_1_1VideoWriter.html
You will need to import videoio module to use this class.
Also, please, check the transition guide: http://docs.opencv.org/3.0.0/db/dfa/tutorial_transition_guide.html
- Status changed from Open to Cancelled
- Priority changed from High to Low