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

BlendArMocap always crash #153

Open
elastikukk opened this issue Apr 14, 2023 · 6 comments
Open

BlendArMocap always crash #153

elastikukk opened this issue Apr 14, 2023 · 6 comments

Comments

@elastikukk
Copy link

when I use webcam detection , always crash.
I'm use Mac M1

@cgtinker
Copy link
Owner

To run webcam detection, you got to start blender via the terminal as blenders plist does not include webcam permissions.

The Terminal request may be blocked even with elevated privileges, if that happens navigate to System Settings > Privacy and Security > Full Disk Access then activate your Terminal. After doing so, the sudo tag shouldn’t be required anymore.

@suyashcjoshi
Copy link

suyashcjoshi commented Apr 27, 2023

I tried to investigate and cause and Apple's Crash reporter is saying :

This app has crashed because it attempted to access privacy-sensitive data without a usage description. The app's Info.plist must contain an com.apple.security.device.camera key with a string value explaining to the user how the app uses this data.

So the core issue seems to be camera permission and not full disk access.

Steps to fix: cc @elastikukk

  1. Make sure in your "Security & Privacy" settings > Camera > Terminal.app is checked on (the terminal should have access to the camera).
  2. Open the Terminal and start Blender by typing its path. e.g /Applications/Blender.app/Contents/MacOS/Blender
  3. Open the AddOn Panel and Click 'Start Detection'.

That worked for me, here is the PR for the same @cgtinker : #155

@jofabbade
Copy link

To run webcam detection, you got to start blender via the terminal as blenders plist does not include webcam permissions.

The Terminal request may be blocked even with elevated privileges, if that happens navigate to System Settings > Privacy and Security > Full Disk Access then activate your Terminal. After doing so, the sudo tag shouldn’t be required anymore.

I did this and still it didn't work :/

@jofabbade
Copy link

I tried to investigate and cause and Apple's Crash reporter is saying :

This app has crashed because it attempted to access privacy-sensitive data without a usage description. The app's Info.plist must contain an com.apple.security.device.camera key with a string value explaining to the user how the app uses this data.

So the core issue seems to be camera permission and not full disk access.

Steps to fix: cc @elastikukk

  1. Make sure in your "Security & Privacy" settings > Camera > Terminal.app is checked on (the terminal should have access to the camera).
  2. Open the Terminal and start Blender by typing its path. e.g /Applications/Blender.app/Contents/MacOS/Blender
  3. Open the AddOn Panel and Click 'Start Detection'.

That worked for me, here is the PR for the same @cgtinker : #155

I also did this and still it didn't work :/

@jofabbade
Copy link

I tried to investigate and cause and Apple's Crash reporter is saying :

This app has crashed because it attempted to access privacy-sensitive data without a usage description. The app's Info.plist must contain an com.apple.security.device.camera key with a string value explaining to the user how the app uses this data.

So the core issue seems to be camera permission and not full disk access.

Steps to fix: cc @elastikukk

  1. Make sure in your "Security & Privacy" settings > Camera > Terminal.app is checked on (the terminal should have access to the camera).
  2. Open the Terminal and start Blender by typing its path. e.g /Applications/Blender.app/Contents/MacOS/Blender
  3. Open the AddOn Panel and Click 'Start Detection'.

That worked for me, here is the PR for the same @cgtinker : #155

Please, someone help me !

@jofabbade
Copy link

Now it's showing this message

Captura de Tela 2024-02-26 às 22 29 11

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