Difference between revisions of "OpenCV"
Jump to navigation
Jump to search
(→Links) |
(→Issues) |
||
Line 7: | Line 7: | ||
* https://docs.opencv.org/ | * https://docs.opencv.org/ | ||
= Issues = | = Issues = | ||
+ | == OpenCV VideoWriter == | ||
<pre> | <pre> | ||
OpenCV: FFMPEG: tag 0x67706a6d/'mjpg' is not supported with codec id 7 and format 'mpeg / MPEG-1 Systems / MPEG program stream' | OpenCV: FFMPEG: tag 0x67706a6d/'mjpg' is not supported with codec id 7 and format 'mpeg / MPEG-1 Systems / MPEG program stream' | ||
</pre> | </pre> | ||
+ | * https://stackoverflow.com/questions/34024041/writing-x264-from-opencv-3-with-ffmpeg-on-linux | ||
= What Links Here = | = What Links Here = | ||
{{WhatLinksHere}} | {{WhatLinksHere}} |
Revision as of 08:03, 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'