pylucam


Namepylucam JSON
Version 1.0.0 PyPI version JSON
download
home_pageNone
SummaryPython wrapper for Lumenera Lucam API
upload_time2025-08-13 19:22:10
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseNone
keywords api camera driver lucam lumenera python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PyLucam

PyLucam is a python wrapper for the Lumenera Lucam API

Some functionality (especially errors) was copied from https://github.com/cgohlke/lucam. Only the minimum required functionality was defined in python, but additions are easy since the full library is defined in the provided header. It was tested with an Lt-C1900 camera.

## Installation

It is easiest to install with pip: `pip install pylucam`

You can also install with [uv](https://docs.astral.sh/uv/) by cloning the repo and using `uv sync`.


## Usage

Using the package should be straightforward.

```python
camera = LucamCamera()
camera.enable_fast_frames()
frame = camera.take_fast_frame_rgb()
```

If you have more than one camera, you can specify the id of the camera while initializing, `LucamCamera(CAMERA_ID)`.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pylucam",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": "api, camera, driver, lucam, lumenera, python",
    "author": null,
    "author_email": "Jacob Gobbo <gobbo.jacob@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/d3/8d/4f0e10b0c009165a98a30af4e93d0c02330dd9bb5c653586df8dd0c44ec7/pylucam-1.0.0.tar.gz",
    "platform": null,
    "description": "# PyLucam\n\nPyLucam is a python wrapper for the Lumenera Lucam API\n\nSome functionality (especially errors) was copied from https://github.com/cgohlke/lucam. Only the minimum required functionality was defined in python, but additions are easy since the full library is defined in the provided header. It was tested with an Lt-C1900 camera.\n\n## Installation\n\nIt is easiest to install with pip: `pip install pylucam`\n\nYou can also install with [uv](https://docs.astral.sh/uv/) by cloning the repo and using `uv sync`.\n\n\n## Usage\n\nUsing the package should be straightforward.\n\n```python\ncamera = LucamCamera()\ncamera.enable_fast_frames()\nframe = camera.take_fast_frame_rgb()\n```\n\nIf you have more than one camera, you can specify the id of the camera while initializing, `LucamCamera(CAMERA_ID)`.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Python wrapper for Lumenera Lucam API",
    "version": "1.0.0",
    "project_urls": {
        "Repository": "https://github.com/jgobbo/pylucam"
    },
    "split_keywords": [
        "api",
        " camera",
        " driver",
        " lucam",
        " lumenera",
        " python"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f1ace97a4604d5e3394b797f32ca8e490509d826d47740db318b100c04ce8198",
                "md5": "58741587f0a0f1d6e0b27639a0a99e83",
                "sha256": "d5aeaa7f6b27900f3d9dc5092b3cdaf1f92e9ab40a133c3af76ede28e6958b97"
            },
            "downloads": -1,
            "filename": "pylucam-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "58741587f0a0f1d6e0b27639a0a99e83",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 21642,
            "upload_time": "2025-08-13T19:22:08",
            "upload_time_iso_8601": "2025-08-13T19:22:08.135539Z",
            "url": "https://files.pythonhosted.org/packages/f1/ac/e97a4604d5e3394b797f32ca8e490509d826d47740db318b100c04ce8198/pylucam-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d38d4f0e10b0c009165a98a30af4e93d0c02330dd9bb5c653586df8dd0c44ec7",
                "md5": "899929bd34902c11b62ac2b766ddc6b0",
                "sha256": "970b1656f6ebb3316d02792d3244ee3c9712ec09bd4d4919ed77024527fb4b9e"
            },
            "downloads": -1,
            "filename": "pylucam-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "899929bd34902c11b62ac2b766ddc6b0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 1912814,
            "upload_time": "2025-08-13T19:22:10",
            "upload_time_iso_8601": "2025-08-13T19:22:10.055472Z",
            "url": "https://files.pythonhosted.org/packages/d3/8d/4f0e10b0c009165a98a30af4e93d0c02330dd9bb5c653586df8dd0c44ec7/pylucam-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-13 19:22:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jgobbo",
    "github_project": "pylucam",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pylucam"
}
        
Elapsed time: 0.44606s