I am using property (cv2.CAP_PROP_SETTINGS, 1) to get all the camera parameters dialog box but now I am looking to change anyone of the camera parameter with other camera parameter in this dialog box. so can I get any suggestions?
please note, that this will invoke the camera drivers persistent settings (only available from the dshow backend on win) and no, you cannot add other values there.
you can still try to cap.set(cv2.CAP_PROP_XXXX, something) to change props not listed in the box