jevois / jevois-inventor

Graphical user interface and programming tool for JeVois smart cameras
GNU General Public License v3.0
15 stars 8 forks source link

JeVois inventor Vision Modules not available under macOS Sonoma #9

Open Kollensperger opened 7 months ago

Kollensperger commented 7 months ago

The settings under "Vision Module" are visible but greyed out and unavailable

I am running Jevois inventor 1.0.0 with camera running JeVois 1.20.0 on a freshly flashed SD. The demo in photobooth runs correctly.

jevois commented 7 months ago

hum, works fine here on Ventura. So likely a new security feature in Sonoma. Pls check your privacy and security settings, and maybe this can help: https://discussions.apple.com/thread/255223281?sortBy=best or other searched for "Sonoma usb serial"

basically the JeVois camera exposes two things over the USB connection: 1) a UVC webcam (likely you have been asked whether you wanted to let jevois-inventor access web cams?), and 2) a Serial-over-USB port (did you get asked something about that too?). The inventor needs both to work correctly.

What do you see at the bottom right of the inventor window? Here we get: Connected / JeVois Camera / cu.usbmodem143303

Kollensperger commented 7 months ago

That fixed it - thank you!!