Hi ManjiriNerurkar ,
Where are the captured stills stored?
Nowhere. They are generated and you will get them from ColorCamera.still
output. You can link the .still
to XLinkOut to send them to host computer, and there you can eg. save them to a computer with cv2.imsave()
.
No, that demo is only available in python, but from depthai perspective it's exactly the same API, and I think the same applies for open3d as well.
Thanks, Erik