'libqt-omd' is a software library to control Olympus OM-D and Pen digital cameras over wifi
Go to file
Steffen Vogel 9eb32a211c
fixed link to wiki (closes #3)
2017-11-03 09:48:56 +01:00
graphics added icon for systray menu 2015-02-10 00:40:04 +01:00
libqt-omd Update camera.cpp 2016-04-30 15:25:06 -05:00
test added gray (inactive) version of tray icon 2015-02-10 01:19:33 +01:00
.gitignore renamed classed with Oi* prefix 2015-01-19 23:26:48 +01:00
COPYING.md added GPL3 license in markdown format 2015-02-10 01:27:54 +01:00
README.md fixed link to wiki (closes #3) 2017-11-03 09:48:56 +01:00
omd.pro fixed a lot of bugs and moved lib to subdir 2015-01-18 00:06:37 +01:00

README.md

libqt-omd (Work In Progress)

libqt-omd is a software library to control Olympus OM-D and Pen digital cameras over wifi.

Take a look at the wiki for more information and protocol reverse engineering.

The library is based on Qt4 / Qt5 and implements two classes:

  1. Camera to control the camera and release the shutter.
  2. LiveView to stream a video of the viewfinder.

Compatible Cameras

The following Olympus cameras are compatible with libqt-omd. These are all cameras which are compatible with Olympus Image Share.

  • OM-D E-M1
  • OM-D E-M10
  • PEN E-P5
  • STYLUS 1
  • TG-3
  • SH-1

Compatible motor zoom lenses

  • M.ZUIKO 12-50mm f3.5-5.6 EZ
  • M.ZUIKO 14-42mm f3.5-5.6 EZ

Source: http://www.getolympus.com/olympusimageshare

License

Copyright (C) 2014 Steffen Vogel

This library is licensed under the GNU General Public License version 3

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

See http://www.gnu.org/licenses/ for a copy of the GNU General Public License.