stereolabs / zed-matlab

ZED SDK interface sample for Matlab
https://www.stereolabs.com/docs/matlab/
MIT License
28 stars 24 forks source link

Is NEURAL depth mode integrated also in matlab? #24

Open luca-venturini opened 1 year ago

luca-venturini commented 1 year ago

Preliminary Checks

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

P-yver commented 1 year ago

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