Skip to content
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

How to preset D435i camera by .JSON file in MATLAB? #5236

Closed
GenusJqj opened this issue Nov 13, 2019 · 3 comments
Closed

How to preset D435i camera by .JSON file in MATLAB? #5236

GenusJqj opened this issue Nov 13, 2019 · 3 comments

Comments

@GenusJqj
Copy link

GenusJqj commented Nov 13, 2019

  • Before opening a new issue, we wanted to provide you with some useful suggestions (Click "Preview" above for a better view):

  • All users are welcomed to report bugs, ask questions, suggest or request enhancements and generally feel free to open new issue, even if they haven't followed any of the suggestions above :)


Required Info
Camera Model {D400 }
Firmware Version (Open RealSense Viewer --> Click info)
Operating System & Version {Win (10)
Kernel Version (Linux Only) (e.g. 4.14.13)
Platform PC
SDK Version { legacy / 2.. }
Language MATLAB
Segment {Robot/Smartphone/VR/AR/others }

Issue Description

<Describe your issue / question / feature request / etc..>
I didn't find any class or function to load .JSON file in matlab SDK. If anyone konws,please tell me,thanks!

@lramati
Copy link
Contributor

lramati commented Mar 4, 2020

Using the code in the new PR, you'll be able to do something like this:

ctx = realsense.context();
devs = ctx.query_devices();
dev = devs{1};
adv = dev.as('advanced_mode');
adv.load_json(json_string);

@RealSenseCustomerSupport
Copy link
Collaborator


@GenusJqj Sorry for late reply. Have submit your request to our engineering team. Any update will let you know. Thanks!

@RealSenseSupport
Copy link
Collaborator

@GenusJqj Sorry for late response! We won't implement this new feature after evaluation. Sorry for that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants