This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

OPT8241: OPT8320 getting data from Voxel Viewer and Voxel CLI

Part Number: OPT8241
Other Parts Discussed in Thread: OPT8320

Hello:

I'm working on a project with a Seeed DepthEye 3D visual ToF Depth Camera based on OPT8320, using Voxel Viewer for visualize the data. I try to convert the .vxl file that I get from Voxel Viewer, but I can't convert to .bin data getting the log:

 File "PyVoxelViewer\dialogs\ExportRawStreamDialog.py", line 127, in processRawData
  File "PyVoxelViewer\models\DepthCameraStreamController.py", line 860, in addFileStreamSource
  File "PyVoxelViewer\models\DepthCameraStreamController.py", line 485, in __init__
ValueError: invalid null reference in method 'new_FrameStreamReader', argument 2 of type 'Voxel::CameraSystem &'
Traceback (most recent call last):
  File "PyVoxelViewer\MainWindow.py", line 160, in showExportRawStreamDialog
  File "PyVoxelViewer\MainWindow.py", line 128, in selectDepthCamera
AttributeError: 'NoneType' object has no attribute 'scan'

Also I tryed with Voxel SDK running VoxelCLI but I only get noise and the sensor start to overheat, I was looking for the course on Time-of-Flight sensors, but there aren't the videos for Voxel Viewer and the Introduccion for Voxel SDK, can you upload the videos for get a better guide of the use of Voxel SDK?

Regards,

Alejandro Montoya