basler / pypylon-samples

BSD 3-Clause "New" or "Revised" License
42 stars 15 forks source link

pypylon

Sample applications and jupyter notebooks using the official python wrapper for the Basler pylon Camera Software Suite.

This is a companion repository to pypylon

Please Note: This project is offered with no technical support by Basler AG. You are welcome to post any questions or issues on GitHub or on ImagingHub.

Overview

Samples

  1. Low overhead image capturing in a virtual line scan setup USB_linescan_performance_demo_opencv

Notebooks

  1. Device enumeration and configuration basics deviceenumeration_and_configuration

  2. Demonstration of different grab strategies grabstrategies

  3. How to handle multicamera setups in pypylon multicamera

  4. Using hardware trigger and access image chunks ( USB ) hw_trigger_and_chunks

  5. Low overhead image capturing in a virtual line scan setup and display in notebook ( USB ) USB_linescan_performance_demo_opencv_notebook

  6. Exposure bracketing using the sequencer feature of ace devices ( USB) USB_HDR_exposure_sequencer

  7. Exposure bracketing using the sequencer feature of ace2/boost-R devices ( USB) USB_Ace2_BoostR_HDR_exposure_sequencer

Development

Pull requests to pypylon-samples are very welcome. e.g. generic samples that demonstrate interaction with GUI toolkits, as we typically only use Qt.

Known Issues