Bloodevil / sony_camera_api

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

check support api list. #5

Closed Bloodevil closed 9 years ago

Bloodevil commented 9 years ago

Camera has different support api list. so I should check connected camera can support or not of each class's properties.

like below:

class .. def method(): if not method_name exist on available_api_list: raise "This camera can't use this api"