ipa: rpi: awb_nn: Remove unused constexpr variable
The kDefaultCT variable is unused, remove it. Signed-off-by: Naushir Patuck <naush@raspberrypi.com> Reviewed-by: Barnabás Pőcze <barnabas.pocze@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
committed by
Kieran Bingham
parent
0d3e543b4d
commit
14ba4d1680
@@ -35,8 +35,6 @@ using namespace libcamera;
|
||||
|
||||
LOG_DECLARE_CATEGORY(RPiAwb)
|
||||
|
||||
constexpr double kDefaultCT = 4500.0;
|
||||
|
||||
/*
|
||||
* The neural networks are trained to work on images rendered at a canonical
|
||||
* colour temperature. That value is 5000K, which must be reproduced here.
|
||||
|
||||
Reference in New Issue
Block a user