https://github.com/joergmlpts/olympus-wifi
Connect to wifi-enabled Olympus camera, show liveview, set the clock, take pictures, download images, change settings, turn it off.
https://github.com/joergmlpts/olympus-wifi
camera linux liveview olympus python wifi
Last synced: 6 months ago
JSON representation
Connect to wifi-enabled Olympus camera, show liveview, set the clock, take pictures, download images, change settings, turn it off.
- Host: GitHub
- URL: https://github.com/joergmlpts/olympus-wifi
- Owner: joergmlpts
- License: mit
- Created: 2022-10-23T04:25:04.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-31T23:07:50.000Z (9 months ago)
- Last Synced: 2025-03-06T00:40:58.969Z (7 months ago)
- Topics: camera, linux, liveview, olympus, python, wifi
- Language: Python
- Homepage:
- Size: 829 KB
- Stars: 19
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Olympus Wifi-Enabled Camera on Linux, macOS and Windows
Some Olympus cameras have wifi capability. Photos can be downloaded from them;
they can also remote control the camera: the live camera picture is
transmitted and they take pictures and modify settings via wifi.This repository provides Python code to connect to a wifi-enabled Olympus
camera, set the camera's date and time, download images, watch the live camera
view in a window, take a picture, change camera settings, and turn off the
camera. In addition, command-line arguments allow to send user-specific commands
to the camera.# Documentation
Our documentation is at [olympus-wifi.readthedocs.org](https://olympus-wifi.readthedocs.org).
- [Utilities](https://olympus-wifi.readthedocs.io/en/latest/usage.html#utility-olympus-camera)
- [Installation](https://olympus-wifi.readthedocs.io/en/latest/usage.html#installation)
- [API Overview](https://olympus-wifi.readthedocs.io/en/latest/api.html)
- [API Reference](https://olympus-wifi.readthedocs.io/en/latest/api.html#detailed-api-documentation)