Cannot run OnlineSLAMRealSense.exe on Windows 10, Open3D v0.17.0
- Dominant language
- C++
- Stars
- 14k
- Forks
- 2.6k
- Avg merge
- 5d 18h
- Merged PRs (30d)
- 6
Description
### Checklist
- [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues).
- [X] For Python issues, I have tested with the [latest development wheel](https://www.open3d.org/docs/latest/getting_started.html#development-version-pip).
- [X] I have checked the [release documentation](https://www.open3d.org/docs/release/) and the [latest documentation](https://www.open3d.org/docs/latest/) (for `main` branch).
### Steps to reproduce the issue
I successfully built Opend3D with CUDA and RealSense support for Windows, using Open3D v0.17.0 (without Python).
I previously tried with v0.18.0, but I cannot compile it with CUDA enabled.
Build commands
`cmake -G "Visual Studio 17 2022" -A x64 -DBUILD_CUDA_MODULE=ON -DBUILD_COMMON_CUDA_ARCHS=ON -DBUILD_SHARED_LIBS=ON -DBUILD_WEBRTC=OFF -DBUILD_LIBREALSENSE=ON ..`
`cmake --build . --config Release --target INSTALL`
CUDA version:
`nvcc --version`
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2023 NVIDIA Corporation
Built on Wed_Nov_22_10:30:42_Pacific_Standard_Time_2023
Cuda compilation tools, release 12.3, V12.3.107
Build cuda_12.3.r12.3/compiler.33567101_0
CUDNN version: v9.0
All examples seem to work but for the .exe related to Realsense (OnlineSLAMRealSense.exe, RealSenseBagReader.exe, RealSenseRecorder.exe).
I keep getting the following error:
### Error message
```shell
The procedure entry point ??0RSBagReader@io@t@open3d@@QEAA@_K@Z could not be located in the dynamic link library
```
### Open3D, Python and System information
```markdown
- Operating system: Windows 10 64-bit
- Open3D version: v0.17.0
- cuda: 12.3
- cudnn: v9.0
- System architecture: x86-64
- Is this a remote workstation?: no
- How did you install Open3D?: build from source
```
### Additional information
_No response_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.