Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in Start DETECTION #170

Open
arturmonteiro88 opened this issue Nov 8, 2023 · 3 comments
Open

Error in Start DETECTION #170

arturmonteiro88 opened this issue Nov 8, 2023 · 3 comments

Comments

@arturmonteiro88
Copy link

When i started detection i have this messesger:

2023-11-08 (1)

@jofabbade
Copy link

I'd like to fix that too.

@lu-shin
Copy link

lu-shin commented Jun 29, 2024

blenderARMocap

mine worked last night for the
blenderARMocap2
first time i installed it...
next day i get these msgs

@Jadamca
Copy link

Jadamca commented Feb 18, 2025

I had this exact issue I think. In blender 4.0 It worked the first time I installed and then stopped the next time I opened it.

Here's a comprehensive troubleshooting solution for the NumPy/OpenCV import error in BlendArMocap:

Solution for "ImportError: numpy.core.multiarray failed to import"

  1. Open Blender's Python Console

    • Switch to Scripting workspace in Blender (Shift+F3)
    • Locate the Python Console at the bottom of the screen
  2. Find Python Path

    • In Python Console, type:
    import sys
    print(sys.executable)
    • Copy the path that appears
  3. Fix Dependencies via Command Prompt

    • Open Command Prompt as Administrator (Windows + R, type "cmd", right-click "Run as administrator")
    • Navigate to your Blender Python directory:
    cd "YOUR_PYTHON_PATH"
    • Run these commands in order:
    python -m pip install --upgrade pip
    python -m pip install numpy --upgrade
    python -m pip install opencv-python --upgrade
  4. Restart & Test

    • Close Blender completely
    • Reopen Blender
    • Test BlendAR motion capture

This solution resolves the dependency conflict between NumPy and OpenCV that causes the import error when starting detection in BlendAR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants