olympuswifi


Nameolympuswifi JSON
Version 0.9.3 PyPI version JSON
download
home_pageNone
SummaryConnect to wifi-enabled Olympus camera, show liveview, set the clock, take pictures, download images, change settings, turn it off.
upload_time2024-12-31 23:11:46
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseNone
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": "0.9.3",
    "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": "",
            "digests": {
                "blake2b_256": "b325261ff2cc2a41a7a7a682b7065feb49ad80f6a42c6fe1d8d7d90671b88ab6",
                "md5": "6a7d80e44b004d055f1d7e3c08285015",
                "sha256": "82906ff6ffe03b59a9cc77a0958ad55c5ea684c7796b01cfb59df90d3b62ea4b"
            },
            "downloads": -1,
            "filename": "olympuswifi-0.9.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6a7d80e44b004d055f1d7e3c08285015",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 20417,
            "upload_time": "2024-12-31T23:11:46",
            "upload_time_iso_8601": "2024-12-31T23:11:46.556055Z",
            "url": "https://files.pythonhosted.org/packages/b3/25/261ff2cc2a41a7a7a682b7065feb49ad80f6a42c6fe1d8d7d90671b88ab6/olympuswifi-0.9.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-31 23:11:46",
    "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"
}
        
Elapsed time: 1.83491s