Cant get realsense viewer to launch
I just installed librealsense2 on my jetson nano by following the tutorial here: https://github.com/IntelRealSense/librealsense/blob/master/doc/installation_jetson.md After I ran sudo apt-get install librealsense2-utils and sudo apt-get install librealsense2-dev I went to run RealSense viewer but I get these error messages:
17/05 22:36:36,091 ERROR [547943852288] (rs.cpp:237) [rs2_create_context_ex( api_version:25501, json_settings:{ ) UNKNOWN] failed to load configuration file (/home/jetson/.realsense-config.json): [json.exception.parse_error.101] parse error at line 1, column 1: attempting to parse an empty input; check that your input string or stream contains the expected JSON
17/05 22:36:36,091 ERROR [547943852288] (rs.cpp:237) [rs2_delete_context( context:nullptr ) UNKNOWN] null pointer passed for argument "context"
17/05 22:36:36,091 WARNING [547943852288] (rs.cpp:274) null pointer passed for argument "context"
RealSense error calling rs2_create_context_ex(api_version:25501, json_settings:{):
failed to load configuration file (/home/jetson/.realsense-config.json): [json.exception.parse_error.101] parse error at line 1, column 1: attempting to parse an empty input; check that your input string or stream contains the expected JSON
-
Hi Organicuser1 It appears that there is a problem with loading a configuration file called.realsense-config.json that the RealSense Viewer tool uses to configure its default settings. Please try the Linux command below, which should reset the Viewer to its defaults.
rm ~/.realsense-config.json
This file should be located in the Appdata folder of Linux.
Please sign in to leave a comment.
Comments
1 comment