Skip to content

Releases: i3drobotics/pyphase

v0.3.0

20 Sep 14:14
b12f966
Compare
Choose a tag to compare

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.3.0 #70

v0.2.1-2

16 Sep 14:43
cf8e46c
Compare
Choose a tag to compare
v0.2.1-2 Pre-release
Pre-release

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

16 Sep 06:37
c9d7283
Compare
Choose a tag to compare
v0.2.1-1 Pre-release
Pre-release

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

15 Sep 13:03
cc1c154
Compare
Choose a tag to compare
v0.2.1-0 Pre-release
Pre-release

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

02 Sep 10:54
16fc733
Compare
Choose a tag to compare

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

17 Jun 12:39
ceefbb0
Compare
Choose a tag to compare

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

06 May 09:59
b0a91bf
Compare
Choose a tag to compare

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

05 May 13:25
Compare
Choose a tag to compare

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

19 Apr 15:58
f74d5e5
Compare
Choose a tag to compare

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

14 Apr 15:30
Compare
Choose a tag to compare

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