camstream


Namecamstream JSON
Version 0.0.1 PyPI version JSON
download
home_page
SummarySimple Interface for Camera Streams in Python
upload_time2024-03-02 06:47:13
maintainer
docs_urlNone
authorAimar Abimayu Pratama
requires_python
license
keywords python interface stream camera opencv tkinter
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# CamStream



Simple interface for connect and display the video stream from a camera.



Developed by Aimar Abimayu Pratama (c) 2024



## How To Use



```python

from camstream import camstream

import cv2



cam = cv2.VideoCapture(0)

camstream(cam)

```


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "camstream",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,interface,stream,camera,opencv,tkinter",
    "author": "Aimar Abimayu Pratama",
    "author_email": "<aimarabimanyu123@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/2e/1f/4ae0c284e6d04cd00b6bd2158e8be2f5cfab60dad45e15ba1157c7af1cd8/camstream-0.0.1.tar.gz",
    "platform": null,
    "description": "\r\n# CamStream\r\n\r\n\r\n\r\nSimple interface for connect and display the video stream from a camera.\r\n\r\n\r\n\r\nDeveloped by Aimar Abimayu Pratama (c) 2024\r\n\r\n\r\n\r\n## How To Use\r\n\r\n\r\n\r\n```python\r\n\r\nfrom camstream import camstream\r\n\r\nimport cv2\r\n\r\n\r\n\r\ncam = cv2.VideoCapture(0)\r\n\r\ncamstream(cam)\r\n\r\n```\r\n\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Simple Interface for Camera Streams in Python",
    "version": "0.0.1",
    "project_urls": null,
    "split_keywords": [
        "python",
        "interface",
        "stream",
        "camera",
        "opencv",
        "tkinter"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "620d6592e5c06784a48b4a2ea5291442df4e15869fd3f11e2d165c7226afe779",
                "md5": "e55c36930659803678ebe8aaefa36eec",
                "sha256": "ef0c71d2693585a9200051a43ada0e45167dc5d8e1ce5b5fba8b2dfaa1748cba"
            },
            "downloads": -1,
            "filename": "camstream-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e55c36930659803678ebe8aaefa36eec",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3307,
            "upload_time": "2024-03-02T06:47:10",
            "upload_time_iso_8601": "2024-03-02T06:47:10.464625Z",
            "url": "https://files.pythonhosted.org/packages/62/0d/6592e5c06784a48b4a2ea5291442df4e15869fd3f11e2d165c7226afe779/camstream-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2e1f4ae0c284e6d04cd00b6bd2158e8be2f5cfab60dad45e15ba1157c7af1cd8",
                "md5": "719d6a540c32126b5454565303ff74eb",
                "sha256": "93a01dc703704d508ae193d1340f7d9216bd6276a9d0f47da402891f6c05499c"
            },
            "downloads": -1,
            "filename": "camstream-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "719d6a540c32126b5454565303ff74eb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3084,
            "upload_time": "2024-03-02T06:47:13",
            "upload_time_iso_8601": "2024-03-02T06:47:13.072910Z",
            "url": "https://files.pythonhosted.org/packages/2e/1f/4ae0c284e6d04cd00b6bd2158e8be2f5cfab60dad45e15ba1157c7af1cd8/camstream-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-02 06:47:13",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "camstream"
}
        
Elapsed time: 0.26400s