Stereo3D
Python package for generating 3D data from stereo cameras and images.
Compatiblity
Compatible with python 3.6, 3.7, 3.8.
Tested on Linux and Windows using Git Actions.
Install
Pip
Install via pip
pip install stereo3d
Install Pylon
Basler cameras require the software package Pylon to install the required drivers. Download and install it from here
Pylon have only included pip packages for windows however they have build linux version on Github. Download the wheel for your python version there.
Examples
See Samples for example scripts of using this package.