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

Matlab wrapper: error on context.query_devices #2539

Closed
izaakvc opened this issue Oct 16, 2018 · 1 comment
Closed

Matlab wrapper: error on context.query_devices #2539

izaakvc opened this issue Oct 16, 2018 · 1 comment
Assignees

Comments

@izaakvc
Copy link

izaakvc commented Oct 16, 2018

When executing following code (like in the API How To, but translated to Matlab):

context = realsense.context;
devices = context.query_devices;

I get following Java/Matlab error in a popup:
Matlab Java error

After a while a crash follows.
Calling sensors = context.query_all_sensors does work without errors, so I can work around the problem by using context.get_sensor_parent(sensors{i}) to get the devices, but it is cumbersome.

@ev-mp
Copy link
Collaborator

ev-mp commented Nov 19, 2018

Closing it as implemented since v2.16.3
Feel free to comment and reopen as necessary.

@ev-mp ev-mp closed this as completed Nov 19, 2018
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