Skip to content
/ sonypy Public
forked from storborg/sonypy

Python module for Sony Camera Remote API

License

Notifications You must be signed in to change notification settings

kratz00/sonypy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SonyPy - Implements the Sony Camera Remote API

Scott Torborg - Cart Logic

Installation

$ python setup.py install

Quick Start

  1. Install sonypy.
  2. Enable remote control over Wifi on your camera.
  3. Connect your computer to the wifi network hosted by the camera.
  4. Open a Python shell.

Now you can start playing:

>>> from sonypy import Discoverer, Camera

First try to connect to a camera:

>>> discoverer = Discoverer()
>>> cameras = discoverer.discover()
>>> cameras
[<Camera ...>, <Camera ...>]

Take a shot with current settings:

>>> cam = cameras[0]
>>> cam.act_take_picture()

License

SonyPy is licensed under an MIT license. Please see the LICENSE file for more information.

About

Python module for Sony Camera Remote API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%