Bloodevil / sony_camera_api

sony camera remote api
http://developer.sony.com/develop/cameras/
MIT License
244 stars 60 forks source link

Zen polishing #55

Closed willywongi closed 5 years ago

willywongi commented 5 years ago

I added proper logging, allowed it to raise exceptions when needed, simplified a couple of things. I removed checking if the method is allowed: better ask forgiveness, not permission (and, since getAllowedMethods were called before setting shoot mode, actTakePicture was not available and it refused to instruct the camera to take pictures!).

Bloodevil commented 5 years ago

thanks so much. good job.