Localization module for Tilt5 project
Average FPS using webcam was 183.698 is latest run. This includes drawing detections and axis of the marker.
cd custom-tilt5-localizer/renderLib
mkdir build
cd build
cmake ..
make
cd custom-tilt5-localizer
mkdir build
cd build
cmake ..
make
- Create an aruco marker running
./Create_marker.o
- Start detecting arucos in you camera with
./Aruco.o
. - Stop with
Esc
and read the average from terminal.
By default Aruco.o
tries to use input 0 (webcam). Change this to 1 in main.cpp
if you want to use another camera.
Currently projections of points outside the aruco plane are not correct due to default camera intrinsics. A camera calibration procedure should be added.