Rem

a VLC Based Computer Vision Test Bench

Get in from GitHub

Welcome to REM homepage

Rem is a plugin that allows you to embed easily your own algorithm in VLC in order to test it or to make a quick demo. Doing so it provides you access to all the inputs that VLC can handle (Webcam, youtube, DVD, ...)

Get started

Get the module


git clone https://github.com/rem1-0/rem.git
cd rem            
        

Configure and compile the module


autoreconf -vfi
./configure
make
          

Install the module

Place the module with the other VLC video-filter modules so that VLC recognizes it (on Debian/Ubuntu : /usr/lib/vlc/plugins/video_filter).

Use Rem

In VLC : You now just need to load an input (Webcam, youtube, DVD, ...) and your algorithm is applied.
Note : If you open a console (Tools -> Messages) you will shown statistics.

What is up to you ?

Please help us to improve REM. First by testing it on as many distribtion as you can and feedback with github issues. You can also propose or add some features ! (--> github issues) We will apreciate, pictures, screenshots showing your usage of Rem, and please provide your institution logo with your official email to fill our "hall of fame".

Acknowledgment