Hi Received the error below. I believe that my camera my not be working. Originally, I was trying to get the demo working on a raspberry pi. Then, I plugged in the camera to my Mac. Would the OAK show up normally as a camera (e.g., in zoom or teams) because my Mac isn't seeing it.
Thanks for any advice.
(ai-kit-venv) pi@raspberrypi:/ai-kit/depthai-python/examples $ python3 ColorCamera/rgb_preview.py
Traceback (most recent call last):
File "ColorCamera/rgb_preview.py", line 24, in <module>
with dai.Device(pipeline) as device:
RuntimeError: Failed to find device (ma2480), error message: X_LINK_DEVICE_NOT_FOUND
(ai-kit-venv) pi@raspberrypi:/ai-kit/depthai-python/examples $ raspistill -o test.jpg
mmal: Cannot read camera info, keeping the defaults for OV5647
mmal: mmal_vc_component_create: failed to create component 'vc.ril.camera' (1:ENOMEM)
mmal: mmal_component_create_core: could not create component 'vc.ril.camera' (1)
mmal: Failed to create camera component
mmal: main: Failed to create camera component
mmal: Camera is not detected. Please check carefully the camera module is installed correctly