| Name | olympuswifi JSON |
| Version |
1.0.0
JSON |
| download |
| home_page | None |
| Summary | Connect to wifi-enabled Olympus camera, show liveview, set the clock, take pictures, download images, change settings, turn it off. |
| upload_time | 2025-10-26 22:16:59 |
| maintainer | None |
| docs_url | None |
| author | None |
| requires_python | >=3.7 |
| license | None |
| keywords |
camera
liveview
olympus
wifi
|
| VCS |
 |
| bugtrack_url |
|
| requirements |
Pillow
requests
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
# 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)
Raw data
{
"_id": null,
"home_page": null,
"name": "olympuswifi",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "camera, liveview, olympus, wifi",
"author": null,
"author_email": "joergmlpts <joergmlpts@outlook.com>",
"download_url": null,
"platform": null,
"description": "# Olympus Wifi-Enabled Camera on Linux, macOS and Windows\n\nSome Olympus cameras have wifi capability. Photos can be downloaded from them;\nthey can also remote control the camera: the live camera picture is\ntransmitted and they take pictures and modify settings via wifi.\n\nThis repository provides Python code to connect to a wifi-enabled Olympus\ncamera, set the camera's date and time, download images, watch the live camera\nview in a window, take a picture, change camera settings, and turn off the\ncamera. In addition, command-line arguments allow to send user-specific commands\nto the camera.\n\n# Documentation\n\nOur documentation is at [olympus-wifi.readthedocs.org](https://olympus-wifi.readthedocs.org).\n\n- [Utilities](https://olympus-wifi.readthedocs.io/en/latest/usage.html#utility-olympus-camera)\n- [Installation](https://olympus-wifi.readthedocs.io/en/latest/usage.html#installation)\n- [API Overview](https://olympus-wifi.readthedocs.io/en/latest/api.html)\n- [API Reference](https://olympus-wifi.readthedocs.io/en/latest/api.html#detailed-api-documentation)\n",
"bugtrack_url": null,
"license": null,
"summary": "Connect to wifi-enabled Olympus camera, show liveview, set the clock, take pictures, download images, change settings, turn it off.",
"version": "1.0.0",
"project_urls": {
"Bug Tracker": "https://github.com/joergmlpts/olympus-wifi/issues",
"Documentation": "https://olympus-wifi.readthedocs.org",
"Homepage": "https://github.com/joergmlpts/olympus-wifi"
},
"split_keywords": [
"camera",
" liveview",
" olympus",
" wifi"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "43b4588a83349e618e837179c44b1ff05c416031327c8d65496079cc9ca9017d",
"md5": "f4ca2a203f04a89faebc586212d15b27",
"sha256": "c73058461b034ad0791d6675dd3e953ccf7897dbdbad8ff51a1d9843df3c2e97"
},
"downloads": -1,
"filename": "olympuswifi-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f4ca2a203f04a89faebc586212d15b27",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 21101,
"upload_time": "2025-10-26T22:16:59",
"upload_time_iso_8601": "2025-10-26T22:16:59.607677Z",
"url": "https://files.pythonhosted.org/packages/43/b4/588a83349e618e837179c44b1ff05c416031327c8d65496079cc9ca9017d/olympuswifi-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-26 22:16:59",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "joergmlpts",
"github_project": "olympus-wifi",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "Pillow",
"specs": []
},
{
"name": "requests",
"specs": []
}
],
"lcname": "olympuswifi"
}