{ "info": { "author": "CHAUVET Hugo", "author_email": "chauvet@ipgp.fr", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Programming Language :: Python", "Topic :: Multimedia :: Video", "Topic :: Scientific/Engineering :: Visualization" ], "description": "========\npyElphel\n========\n\nControl Elphel camera 353 from python using RTSP protocol and from imgsrv access for full resoltion images.\nSee the GitHub Page: https://github.com/hchauvet/pyElphel\n\nRequirement\n-----------\n\n* Python OpenCv \n http://docs.opencv.org/trunk/doc/py_tutorials/py_setup/py_table_of_contents_setup/py_table_of_contents_setup.html#py-table-of-content-setup\n\nInstallation\n------------\n\n**From file**::\n\n python setup.py install\n\n**From pip**::\n\n pip install pyElphel\n\nExamples\n--------\n\nVideo at full resolution (2592x1936) is impossible using RTSP. For this resolution use *grab_image_slow()*, which relies on imgsrv access through http.\n\n**Set parameters**::\n\n from pyElphel import Elphel\n\n cam = Elphel()\n\n cam.params['WOI_WIDTH'] = 1280\n cam.params['WOI_HEIGHT'] = 720\n cam.params['COLOR'] = 1\n cam.params['EXPOS'] = 10000\n\n cam.set_params()\n\n \n**Live display**::\n\n\n from pyElphel import Elphel\n\n with Elphel() as cam:\n cam.display()\n \n \n**Get single image**::\n\n\n from pyElphel import Elphel\n\n with Elphel() as cam:\n cam.init_live()\n\n img = cam.grab_image()\n\n\n**Get single image at full resolution**::\n\n\n from pyElphel import Elphel\n\n cam = Elphel()\n\n img = cam.grab_image_slow()", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/hchauvet/pyElphel", "keywords": null, "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "pyElphel", "package_url": "https://pypi.org/project/pyElphel/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyElphel/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/hchauvet/pyElphel" }, "release_url": "https://pypi.org/project/pyElphel/0.1/", "requires_dist": null, "requires_python": null, "summary": "Use Elphel camera from python with opencv2", "version": "0.1" }, "last_serial": 1100842, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "60484321ff4f269fa645f53e6aece924", "sha256": "140781f1753b4348825757939656e0aa7588ef332ecd516820ddd6cfd0b1d84c" }, "downloads": -1, "filename": "pyElphel-0.1.tar.gz", "has_sig": false, "md5_digest": "60484321ff4f269fa645f53e6aece924", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6115, "upload_time": "2014-05-22T09:31:58", "url": "https://files.pythonhosted.org/packages/b9/34/72a1644e416b7976bc41a9b58b7249744722cabadd8115172c139209a52b/pyElphel-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "60484321ff4f269fa645f53e6aece924", "sha256": "140781f1753b4348825757939656e0aa7588ef332ecd516820ddd6cfd0b1d84c" }, "downloads": -1, "filename": "pyElphel-0.1.tar.gz", "has_sig": false, "md5_digest": "60484321ff4f269fa645f53e6aece924", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6115, "upload_time": "2014-05-22T09:31:58", "url": "https://files.pythonhosted.org/packages/b9/34/72a1644e416b7976bc41a9b58b7249744722cabadd8115172c139209a52b/pyElphel-0.1.tar.gz" } ] }