Hello everyone .I have the Nvidia Jetson TX2 and I would like to use the camera as to do aruco detection and camera pose estimation.I installed OpenCV by following this video (Jetson TX2 (DL) - Install OpenCV3 - YouTube).Aruco library is not coming.I would like to ask about how to install it and if needs something more (means camera of jetson) as to do that.I would like to mention that I have done the camera pose estimation and detection with my laptop and it works perfectly.
Thank you Wayne for your reply.I would like to say you that I installed Opencv on my own but if I check in the terminal the libraries aruco is not there.I thought that as in the pc will come automatically.I have to adjust that with a way as you mentioned also.Can you suggest me methods as to do that.?
I am not sure what is going on here since I don’t actively work on OpenCV. If you said you could see it on PC, could you compare the installation steps between pc and tegra?
when you enable opencv_contrib - it will build modules including , but not limited to the aruco.
However, I would rather look into sourceforge cpp aruco sources and additionally python-aruco package rather than the default opencv_contrib aruco pack.