stereolabs / zed-matlab

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

Getting errors building #25

Open RickFSS opened 1 year ago

RickFSS commented 1 year ago

Preliminary Checks

Description

Getting Compile errors on Windows 11 with Matlab 2023a VS 2022

Severity Code Description Project File Line Suppression State Error (active) E0135 class "sl::ObjectData" has no member "keypoint_2d" mexZED D:\Projects\zed-matlab\src\mex\mexZED.cpp 211

Steps to Reproduce

  1. Install SDK
  2. clone matlab ZED repo
  3. Run CMake pointing to matlab install
  4. Configure (ok)
  5. Generate (ok)
  6. Try to build - Get error
  7. ...

Expected Result

Build without errors.

Actual Result

Multiple compile errors.

ZED Camera model

ZED2

Environment

OS Windows

Anything else?

No response

P-yver commented 1 year ago

Hi, I just update the code base to support the ZED SDK 4.0. Where Object Detection and Body Tracking are now in separated functions.

https://www.stereolabs.com/developers/release/

Ibrahimsh104 commented 2 months ago

I have issue with cmake i gives me error of cuda : ef8a9b15-b979-4a1f-93fb-cf002c542d76

i reinstalled cuda "CUDA Toolkit 12.5" multiple times and i notesed it gives me this message : Installed:

i tried to solve it and installed nsight NVIDIA Nsight Visual Studio Edition:https://developer.nvidia.com/nsight-visual-studio-edition NVIDIA Nsight Systems:https://developer.nvidia.com/nsight-systems NVIDIA Nsight Compute:https://developer.nvidia.com/nsight-compute NVIDIA Nsight Graphics:https://developer.nvidia.com/nsight-graphics and video-codec-sdk "https://developer.nvidia.com/video-codec-sdk" bec. i noticed it is messing in the cmake environment and also not found at the location of cuda how can i solve this problem?