I was trying some of the examples in depthai/depthai_sdk/examples and while many worked as expected (for example, human pose estimation) I got an error trying PointcloudComponent (see below). I'm using an OAK-D and the point-cloud-projection example in gen2 experiments does work, so I would guess my hardware and lib setup is adequate.
Closing OAK camera
Traceback (most recent call last):
File "pointcloud.py", line 4, in <module>
color = oak.camera('color')
AttributeError: 'OakCamera' object has no attribute 'camera'