libsonyapi
libsonyapi copied to clipboard
Python binding for the Sony Camera API
Results
2
libsonyapi issues
Sort by
recently updated
recently updated
newest added
Hello, It is posible revise to work with new cameras? reggards
Hello, I will like to donwload the last video in the A7III ``` camera.do(Actions.startMovieRec) # take a picture print("hghghhghghh") # prints fnumber time.sleep(10) camera.do(Actions.stopMovieRec) # take a picture ``` This...
enhancement