CCM: change hardcode
All checks were successful
PostmarketOS Build / Build for aarch64 (push) Successful in 3m27s
PostmarketOS Build / Build for x86_64 (push) Successful in 40s

Signed-off-by: Vasiliy Doylov <nekocwd@mainlining.org>
This commit is contained in:
Vasiliy Doylov 2025-06-13 13:13:40 +03:00
parent 4cb6380f81
commit d9c9827e01
Signed by: NekoCWD
GPG key ID: B7BE22D44474A582

View file

@ -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",