New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

pymodaq-plugins-pylablib-camera

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pymodaq-plugins-pylablib-camera

Generic pymodaq plugins based on the pylablib library

1.0.1
Maintainers
1

pymodaq_plugins_pylablib (Generic library) ##########################################

.. image:: https://img.shields.io/pypi/v/pymodaq_plugins_thorlabs.svg :target: https://pypi.org/project/pymodaq_plugins_pylablib/ :alt: Latest Version

.. image:: https://readthedocs.org/projects/pymodaq/badge/?version=latest :target: https://pymodaq.readthedocs.io/en/stable/?badge=latest :alt: Documentation Status

.. image:: https://github.com/Attolab/pymodaq_plugins_pylablib/workflows/Upload%20Python%20Package/badge.svg :target: https://github.com/PyMoDAQ/pymodaq_plugins_pylablib :alt: Publication Status

PyMoDAQ generic plugins meant to be subclassed for quick implementation of cameras using the pylablib library. List of cameras that can be interfaced using this class: pylablib documentation <https://pylablib.readthedocs.io/en/latest/devices/cameras_root.html>_

Important: this is for development purposes only, the plugin will not work on its own.

Authors

Instruments

Below is the list of instruments included in this plugin

Viewer2D ++++++++

  • GenericPylablibCamera: Generic plugin for a camera, handling hardware ROI, hardware binning, grabbing frames using a callback, switching between 1D and 2D depending on data shape, and optional framerate display. The class needs to be subclassed in order to define two simple list_cameras and init_controller methods, which depend on the actual camera.

Infos

Example of a plugin generated by subclassing the GenericPylablibCamera class: to be added later

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts