I'm trying to follow these instructions
I'm on the rvc3_develop branch and I created a virtual environment and ran the install scripts in that directory.
I tried running cam_test like this: python3 cam_test.py --cameras left,m right,m
two test the cameras I have connected but I'm receiving this error:
Traceback (most recent call last):
File "/home/mike/Documents/depthai-python/utilities/cam_test.py", line 131, in <module>
4000: dai.MonoCameraProperties.SensorResolution.THE_4000X3000,
AttributeError: type object 'depthai.SensorResolution' has no attribute 'THE_4000X3000'
What does this mean?