stereolabs / zed-multi-camera

ZED SDK sample with multiple ZEDs
https://www.stereolabs.com/developers/
52 stars 23 forks source link

xMemory acces violation #7

Closed LudoTexx closed 4 years ago

LudoTexx commented 4 years ago

Hello,

Our compagny have now 3 ZED2 cameras, i have tried to run the pulticam sample just for a first test, but he didn't compil and run.

Did you know what the problem is? I have try on 3 differents computers.

2020-04-20 (1)

Thank you in advance.

Regard's

obraun-sl commented 4 years ago

Hi,

This is because the ZED libraries are built in Release mode, and your program is built in Debug mode. Use ReleaseWithDebugInfos built mode to do step by step debugging with ZED SDK.

LudoTexx commented 4 years ago

F*** can't believe that...... i'm feel bad about that mistake !!

Sorry for that and thak you.