mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-05 22:40:16 +01:00
updated README
This commit is contained in:
@@ -10,6 +10,7 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user