Changing FocusMode not working using MediaStream API in Google Chrome
问题 In Google Chrome Browser i was able to get live feed of my connected USB Camera using getUserMedia() API. I have a slider to change the brightness value and this is working fine. I also want focusMode to toggle from continuous to manual (The camera always starts with continuous focusMode). I have the below Javascript code to change FocusMode. const video_constraints ={}; //Create the following keys for Constraint video_constraints.video = {}; video_constraints.video.width = {}; video