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

build error in "depth sensing/automatic region of interest/cpp" #639

Closed
2 tasks done
katsunori-waragai opened this issue Jun 21, 2024 · 1 comment
Closed
2 tasks done
Labels
bug_report closed_for_stale Issue closed for inactivity Stale

Comments

@katsunori-waragai
Copy link

Preliminary Checks

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

Description

The following C++ sample code from the ZED SDK could not be built depth sensing/automatic region of interest/cpp`

Steps to Reproduce

  1. git clone git@github.com:stereolabs/zed-sdk.git
  2. cd "depth sensing/automatic region of interest/cpp"
  3. mkdir build
  4. cd build
  5. cmake ../CMakeLists.txt
  6. make
    ...

Expected Result

make should be successful.

Actual Result

someone@someone-orin:~/github/zed-sdk/depth sensing/automatic region of interest/cpp/build$ make
[ 50%] Building CXX object CMakeFiles/ZED_Auto_Sensing_ROI.dir/src/main.cpp.o
/home/someone/github/zed-sdk/depth sensing/automatic region of interest/cpp/src/main.cpp: In function ‘int main(int, char**)’:
/home/someone/github/zed-sdk/depth sensing/automatic region of interest/cpp/src/main.cpp:88:15: error: ‘struct sl::RegionOfInterestParameters’ has no member named ‘auto_apply’
   88 |     roi_param.auto_apply = true;
      |               ^~~~~~~~~~
make[2]: *** [CMakeFiles/ZED_Auto_Sensing_ROI.dir/build.make:76: CMakeFiles/ZED_Auto_Sensing_ROI.dir/src/main.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/ZED_Auto_Sensing_ROI.dir/all] Error 2
make: *** [Makefile:91: all] Error 2

ZED Camera model

ZED2i

Environment

OS: Ubuntu 20.04 LTS
CPU: ARM
GPU: Nvidia Jetson AGX orin
ZED SDK version: 4.1.1
Other info: JetPack 5.1, python3.8.10

Anything else?

No response

Copy link

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

@github-actions github-actions bot added Stale closed_for_stale Issue closed for inactivity labels Jul 22, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jul 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug_report closed_for_stale Issue closed for inactivity Stale
Development

No branches or pull requests

1 participant