An open API service indexing awesome lists of open source software.

https://github.com/stefanopini/pyroyale

Pyroyale - libRoyale Python Wrapper for pmdtec Pico cameras
https://github.com/stefanopini/pyroyale

Last synced: 3 months ago
JSON representation

Pyroyale - libRoyale Python Wrapper for pmdtec Pico cameras

Awesome Lists containing this project

README

        

# Pyroyale - libRoyale Python Wrapper for Pico cameras

This is a python wrapper of libroyale, the API library of [PMD Pico depth sensors](https://pmdtec.com/picofamily/) (currently Pico Flexx, Pico Maxx, and Pico Monstar).

The wrapper is inspired by [mthrok's work](https://github.com/mthrok/libroyale-python-wrapper).

The wrapper is written in C++ and is based on the version 3.12.0.44 of the libroyale library, but works up to version 3.23.0.86.

Class names are as in the original C++ wrapper while function names are lowercase, with words separated by underscores (e.g. `get_connected_cameras`).
The file `sample_script.py` contains an example of how to use the wrapper.