hi, I have been working with .bag files from the intel D455 witouth any issue, but now bag files from the Intel L515 cause problems. There is noting wrong with the camera, I can run realtime analysis in python wit both D455 and L515.
When I run this code the last print statement is the one right before get_license(). If the camera L515 is plugged in as I run this code, then it prints the license, but exits at get_modules().
Here is the snipped of code that is modified to run from bag files. Note that this code works perfectly with D455 bag files and the camera doesn’t need to be plugged in.
nuitrack.set_config_value("Realsense2Module.FileRecord", path_to_bag_file)
print(path_to_bag_file)
devices = nuitrack.get_device_list()
for i, dev in enumerate(devices):
print(dev.get_name(), dev.get_serial_number())
if i == 0:
print(dev.get_activation())
nuitrack.set_device(dev)
#start nuitrack
print("getting version")
print(nuitrack.get_version())
print("getting license")
print(nuitrack.get_license())
print("getting modules")
nuitrack.create_modules()
print("prerun")
nuitrack.run()
Is there a way to make the L515 work as well as the D455?
Could you please provide us with a sample of bag file where the problem appears?
It doesn’t have to be a meaningful recording, just a sample to reproduce the issue
We’ve been investigating your bug recently, and I regret to say this, but we have been unable to
reproduce it. Everything works fine, and we can run the Nuitrack on the L515.bag file you provided with given code snippet and obtain data. It’s actually been a while since you’ve encountered the bug, and I have to ask whether you are still unable to run on the .bag file. If so, then there’s insufficient info to replicate your problem, and, to be able to help, we need to know:
Your OS.
The source code. Complete file.
Nuitrack version.
Otherwise, I would like to ask you to share the solution in this topic for other people who may
run into the same problem.
We’re sorry you have experienced such inconvenience.
Eagerly waiting for your feedback.
I am really reassured that it works for you. I was worried that the data would be irretrievable – I have 180Gb of recorded data in a special setting for my master’s!
I am trying with new recordings and it still doesn’t work, here is the whole code that I am using currently. I am new to sharing python files, I hope that everything will be there.
My OS is windows 10 Home version 22H2
The nuitrack version is 0.36.10
We’ve confirmed the bug you filed. Unfortunately, we cannot provide you
with a simple workaround now. We will fix it in one of the coming releases, and
we’ll notify you as soon as it is done.
We’re sorry you have encountered such an unpleasant bug.
Thank you for bringing this issue to our attention!