# sony_camera_api **Repository Path**: Geek_W_admin/sony_camera_api ## Basic Information - **Project Name**: sony_camera_api - **Description**: No description available - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-31 - **Last Updated**: 2024-12-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Build Status](https://travis-ci.org/Bloodevil/sony_camera_api.svg?branch=master)](https://travis-ci.org/Bloodevil/sony_camera_api) Pysony =============== python sony camera api Install ==== using pip: pip install pysony using repo: git clone https://github.com/Bloodevil/sony_camera_api.git python setup.py install Usage ==== simple example: >>> api = pysony.SonyAPI() >>> api.getAvailableApiList() api_list ==== there api list that you can use. examples ==== 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