jakaskerl
Hi Jaka,
I tried out the script you provided and indeed the camera did not crash for a long time (7+h). However after logging the timestamps of the images and pointclouds I noticed that a) there is more discrepancy between the image and pointcloud timestamps than previously and b) there is up to 3 sec of latency. (Both the same issues as in the original post of this thread). Interestingly, I started seeing the crashing occur again after I added the following lines in an attempt to fix the timestamping and latency issue:
script.inputs["pcl"].setBlocking(False)
script.inputs["pcl"].setQueueSize(1)
The crashes again occurred consistently every 7min.
Any way you can add these lines to your test script and see if you can reproduce the error?
Kind regards
Georg