Similar to Playmemories, this application allows you to connect your Sony wifi camera, e.g. the DSC-QX10, to your desktop. It provides a simple interface that displays a live view video stream from the camera, zoom in and out, touch focus and take photos.

The application uses PyQt4 for the GUI. To communicate with the camera HTTP POST and GET messages mixed with some JSON objects are sent via sockets to the wifi enabled camera. The format of these commands follows the published Sony API. All communications with the camera are off loaded in a separate thread so that the main GUI does not slow down.

Requirements:
1. Python >=2.7 (https://www.python.org/downloads/)
2. PyQt4 (https://www.riverbankcomputing.com/software/pyqt/download)

To use:
1. Connect computer to camera via wifi (camera password required)
2. From the directory where the Python files were downloaded type: python sony.py

Sony camera API PDF is available here: https://developer.sony.com/develop/cameras

Features

  • Live view
  • Touch focus
  • Zoom
  • take photos
  • Select still photo size

Project Samples

Project Activity

See All Activity >

Follow Sony Wifi Camera Desktop Application

Sony Wifi Camera Desktop Application Web Site

You Might Also Like
Build Securely on Azure with Proven Frameworks Icon
Build Securely on Azure with Proven Frameworks

Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
Rate This Project
Login To Rate This Project

User Ratings

★★★★★
★★★★
★★★
★★
1
0
0
0
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5

User Reviews

  • C:\sony\sony>python sony.py Traceback (most recent call last): File "sony.py", line 10, in <module> from sonycamera import SonyCamera File "C:\sony\sony\sonycamera.py", line 11, in <module> from lxml import etree ImportError: No module named lxml Output my display! What is the file "lxml"?
Read more reviews >

Additional Project Details

Registered

2016-01-11