python-aruco icon indicating copy to clipboard operation
python-aruco copied to clipboard

Python wrappers for ArUco library

Results 8 python-aruco issues
Sort by recently updated
recently updated
newest added

hi again, ``` detector = aruco.FractalDetector() detector.getConfiguration() ``` returns ``` swig/python detected a memory leak of type 'FractalMarkerSet *', no destructor found. ```

Hello, I was trying to understand and execute the fractal.py code. However, I got an error stating No module named 'aruco'. Also, I would like to ask that the function...

Hello all, I had a question and I would be thankful if you could guide me through it. Is it possible to create a fractal marker using this aruco package?...

Hello, I am trying to install the aruco wrapper on Windows. I have seen previous issues on this topic. Has anyone successfully been able to make it work ? Thanks...

rory@rory-MS-7850:/$ sudo -H pip3 install aruco [sudo] password for rory: Collecting aruco Using cached https://files.pythonhosted.org/packages/ab/e0/ed8d9d366a9816ba34908ca91d88149a7b3dcc61f91c76850269639965a0/aruco-3.1.2.0.tar.gz Requirement already satisfied: numpy in /usr/lib/python3/dist-packages (from aruco) Requirement already satisfied: opencv-contrib-python in /usr/local/lib/python3.6/dist-packages (from...

it is rather a question or feature request than an issue. Thank you for understanding.

Hi! I get an error `ld: file not found: @rpath/libquadmath.0.dylib for architecture arm64` on MacBook Air M1 when do the `make` command to build the Python wrapper for aruco library....

error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Tools\\MSVC\\14.35.32215\\bin\\HostX86\\x64\\cl.exe' failed with exit code 2 [end of output] note: This error originates from a subprocess, and is likely not a problem with pip....