diff --git a/src/Cafe/OS/libs/camera/Rgb2Nv12.cpp b/src/Cafe/OS/libs/camera/Rgb2Nv12.cpp index ab372f6f..935d627d 100644 --- a/src/Cafe/OS/libs/camera/Rgb2Nv12.cpp +++ b/src/Cafe/OS/libs/camera/Rgb2Nv12.cpp @@ -3,8 +3,8 @@ constexpr static glm::mat3x3 coefficientMatrix = { - +0.257f, -0.148f, -0.439f, - -0.504f, -0.291f, -0.368f, + +0.257f, -0.148f, 0.439f, + +0.504f, -0.291f, -0.368f, +0.098f, +0.439f, -0.071f}; constexpr static glm::mat4x3 offsetMatrix = {