While using the depthai-viewer application, is it possible to save or record the point cloud that is being displayed? I was in the settings list and i saw that recording listed the connection or camera that is connected. But I also would like to save the actual point cloud itself. So I can view it in a different application to analyze it with my collogues who aren't present at the time. is this possible, if so how? Whenever I clicked saved it saved what the rerun file I believe and saved file was formatted as .rrd. I tried to use open up that same file in the rerun application but it could not find the file for some reason.
Saving recording from depthai-viewer tool
gdeanrexroth
It's currently not possible, but will be added shortly after depthai v3 release when Record/Replay is implemented.
Currently your best bets are SDK and luxonis/depthai-experimentstree/master/gen2-record-replay
Thanks,
Jaka
jakaskerl
I will check it out soon. This is a question that I would like to ask via teams. I know that the depthai viewer is connecting through a api and sdk. The viewer works as it is intended to do. However my task has now changed a bit, I curious to know if there is a github repo or link. That will direct me to the python scripts that are running in the background as the depthai-viewer is being run? As we know we can change settings to suit whatever case we want it to be. But my company is wanting to use the the camera to create point cloud data to capture dimensions of the object. As you have showed, there a many ways that I can go about this. If we are able to talk through teams I can explain this in greater details.
gdeanrexroth
The entirety of this folder:
luxonis/depthai-viewertree/51b7472356214d9cacbd6402d0253664de5b2f2c/rerun_py/depthai_viewer/_backend
Thanks,
Jaka