stereolabs / zed-matlab

ZED SDK interface sample for Matlab

Home Page:https://www.stereolabs.com/docs/matlab/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is NEURAL depth mode integrated also in matlab?

luca-venturini opened this issue · comments

commented

Preliminary Checks

  • This issue is not a duplicate. Before opening a new issue, please search existing issues.
  • This issue is not a question, bug report, or anything other than a feature request directly related to this project.

Proposal

It would be useful to have the new NEURAL depth mode in Matlab too.
If it is already available I don't know how to select it.

Use-Case

No response

Anything else?

No response

Hi,
You can use the NEURAL depth mode by changing this line to InitParameters.depth_mode = 4 to request it
https://github.com/stereolabs/zed-matlab/blob/master/matlab/ZED_Camera.m#LL14C1-L14C38