fourcc problem
Dears all, I am performing a porting OpenCV code 342 realease which was worked on VS2017 CLR (managed) to QT framework. For QT framework I installed with succes OpenCV 400alpha. So when porting I reach an error which is: C:\projets\opencv\QT_framework\Opencv_test\globals.cpp:38: erreur : 'CV_FOURCC' was not declared in this scope writer.open(chemin_video_save_plus_numberfile, CV_FOURCC('X', '2', '6', '4'), 30, size);
What do you thing about error. Is this something specific to Qt or OpenCV400alpha?
I only include : #include <opencv2 opencv.hpp="">
Should I include something else for QT framework?
Also What is the equivalent int number of the CV_FOURCC('X', '2', '6', '4')?
BR
CLR (managed) -- red flag detected.