python sony camera api
using pip:
pip install pysony
using repo:
git clone https://github.com/Bloodevil/sony_camera_api.git
python setup.py install
simple example:
>>> api = pysony.SonyAPI()
>>> api.getAvailableApiList()
there api list that you can use.
liveview
- can see the photo via liveview
timer
- take a picture every n seconds
dump_camera_capabilities
- show every supported api list
pyLiveView
- Released under the GPL v2 (or later) by Simon Wood (simon@mungewell.org)
- Sample application to connect to camera, and start a video recording
- with or without a GUI LiveView screen