DXM123 / camera_calibration

Camera Calibration UI
1 stars 1 forks source link

Make the tool work on Falcons Build #7

Open DXM123 opened 6 months ago

DXM123 commented 6 months ago

Description: The goal of this issue is to see if the tool can run on the Falcons Build using an Ubuntu 22.04 installation.

Acceptance Criteria:

Note Set export QT_DEBUG_PLUGINS=1 before executing to see debug info

DXM123 commented 6 months ago

Note:

python3 -m pip uninstall opencv-python

sudo apt install xcb sudo apt install python3-opencv (optionally libopencv-dev) python3 -m pip install PyQt5

DXM123 commented 5 months ago

Basics are working, more testing needed

liardnos commented 1 month ago

if you get an error with QT threads you can try this:

sudo apt remove opencv-python pip install opencv-python==4.3.0.36