2017-02-19 16:10:46 -08:00
2017-02-19 16:10:46 -08:00
2017-02-01 02:39:06 -08:00
2017-02-16 18:52:49 -08:00

Acid.Cam.v2.Qt

Cross platform version of Acid Cam written in C++11

To compile on Linux watch this video: https://youtu.be/ntsoGTglWzY

To develop C++ filters that the program will load dynamically see the example filter in the plugins directory. The program will look for two functions:

void pixel(int x, int y, unsigned char *buffer);

void complete();

pixel is called once for every pixel in the frame and complete is called when every pixel has been drawn.

Description
Cross Platform version of Acid Cam for MacOS, Linux, and Windows
Readme GPL-3.0 160 MiB
Languages
C++ 99.2%
C 0.8%