Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stv0g/libqt-omd
'libqt-omd' is a software library to control Olympus OM-D and Pen digital cameras over wifi
https://github.com/stv0g/libqt-omd
camera library olympus om-d
Last synced: 11 days ago
JSON representation
'libqt-omd' is a software library to control Olympus OM-D and Pen digital cameras over wifi
- Host: GitHub
- URL: https://github.com/stv0g/libqt-omd
- Owner: stv0g
- License: other
- Created: 2014-12-16T01:03:15.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-03T08:48:57.000Z (about 7 years ago)
- Last Synced: 2024-10-14T12:33:23.489Z (25 days ago)
- Topics: camera, library, olympus, om-d
- Language: C++
- Homepage: https://dev.0l.de/projects/omd/start
- Size: 63.5 KB
- Stars: 39
- Watchers: 9
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.md
Awesome Lists containing this project
README
# 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](https://dev.0l.de/projects/omd/start) 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](http://app.olympus-imaging.com/oishare/).- 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 EZSource: http://www.getolympus.com/olympusimageshare
## License
Copyright (C) 2014 Steffen Vogel
This library is licensed under the [GNU General Public License](http://www.gnu.org/copyleft/gpl.html) 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 for a copy of the GNU General Public License.