CCM: change hardcode
Signed-off-by: Vasiliy Doylov <nekocwd@mainlining.org>
This commit is contained in:
parent
4cb6380f81
commit
d9c9827e01
1 changed files with 1 additions and 5 deletions
|
@ -152,12 +152,8 @@ public class EyeNeko.Gstreamer : Object {
|
|||
camerabin.set_property ("camera-source", camerasrc_wrapper);
|
||||
camerabin.set_property ("viewfinder-sink", viewfinder);
|
||||
color_correction_matrix.red_in_red = 1f;
|
||||
color_correction_matrix.red_in_blue = 0.1f;
|
||||
color_correction_matrix.red_in_green = 0.1f;
|
||||
color_correction_matrix.blue_in_red = 0.1f;
|
||||
color_correction_matrix.blue_in_blue = 1f;
|
||||
color_correction_matrix.blue_in_green = 0.1f;
|
||||
color_correction_matrix.green_in_green = 0.8f;
|
||||
color_correction_matrix.green_in_green = 0.9f;
|
||||
|
||||
camerasrc_wrapper.set_property ("video-source-filter",
|
||||
pipe_elements ("Camera Processing",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue