streamlit-camera-input-live


Namestreamlit-camera-input-live JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/blackary/streamlit-camera-input-live
SummaryAlternative version of st.camera_input which returns the webcam images live, without any button press needed
upload_time2022-09-27 16:09:30
maintainer
docs_urlNone
authorZachary Blackwood
requires_python>=3.7
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # streamlit-camera-input-live

[![PyPI version](https://img.shields.io/pypi/v/streamlit-camera-input-live.svg?logo=pypi&logoColor=FFE873)](https://pypi.org/project/streamlit-camera-input-live/)
[![PyPI downloads](https://img.shields.io/pypi/dm/streamlit-camera-input-live.svg)](https://pypistats.org/packages/streamlit-camera-input-live)
[![GitHub](https://img.shields.io/github/license/blackary/streamlit-camera-input-live.svg)](LICENSE)
[![Code style: Black](https://img.shields.io/badge/code%20style-Black-000000.svg)](https://github.com/psf/black)

Alternative version of st.camera_input which returns the webcam images live, without any button press needed

[![Open in Streamlit](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://camera.streamlitapp.com)

## Installation instructions

```sh
pip install streamlit-camera-input-live
```

## Usage instructions

```python
import streamlit as st

from camera_input_live import camera_input_live

image = camera_input_live()

st.image(value)
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/blackary/streamlit-camera-input-live",
    "name": "streamlit-camera-input-live",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "Zachary Blackwood",
    "author_email": "zachary@streamlit.io",
    "download_url": "https://files.pythonhosted.org/packages/91/e1/770277a024a02916120fb396a2ec9524fba2a00d077f98295e71bbb698e7/streamlit-camera-input-live-0.2.0.tar.gz",
    "platform": null,
    "description": "# streamlit-camera-input-live\n\n[![PyPI version](https://img.shields.io/pypi/v/streamlit-camera-input-live.svg?logo=pypi&logoColor=FFE873)](https://pypi.org/project/streamlit-camera-input-live/)\n[![PyPI downloads](https://img.shields.io/pypi/dm/streamlit-camera-input-live.svg)](https://pypistats.org/packages/streamlit-camera-input-live)\n[![GitHub](https://img.shields.io/github/license/blackary/streamlit-camera-input-live.svg)](LICENSE)\n[![Code style: Black](https://img.shields.io/badge/code%20style-Black-000000.svg)](https://github.com/psf/black)\n\nAlternative version of st.camera_input which returns the webcam images live, without any button press needed\n\n[![Open in Streamlit](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://camera.streamlitapp.com)\n\n## Installation instructions\n\n```sh\npip install streamlit-camera-input-live\n```\n\n## Usage instructions\n\n```python\nimport streamlit as st\n\nfrom camera_input_live import camera_input_live\n\nimage = camera_input_live()\n\nst.image(value)\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Alternative version of st.camera_input which returns the webcam images live, without any button press needed",
    "version": "0.2.0",
    "project_urls": {
        "Homepage": "https://github.com/blackary/streamlit-camera-input-live"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "239b1c0ea2b4cc39ff1be6ad7171ac9455203d08e725a9e101cc3e7311589842",
                "md5": "d6a2c88e199a6f8ea1c5e9bcee2f0ac3",
                "sha256": "dacb56cdedbb0d6c07e35a66b755b9145b5023e5c855c64193c3d3e73198e9be"
            },
            "downloads": -1,
            "filename": "streamlit_camera_input_live-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d6a2c88e199a6f8ea1c5e9bcee2f0ac3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 6586,
            "upload_time": "2022-09-27T16:09:29",
            "upload_time_iso_8601": "2022-09-27T16:09:29.528873Z",
            "url": "https://files.pythonhosted.org/packages/23/9b/1c0ea2b4cc39ff1be6ad7171ac9455203d08e725a9e101cc3e7311589842/streamlit_camera_input_live-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "91e1770277a024a02916120fb396a2ec9524fba2a00d077f98295e71bbb698e7",
                "md5": "da372282496862355bf7a084399bcc41",
                "sha256": "20ceb952b98410084176fcfeb9148e02ea29033a88d4a923161ac7890cedae0f"
            },
            "downloads": -1,
            "filename": "streamlit-camera-input-live-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "da372282496862355bf7a084399bcc41",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 5761,
            "upload_time": "2022-09-27T16:09:30",
            "upload_time_iso_8601": "2022-09-27T16:09:30.726085Z",
            "url": "https://files.pythonhosted.org/packages/91/e1/770277a024a02916120fb396a2ec9524fba2a00d077f98295e71bbb698e7/streamlit-camera-input-live-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-09-27 16:09:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "blackary",
    "github_project": "streamlit-camera-input-live",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "streamlit-camera-input-live"
}
        
Elapsed time: 0.35018s