fehlfarbe

Results 25 comments of fehlfarbe

I updated the Python wrapper to aruco 3.1.2 which supports fractal markers. Can you try the [branch 3.1.2](https://github.com/fehlfarbe/python-aruco/tree/aruco-3.1.2)? It's not uploaded to pip yet.

Did you run `./swigbuild.sh`? That creates the missing directories and files

did you run `sudo python3 setup.py install` after swigbuild?

You don't have to import `cv2.aruco` just use `import aruco` and ` detector = aruco.FractalDetector()` and so on

Yes, I tried with python 3.6 I also did a fresh docker install for Ubuntu 18.04: (created this `Dockerfile` in python-aruco directory and executed `docker build .`) ``` FROM ubuntu:18.04...

Hm seems there was an encoding error in setup.py. I updated the branch. This Dockerfile should work: ``` FROM ubuntu:18.04 SHELL ["/bin/bash", "-c"] # Replace 1000 with your user /...

The missing symbol is part of OpenCV. Do you have multiple OpenCV versions on your system? `WriteStructContext` exists in OpenCV 2.4 but seems to be removed in >= OpenCV 3.0....

Hi! As you mentioned before, the motor driver is turned off if there was no movement for 15s (millisDisableDelay) and there shouldn't be a difference if the focuser is connected...

Hey, unfortunately I have never worked with Apple computers so my knowledge here is very limited. Some suggestions: - libquadmath seems to be part of gcc. Is the gcc 12.2.0...

Hi, you can also write in German if that's easier for you :) I added a version for Arduino Uno and CNC shield in the [arduino_uno_cnc_shield](https://github.com/fehlfarbe/arduino-motorfocus/tree/arduino_uno_cnc_shield) branch. Just checkout the...