Python wrapper for Lumenera Lucam API
Project description
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 by cloning the repo and using uv sync.
Usage
Using the package should be straightforward.
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).
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pylucam-1.0.1.tar.gz.
File metadata
- Download URL: pylucam-1.0.1.tar.gz
- Upload date:
- Size: 1.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
41e35521536d4c3b1c782b4fefc9981d58335425bde441b63a5427b50050a1fd
|
|
| MD5 |
52d271a90187a016e4b7b09ac3f8fcc2
|
|
| BLAKE2b-256 |
418964f507ca180fd8b2ae0b7bfb8cec26a123b1606d9ceef6ece88713018886
|
File details
Details for the file pylucam-1.0.1-py3-none-any.whl.
File metadata
- Download URL: pylucam-1.0.1-py3-none-any.whl
- Upload date:
- Size: 36.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
50e3137d146877ee42e3d4fe3e684491a7e25aa846ae74933979e1bfc00e4a23
|
|
| MD5 |
69d192d40850cf3cc91b115347a46f30
|
|
| BLAKE2b-256 |
3a975c904a60e0d525d9f7156c8783332c6841b6ca1c73ea163cebdc88c08ebb
|