{"id":19671213,"url":"https://github.com/cgohlke/lucam","last_synced_at":"2025-04-29T00:32:38.139Z","repository":{"id":62577087,"uuid":"242421286","full_name":"cgohlke/lucam","owner":"cgohlke","description":"Lumenera USB camera interface.","archived":false,"fork":false,"pushed_at":"2024-03-27T21:30:11.000Z","size":39,"stargazers_count":11,"open_issues_count":3,"forks_count":7,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-03T06:02:31.858Z","etag":null,"topics":["camera-control","image","python"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/lucam","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cgohlke.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-02-22T22:34:40.000Z","updated_at":"2025-01-23T04:28:23.000Z","dependencies_parsed_at":"2022-11-03T19:09:59.548Z","dependency_job_id":null,"html_url":"https://github.com/cgohlke/lucam","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cgohlke%2Flucam","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cgohlke%2Flucam/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cgohlke%2Flucam/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cgohlke%2Flucam/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cgohlke","download_url":"https://codeload.github.com/cgohlke/lucam/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251410521,"owners_count":21585029,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["camera-control","image","python"],"created_at":"2024-11-11T17:08:09.951Z","updated_at":"2025-04-29T00:32:37.876Z","avatar_url":"https://github.com/cgohlke.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Lumenera(r) USB Camera Interface\n================================\n\nLucam is a Python library that provides two interfaces to the Lumenera(r)\nLuCam API:\n\n* **API**, a low level ctypes interface to the lucamapi.dll version 5,\n  exposing the definitions/declarations found in the lucam.h C header.\n\n* **Lucam**, a high level object interface wrapping most of the ctypes\n  interface, featuring exception based error handling and numpy.array type\n  images.\n\n:Author: `Christoph Gohlke \u003chttps://www.cgohlke.com\u003e`_\n:License: BSD 3-Clause\n:Version: 2022.9.27\n\nRequirements\n------------\n\n- `CPython \u003e= 3.7 \u003chttps://www.python.org\u003e`_\n- `Numpy 1.15 \u003chttps://www.numpy.org\u003e`_\n- `Lumenera USB camera and drivers 5.0 \u003chttps://www.lumenera.com/\u003e`_\n\nRevisions\n---------\n\n2022.9.27\n\n- Update metadata.\n\n2021.6.6\n\n- Remove support for Python 3.6 (NEP 29).\n\n2020.1.1\n\n- Remove support for Python 2.7 and 3.5.\n\nNotes\n-----\n\n\"Lumenera\" is a registered trademark of Lumenera Corporation (1).\n\nLucam is no longer being actively developed.\n\nLucam has been tested with the Lu165M monochrome camera on Windows only.\n\nSome LuCam API functions are not available in the Lucam wrapper due to\nlack of documentation or hardware for testing.\n\nNaming of functions, methods, and constants that have an equivalent in\nthe LuCam API follows the LuCam API conventions, else PEP8 is followed.\n\nReferences\n----------\n\n1. `Lumenera Corporation \u003chttps://www.lumenera.com/\u003e`_\n2. Lumenera USB Camera API Reference Manual Release 5.0. Lumenera Corporation.\n\nExamples\n--------\n\n\u003e\u003e\u003e from lucam import Lucam\n\u003e\u003e\u003e camera = Lucam()\n\u003e\u003e\u003e image = camera.TakeSnapshot()\n\u003e\u003e\u003e camera.SaveImage(image, 'test.tif')\n\u003e\u003e\u003e camera.CameraClose()\n\nRefer to the test() function at the end of the module for more examples.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcgohlke%2Flucam","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcgohlke%2Flucam","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcgohlke%2Flucam/lists"}