When SharpCAP starts, it will use the default white balance, which is R:G:B=1:1:1. Therefore, the image you see is greenish (as shown below). Because from the light efficiency curve of the color CMOS chip, the response to green light is the highest. In order to obtain the correct white balance, you need to perform manual white balance adjustment.

For color cameras, SharpCAP will automatically open the progress bar of the white balance adjustment function, and you can make adjustments.
Since white balance is the ratio of light sensitivity between red and green, and the ratio of light sensitivity between blue and green, you can first fix the green value to 128. Then adjust the red and blue.
For example, after adjustment, blue is 255 and red is 161, and now it looks much better. If you need more blue, because the blue has reached 255 and cannot be adjusted upwards, in this case, you can reduce the green appropriately. Then adjust again. In this way, a larger proportion can be obtained.
As we said before. If you are doing planetary imaging you should set the offset value as low as possible. To make the background close to zero. Then you can easy to get correct color balance. Otherwise it will not easy to get it. The The following image shows the offset is good and you can not get good balance.
The reason is that the Color balance is a ratio of the RGB sensitivity difference. So we use a ratio to multiple the RGB value and get it done. But if there is a bias exist. The ratio will not be correct. For example, the G sensitivity is two times than R.
G=2R In order to get white balance. We multiply a ratio of 2 to R
R’=2R= G so we get R=G
When a bias exist. The bias is a constant add to each pixel. So the image you see is:
R’’=R+bias
G’’=G+bias=2R+bias
Now the ratio R”:G”=(R+bias)/(2R+bias) and it is not equ to 1:2. It shows the bias will effect the true value of the R:G. And the ratio of R:G will arious when the image light changed. It is hardly to correct with a fixed ratio.
But for DSO capture, You should keep the offset above zero and avoid the background is cut off. A background from 1000-5000 is a good value(16bit mode) for DSO imaging.