mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-20 05:39:59 +01:00
added brightness,gamma,saturation sliders and apply in playback thread
This commit is contained in:
@@ -32,10 +32,12 @@ private:
|
||||
VideoMode mode;
|
||||
int device_num;
|
||||
unsigned int red, green, blue;
|
||||
unsigned int bright_, gamma_, saturation_;
|
||||
public:
|
||||
Playback(QObject *parent = 0);
|
||||
~Playback();
|
||||
void setRGB(int r, int g, int b);
|
||||
void setColorOptions(int b, int g, int s);
|
||||
void Play();
|
||||
void Stop();
|
||||
void Release();
|
||||
|
||||
Reference in New Issue
Block a user