erik
Thanks.
As I understand I shold run \depthai_sdk\examples\pointcloud.py.
If I have depthai inslalled what should I do: clone from repo and run install_requirements.py or run Pull command from TortoiseGit and run install_requirements.py?
When I run \depthai_sdk\examples\pointcloud.py and got ImportError: cannot import name 'PointcloudPacket' from 'depthai_sdk.classes.packets'
But I can't update my depthai-sdk correctly.
After running python -m pip install depthai-sdk I got that all requirements already satisfied (depthai-sdk version 1.9.4).
How should I update depthai-sdk to eleminate ImportError?