Change exposure with OpenCv - Linux

On windows use cap = cv2.VideoCapture(1, cv2.CAP_DSHOW) and
cap.set(cv2.CAP_PROP_SETTINGS, 1) opens camera settings. There you can check what the values typically are because 70 might be out of range.