Releases: i3drobotics/pyphase
v0.3.0
pyPhase
WARNING: This is an early alpha release so may be unstable with breaking changes and have missing documentaiton. Use with caution.
Install
Windows
Install pyPhase from pypi using pip:
pip install phase
Linux
Install dependencies
sudo apt install -y libavcodec-dev libavformat-dev libswscale-dev
sudo apt install -y libgl-dev liblapack-dev libblas-dev libgtk2.0-dev
sudo apt install -y libgstreamer1.0-0 libgstreamer-plugins-base1.0-0
sudo apt install -y zlib1g libstdc++6
sudo apt install -y libc6 libgcc1
Package is not yet available on pypi for Linux.
Please download the wheel for your version of python from the release and install using:
pip install ./phase-X.X.X-cpXXX-cpXXX-linux_x86_64.whl
Documentation is available here
Changelog
Improvements
v0.2.1-2
pyPhase
WARNING: This is an early alpha release so may be unstable with breaking changes and have missing documentaiton. Use with caution.
Install
Windows
Install pyPhase from pypi using pip:
pip install phase
Linux
Install dependencies
sudo apt install -y libavcodec-dev libavformat-dev libswscale-dev
sudo apt install -y libgl-dev liblapack-dev libblas-dev libgtk2.0-dev
sudo apt install -y libgstreamer1.0-0 libgstreamer-plugins-base1.0-0
sudo apt install -y zlib1g libstdc++6
sudo apt install -y libc6 libgcc1
Package is not yet available on pypi for Linux.
Please download the wheel for your version of python from the release and install using:
pip install ./phase-X.X.X-cpXXX-cpXXX-linux_x86_64.whl
Documentation is available here
Changelog
Improvements
- Changed the suggested way to import pyPhase #63
- Added ability to list available cameras using
phase.stereocamera.availableDevices
#67 - Updated to phase version v0.2.1-3 #70
Bug fixes
- Fix docstrings missing parameter names #66
Known issues
- Cannot to add docstring parameters for callback functions pybind11 #4173
v0.2.1-1
pyPhase
WARNING: This is an early alpha release so may be unstable with breaking changes and have missing documentaiton. Use with caution.
Install
Windows
Install pyPhase from pypi using pip:
pip install phase
Linux
Install dependencies
sudo apt install -y libavcodec-dev libavformat-dev libswscale-dev
sudo apt install -y libgl-dev liblapack-dev libblas-dev libgtk2.0-dev
sudo apt install -y libgstreamer1.0-0 libgstreamer-plugins-base1.0-0
sudo apt install -y zlib1g libstdc++6
sudo apt install -y libc6 libgcc1
Package is not yet available on pypi for Linux.
Please download the wheel for your version of python from the release and install using:
pip install ./phase-X.X.X-cpXXX-cpXXX-linux_x86_64.whl
Documentation is available here
Changelog
Improvements
- Changed the suggested way to import pyPhase #63
- Added ability to list available cameras using
phase.stereocamera.availableDevices
#67
Bug fixes
- Fix docstrings missing parameter names #66
Known issues
- Cannot to add docstring parameters for callback functions pybind11 #4173
v0.2.1-0
pyPhase
WARNING: This is an early alpha release so may be unstable with breaking changes and have missing documentaiton. Use with caution.
Install
Windows
Install pyPhase from pypi using pip:
pip install phase
Linux
Install dependencies
sudo apt install -y libavcodec-dev libavformat-dev libswscale-dev
sudo apt install -y libgl-dev liblapack-dev libblas-dev libgtk2.0-dev
sudo apt install -y libgstreamer1.0-0 libgstreamer-plugins-base1.0-0
sudo apt install -y zlib1g libstdc++6
sudo apt install -y libc6 libgcc1
Package is not yet available on pypi for Linux.
Please download the wheel for your version of python from the release and install using:
pip install ./phase-X.X.X-cpXXX-cpXXX-linux_x86_64.whl
Documentation is available here
Changelog
Improvements
- Changed the suggested way to import pyPhase #63
- Added ability to list available cameras using
phase.stereocamera.availableDevices
#67
Bug fixes
- Fix docstrings missing parameter names #66
Known issues
- Cannot to add docstring parameters for callback functions pybind11 #4173
v0.2.0
pyPhase
WARNING: This is an early alpha release so may be unstable with breaking changes and have missing documentaiton. Use with caution.
Install
Windows
Install pyPhase from pypi using pip:
pip install phase
Linux
Install dependencies
sudo apt install -y libavcodec-dev libavformat-dev libswscale-dev
sudo apt install -y libgl-dev liblapack-dev libblas-dev libgtk2.0-dev
sudo apt install -y libgstreamer1.0-0 libgstreamer-plugins-base1.0-0
sudo apt install -y zlib1g libstdc++6
sudo apt install -y libc6 libgcc1
Package is not yet available on pypi for Linux.
Please download the wheel for your version of python from the release and install using:
pip install ./phase-X.X.X-cpXXX-cpXXX-linux_x86_64.whl
Documentation is available here
Changelog
Improvements
- Added documentation for all classes #31
- Improved gitpod development speed #32
- Improved unit tests #41
- Upgrade to Phase v0.2.0 #42
- Improved placement of types in modules
- Added performance tests #43
- Added Titania demo script #47
Breaking changes
- Phase v0.2.0 upgrade has breaking changes #42
- Removed StereoProcess and StereoVision
- Removed RGBDVideoStreamer and RGBDVideoWriter
- Moved CameraDeviceInfo from 'types' to 'stereocamera' folder
- Moved all contents in 'types/common.py' to other classes and removed 'types/common.py'
- Moved StereoMatcherType and StereoMatcherComputeResult to AbstractStereoMatcher
- Moved CameraReadResult to AbstractStereoCamera
- Created 'types/stereo.py'
- Moved StereoImagePair to 'types/stereo.py'
- Renamed phaseversion.py to version.py
v0.1.15
pyPhase
WARNING: This is an early alpha release so may be unstable with breaking changes and have missing documentaiton. Use with caution.
Features
- Upgrade to Phase v0.0.27 #28
Bug fixes
- Added access to left and right calibration objects in stereo calibration #25
- Added test for CameraCalibration #27
Install
Windows
Install pyPhase from pypi using pip:
pip install phase
Linux
Install dependencies
sudo apt install -y libavcodec-dev libavformat-dev libswscale-dev
sudo apt install -y libgl-dev liblapack-dev libblas-dev libgtk2.0-dev
sudo apt install -y libgstreamer1.0-0 libgstreamer-plugins-base1.0-0
sudo apt install -y zlib1g libstdc++6
sudo apt install -y libc6 libgcc1
Package is not yet available on pypi for Linux.
Please download the wheel for your version of python from the release and install using:
pip install ./phase-X.X.X-cpXXX-cpXXX-linux_x86_64.whl
Documentation is available here
v0.1.14
pyPhase
WARNING: This is an early alpha release so may be unstable with breaking changes and have missing documentaiton. Use with caution.
Bug fixes
- Added numpy version requirement to fix api mismatch. #23
Install
Windows
Install pyPhase from pypi using pip:
pip install phase
Linux
Install dependencies
sudo apt install -y libavcodec-dev libavformat-dev libswscale-dev
sudo apt install -y libgl-dev liblapack-dev libblas-dev libgtk2.0-dev
sudo apt install -y libgstreamer1.0-0 libgstreamer-plugins-base1.0-0
sudo apt install -y zlib1g libstdc++6
sudo apt install -y libc6 libgcc1
Package is not yet available on pypi for Linux.
Please download the wheel for your version of python from the release and install using:
pip install ./phase-X.X.X-cpXXX-cpXXX-linux_x86_64.whl
Documentation is available here
v0.1.13
pyPhase
WARNING: This is an early alpha release so may be unstable with breaking changes and have missing documentaiton. Use with caution.
Features
- Upgrade to Phase v0.0.26
- Added test for Pylon virtual cameras image size
- Added simpified demo drivers (demo_read, demo_match, demo_read_thread, demo_match_thread)
- Improved thread safety for camera read threads
- Added read callback example to documentation
Bug fixes
- Fixed unstable read rates
- Fixed camera image size is incorrect for Pylon virtual cameras
- Fixed thread lock when reading frame rate
Install
Windows
Install pyPhase from pypi using pip:
pip install phase
Linux
Install dependencies
sudo apt install -y libavcodec-dev libavformat-dev libswscale-dev
sudo apt install -y libgl-dev liblapack-dev libblas-dev libgtk2.0-dev
sudo apt install -y libgstreamer1.0-0 libgstreamer-plugins-base1.0-0
sudo apt install -y zlib1g libstdc++6
sudo apt install -y libc6 libgcc1
Package is not yet available on pypi for Linux.
Please download the wheel for your version of python from the release and install using:
pip install ./phase-X.X.X-cpXXX-cpXXX-linux_x86_64.whl
Documentation is available here
v0.1.12
pyPhase
WARNING: This is an early alpha release so may be unstable with breaking changes and have missing documentaiton. Use with caution.
Bug fixes
- Fix missing Linux python v3.8 wheel in GitHub release assets #21
Install
Windows
Install pyPhase from pypi using pip:
pip install phase
Linux
Install dependencies
sudo apt install -y libavcodec-dev libavformat-dev libswscale-dev
sudo apt install -y libgl-dev liblapack-dev libblas-dev libgtk2.0-dev
sudo apt install -y libgstreamer1.0-0 libgstreamer-plugins-base1.0-0
sudo apt install -y zlib1g libstdc++6
sudo apt install -y libc6 libgcc1
Package is not yet available on pypi for Linux.
Please download the wheel for your version of python from the release and install using:
pip install ./phase-X.X.X-cpXXX-cpXXX-linux_x86_64.whl
Documentation is available here
v0.1.11
pyPhase
WARNING: This is an early alpha release so may be unstable with breaking changes and have missing documentaiton. Use with caution.
Features
- Added binary wheels for Windows & Linux. Phase library is no longer required to be installed seperately as all wheels include the Phase library binaries. #14
Bug fixes
- Improved unclear import failure messages #12
Install
Windows
Install pyPhase from pypi using pip:
pip install phase
Linux
Install dependencies
sudo apt install -y libavcodec-dev libavformat-dev libswscale-dev
sudo apt install -y libgl-dev liblapack-dev libblas-dev libgtk2.0-dev
sudo apt install -y libgstreamer1.0-0 libgstreamer-plugins-base1.0-0
sudo apt install -y zlib1g libstdc++6
sudo apt install -y libc6 libgcc1
Package is not yet available on pypi for Linux.
Please download the wheel for your version of python from the release and install using:
pip install ./phase-X.X.X-cpXXX-cpXXX-linux_x86_64.whl
Documentation is available here