Hello, I am using OAK-FFC-pToF and OAK-FFC-IMX477-M12 (Arducam) connected to OAK-FFC-3P. I connected Arducam to CAM_C and tof camera to CAM_L. I tried to run cam_test.py of depthai-python for testing, but an error occurred. After running install_requirements.py in depthai-python/examples, I ran cam_test.py. But the below error occurred.
(tof) D:\boseul\depthai-python-tof_rgb_mono\tests>python cam_test.py -cams rgb,c left,t
Enabled cameras:
rgb : color
left : tof
DepthAI version: 2.17.1.0
DepthAI path: C:\Users\HERO\AppData\Roaming\Python\Python39\site-packages\depthai.cp39-win_amd64.pyd
Traceback (most recent call last):
File "D:\boseul\depthai-python-tof_rgb_mono\tests\cam_test.py", line 151, in <module>
tof[c] = pipeline.createToF()
AttributeError: 'depthai.Pipeline' object has no attribute 'createToF'
How can I download the depthai library with createToF?