You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most likely the reason why this operation is missing is that the CGI documentation is buggy. I figured out a way to make it work by providing the right parameter, i.e. snapQuality instead of snapPicQuality:
Most likely the reason why this operation is missing is that the CGI documentation is buggy. I figured out a way to make it work by providing the right parameter, i.e.
snapQuality
instead ofsnapPicQuality
:mycam.execute_command('setSnapConfig', { 'snapQuality' : 2, 'saveLocation': 2 })
The text was updated successfully, but these errors were encountered: