Open MargaritaDmitrienko opened 8 years ago
I am using ZED with windows, and for this project zed-save-depth I am getting following error. error LNK1112: module machine type 'X86' conflicts with target machine type 'x64'. even though I have set environment for X64 only.
Please help! Thanks.
Hi,
Make sure you are using Win64 compiler when generating the solution with Cmake (VS2012/2013 Win64). You also need to link with x64 libraries (zed sdk, opencv, cuda)...
Thank you very much for your help! Noe I facing another problem is, unable to save either depth or point cloud. Waiting for your valuable feedback!
@sumitjagdale I'm having the exam same issue, did you ever come to a solution?
I'm using Jetson TX1 with Ubuntu 14.04. Nothing happened after the 141 line of main.cpp. So I see in terminal "Saving Point Cloud in ... ". But "done" message is not shown and any savings are not occurred.