Difference between revisions of "OpenCV"

From BITPlan Wiki
Jump to navigation Jump to search
Line 12: Line 12:
 
</pre>
 
</pre>
 
* https://stackoverflow.com/questions/34024041/writing-x264-from-opencv-3-with-ffmpeg-on-linux
 
* https://stackoverflow.com/questions/34024041/writing-x264-from-opencv-3-with-ffmpeg-on-linux
 +
* https://answers.opencv.org/question/120081/videowriter-recording-mp4-x264-opencv-31/
  
 
= What Links Here =
 
= What Links Here =
 
{{WhatLinksHere}}
 
{{WhatLinksHere}}

Revision as of 09:05, 9 January 2020

Click here to comment see Self Driving RC Car

OpenCV is a computer vision library written in C++. Binding for Java, Python and other environments are available.

Links

Issues

OpenCV VideoWriter

OpenCV: FFMPEG: tag 0x67706a6d/'mjpg' is not supported with codec id 7 and format 'mpeg / MPEG-1 Systems / MPEG program stream'

What Links Here