0

Is it possible to ajust the RGB values if the light source is a warm white and not a cold white?

With the hardware we have, we have the information in the picture below.

The data we have from the sensor

Pascal
  • 2,175
  • 4
  • 39
  • 57
  • Yes, white-balancing is possible in post. Use grey points (or which should be grey) in the image to find relationship between the components, then recalibrate/adjust from that. –  Jun 02 '16 at 09:37
  • This comment is more confusing than the question: "Yes, white-balancing is possible in post. Use grey points (or which should be grey) in the image to find relationship between the components, then recalibrate/adjust from that. " if you dont have the time to answer properly dont answer – gpasch Jun 02 '16 at 20:02

1 Answers1

2

If you want to convert your image from one colour temperature to another you need to apply colour correction! For that you need to compute the 3x3 Color correction matrix for that Temperature. You can have a rough idea about this here

If you don't want to do this manually! You can go for Auto White Balance which will neutralize the overall effect of Color temperature as explained here!

Community
  • 1
  • 1
Balaji R
  • 1,805
  • 22
  • 41