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

The problem of build 'mexZED' and 'INSTALL'on updata zed-matlab

Liang-HHHHH opened this issue · comments

CUDA 9.0
MATLAB 2020B
VS2015
ZED SDK 3.03

CMAKE:
{{{{
Selecting Windows SDK version to target Windows 10.0.18363.
MATLAB_ROOT: D:\Program Files\Polyspace\R2020b
Matlab libraries will be used
MATLAB Found, MATLAB MEX will be compiled.
Configuring done
Generating done
}}}
Visual 2015:
Error:
{{{
class "sl::ObjectData" 没有成员(No members) "keypoint"
class "sl::ObjectData" 没有成员(No members) "keypoint_2d"
class "sl::ObjectDetectionParameters" 没有成员(No members) "detection_model"
错误 C2228 “.height”的左边必须有类/结构/联合
。。。。etc
}}}

The wrapper is now updated to fit the current ZED SDK, currently 3.3.3 (you are using 3.0 which does not have Skeleton API)

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment otherwise it will be automatically closed in 5 days