I am using a macbook and i kept facing issues with my camera pipeline. this is the error message i always get all the time .
Initializing camera pipeline...
Traceback (most recent call last):
File "/Users/weilintan/PyCharmMiscProject/python oakd_camera.py", line 88, in <module>
main()
File "/Users/weilintan/PyCharmMiscProject/python oakd_camera.py", line 32, in main
xout = pipeline.create(dai.XLinkOut)
^^^^^^^^^^^^
AttributeError: module 'depthai' has no attribute 'XLinkOut'
Process finished with exit code 1
how do i fix it?