Videocapture parameters

Hi,
I am using cv2.VideoCapture() function to read real-time webcam frames from logitech c922 webcam. I have to set the white balance by manually. However i can’t able to set it.

from the link, Setting Camera Parameters in OpenCV/Python - Stack Overflow i can understand that white balance is not supported. But i have to set it by myself for processing purpose

Please let me know is there any way to set white balance manually in python with cv2 or some other libraries