JARVIS-MoCap / JARVIS-AcquisitionTool

AcquisitionTool to record multi-camera recordings for the JARVIS 3D Markerless Pose Estimation Toolbox

Home Page:https://jarvis-mocap.github.io/jarvis-docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

small bug with ffmpeg videoio lib

thejanzimmermann opened this issue · comments

there is a small bug (current upstream opencv ffmpeg issue) where compilation of acquisition tool gets hung up.

all that needs to be changed is add
#include <libavcodec/version.h> to JARVIS-Acquisitiontool/libs/OpenCV/opencv/modules/videoio/src/ffmpeg_codecs.hpp

Thanks

Jan

Hi Jan,

Thanks for letting me know, and double thanks for providing a fix! I just pushed the OpenCV version to 4.7.0, that version includes the libavcodec/version.h include, so this should hopefully fix the issue.