Coder Social home page Coder Social logo

ckuethe / lucam-ng Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cgohlke/lucam

0.0 1.0 0.0 79 KB

Lumenera(r) USB Camera Interface. Forked from https://pypi.org/project/lucam

License: BSD 3-Clause "New" or "Revised" License

Python 100.00%

lucam-ng's Introduction

Lumenera(r) USB Camera Interface

Lucam is a Python library that provides two interfaces to the Lumenera(r) LuCam API:

  • API, a low level ctypes interface to the lucamapi.dll or liblucam.so version 6, exposing the definitions/declarations found in the lucam.h C header.
  • Lucam, a high level object interface wrapping most of the ctypes interface, featuring exception based error handling and numpy.array type images.
Authors

Christoph Gohlke Chris Kuethe

Organization

Laboratory for Fluorescence Dynamics. University of California, Irvine

License

BSD 3-Clause

Version

2021.6.6

Requirements

Revisions

2022.8.20

Add Linux support

2021.6.6

Remove support for Python 3.6 (NEP 29).

2020.1.1

Remove support for Python 2.7 and 3.5.

Notes

"Lumenera" is a registered trademark of Teledyne Lumenera (1).

Lucam is slowly being revived to add support for more camera types and host platforms.

Lucam has been tested with the Lu165M monochrome camera on Windows, and Lt29059 on Linux.

Some LuCam API functions are not available in the Lucam wrapper due to lack of documentation or hardware for testing.

Naming of functions, methods, and constants that have an equivalent in the LuCam API follows the LuCam API conventions, else PEP8 is followed.

References

  1. Teledyne Lumenera
  2. Teledyne Lumenera LuCAM SDK User's Manual, Teldyne Lumenera.
  3. Lumenera Camera User's Manual Release 6.8.1, Teledyne Lumenera.
  4. Lumenera Camera SDK (LINUX) v2.4.3, Teledyne Lumenera.

Examples

>>> from lucam import Lucam >>> camera = Lucam() >>> image = camera.TakeSnapshot() >>> camera.SaveImage(image, 'test.tif') >>> camera.CameraClose()

Refer to the test() function at the end of the module for more examples.

lucam-ng's People

Contributors

ckuethe avatar cgohlke avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.