stereolabs / zed-opencv

ZED SDK interface sample for OpenCV
https://www.stereolabs.com/docs/opencv/
MIT License
137 stars 79 forks source link

getSDKVersion() crash #24

Closed bnascimento closed 2 years ago

bnascimento commented 7 years ago

Hello guys, under windows x64 right now, using sdk version 1.1.1 the following throws a crash inside sdk lib:

std::string sdkVersion = zed->getSDKVersion();

Any hints?

Cheers, Bruno

obraun-sl commented 7 years ago

Similar to #22 : Did you build in Debug or Release?

pavloblindnology commented 7 years ago

Hello, I'm using SDK 2.1, windows 10 x64. The following throws a crash in Debug while automatically cleaning the sl::String on exiting the scope. Note, there are no std:string nor "const char *" used.

sl::String sdkVersion = sl::Camera::getSDKVersion();

github-actions[bot] commented 2 years ago

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