I’m new to the Jetson community and have started working with my Jetson Nano Developer Kit. I want to use it to detect Aruco markers and find their centers. However, I’ve been struggling for a couple of weeks and haven’t been able to complete the task.
I followed the setup instructions in the documentation and installed the required packages like NumPy, OpenCV, and Python 3. But when I run my code, I keep encountering the error: “ILLEGAL INSTRUCTION CORE DUMPED.”
As a beginner, I’m unsure how to troubleshoot this issue and proceed. Could you guide me on how to fix this problem and successfully detect Aruco markers using my Jetson Nano?