-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RealSense error calling rs2_load_json #1849
Comments
i've changed the logging level to info , 07/06 13:32:18,870 INFO [140471706744640] (environment.cpp:85) Found 4 unreachable streams, 1740 extrinsics deleted hope this helps |
[Realsense Customer Engineering Team Comment] would like to confirm that you are totally fine with 2.10.1 and not working with v2.12.0? |
Dear realsense customer engineering team.
+V5.12 Viewer "cant load" a file generated with 5.10.1 viewer.
Omer. |
[Realsense Customer Engineering Team Comment] |
[Realsense Customer Engineering Team Comment] |
Dear realsense customer engineering team.
my real problem is not being able to use function rs2_load_jsonj , thanks, |
[Realsense Customer Engineering Team Comment] please refer to #1888. |
dear Customer Engineering Team
this seems to contradict itself.
thanks, |
[Realsense Customer Engineering Team Comment] the idea is to verify if Realsense viewer can read jason file at your side to verify if there's environment issue, where Realsense viewer from libRealsense v2.12.0 have known issue when reading jason file which fixed by pull request #1888. for your question 2), if you are referring pull request #1888, it's permanent fix. please let me know how it works, thanks. |
[Realsense Customer Engineering Team Comment] do you need more support on this topic? thanks. |
hi I intended to close this issue after i have tested v 2.13.0 and made sure it solves the problem. but i will not be able to do this in the near future . Thanks, |
I am having this exact same issue using librealsense v2.16.0 and Firmware version 5.10 on a D415 and a TX2 tegra device. What is the fix? |
IntelRealSense#2132 – send 4 distortion parameters when possible
dear support,
i've just upgraded librealsense on my pc from v 5.10.1 to 5.12
i'm getting the following error ( software used to work in previous version)
RealSense error calling rs2_load_json(dev:0xe957a0, json_content:0xe957e0, content_size:3513):
get_xu(id=2) failed! Last Error: Input/output error
RealSense error type Invalid Value.
i'm using d415,with the latest firmware (5.9.11).
i haven't changed my code or the input file.
here is the code:
rs400::advanced_mode MyDevice=MyPipelineProfile.get_device();
MyDevice.load_json(...file name....);
i've tried creating a new json config file using realsense-viewer , default settings -> download ,
but this didn't fix the problem.
the viewer is also unable to use a config file it generates.
( it can load the file, but then opening the rgb stream failes, with an error message about an invalid profile).
please advise.
Omer.
The text was updated successfully, but these errors were encountered: