Calyp GitHubCode
Calyp is an open-source raw video player for image/video analysis
Status: Beta
Brought to you by:
jfmcarreira
plaYUVer is an open-source video player with the following features:
Download update build for windows and linux from our SourceForge project page
a Qt development environment (libraries, headers, qmake, ...): only QtCore, QtGui and QtWidgets are required, at least in version 4
Optional Dependencies:
FFmpeg
Run the following commands: (this will create an executable named playuver)
mkdir build
cd build
cmake -DUSE_QT4=OFF -DUSE_FFMPEG=ON -DUSE_OPENCV=ON .. (for FFmpeg and OpenCV support)
make
make install