Skip to content

Tags: flux3dp/fluxghost

Tags

2.3.4

Toggle 2.3.4's commit message
Fix set_fisheye_matrix for version 1 param

2.3.3

Toggle 2.3.3's commit message
Fix findContour for python 3.4

2.3.2

Toggle 2.3.2's commit message
Move metadata getter after write is terminated

2.3.0

Toggle 2.3.0's commit message
Refine syntax

2.2.1

Toggle 2.2.1's commit message
Add contents directory in pyinstaller spec

2.2.0

Toggle 2.2.0's commit message
Update version

2.1.3

Toggle 2.1.3's commit message
Update __init__.py

2.1.2

Toggle 2.1.2's commit message
Add more travel speed argument

2.1.1

Toggle 2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feature add fisheye calibration pnp (#75)

* Update camera calibration v2, using projectPoint and solvePnP

* Estimate points using projectPoints

* Update camera-calibration

* Fix solve_pnp for old version opencv

* Update opencv-python version

* Add leveling data in v2 preview

* Update ref points indices

* Update calibration

* Remove calculate_camera_position cmd

* Fix calibrate_fisheye_camera

* Fix perspective.py

* Update fisheye calibration

* Update log

* Improve solvepnp corner detection

* Add get_door_open cmd

* Remove unused functions

* Remove unused functions