JARVIS-MoCap / JARVIS-AcquisitionTool

AcquisitionTool to record multi-camera recordings for the JARVIS 3D Markerless Pose Estimation Toolbox
https://jarvis-mocap.github.io/jarvis-docs/
GNU Lesser General Public License v2.1
19 stars 3 forks source link

small bug with ffmpeg videoio lib #15

Closed thejanzimmermann closed 1 year ago

thejanzimmermann commented 1 year ago

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

timohueser commented 1 year ago

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.