'libqt-omd' is a software library to control Olympus OM-D and Pen digital cameras over wifi
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Steffen Vogel 9eb32a211c
fixed link to wiki (closes #3)
6 years ago
graphics added icon for systray menu 9 years ago
libqt-omd Update camera.cpp 8 years ago
test added gray (inactive) version of tray icon 9 years ago
.gitignore renamed classed with Oi* prefix 9 years ago
COPYING.md added GPL3 license in markdown format 9 years ago
README.md fixed link to wiki (closes #3) 6 years ago
omd.pro fixed a lot of bugs and moved lib to subdir 9 years ago

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.