I tried to reproduce your tutorial on how to read Kinect Azure DK .mkvs from http://www.open3d.org/docs/latest/tutorial/Basic/azure_kinect.html#open3d-azure-kinect-mkv-reader
Describe the bug
Ran into the following error
python examples/python/reconstruction_system/sensors/azure_kinect_mkv_reader.py --input test_static.mkv
No output path, only play mkv
Traceback (most recent call last):
File "examples/python/reconstruction_system/sensors/azure_kinect_mkv_reader.py", line 134, in <module>
reader = ReaderWithCallback(args.input, args.output)
File "examples/python/reconstruction_system/sensors/azure_kinect_mkv_reader.py", line 26, in __init__
self.reader = o3d.io.AzureKinectMKVReader()
AttributeError: module 'open3d.cuda.pybind.io' has no attribute 'AzureKinectMKVReader'

Expected behavior
I assumed to have imported the reader correctly, but is the tutorial outdated or how should I import that?
Environment (please complete the following information):
pip install open3dYou can try using pip install open3d==0.10.0 !
Well that yes worked @NomitRwt :+1:
Most helpful comment
You can try using
pip install open3d==0.10.0!