-
This would be very helpful and more straightforward than pure CSV and other text file formats.
-
```
package main
import (
"image/jpeg"
"net/http"
"gocv.io/x/gocv"
)
func main() {
deviceID := 0
webcam, err := gocv.OpenVideoCapture(deviceID)
if err != nil {
…
-
Hi,
I am using the HLArUcoExample from this repository on a HoloLens 2 device. The project works perfectly with MRTK2, and the AR objects are recognized and positioned correctly. However, when swit…
-
The problem with the simulation was that for each iteration of the simulation, I added an error to the camera parameters of the aruco simulation. I changed it in the last commit. Now the errors of th…
-
![Screenshot from 2024-06-18 09-27-52](https://github.com/rpng/open_vins/assets/54201800/0d2353c1-6395-4a71-8603-3421b6e33a97)
I found multiple errors while building on jetson orin nx all in the ar…
-
link to repo where you get it working and add a wiki entry under this project
-
Error on making a build package
```
Errors cornerRefinementMethod = aruco::CORNER_REFINE_SUBPIX;
^~~~~~~~~~~~~~~~~~~~~~
cornerRefinementWinSize
/…
-
Hi,
I have downloaded this package because it could be very useful for my project. I have followed all the steps of the "BUILDING AND USAGE" section but I get this error when I use the catkin_make com…
-
hello! what's the size of aruco? tks
-
Looking to use gocv to identify Aruco markers. I see that gocv is linked to include -lopencv_aruco, but I cannot find the go function to access it.
## Description
Cannot location any functions th…