adujardin / zed-save-depth

ZED SDK sample to save the depth map as a file
BSD 3-Clause "New" or "Revised" License
28 stars 14 forks source link

Could not save depth on Jetson TX1 #2

Open MargaritaDmitrienko opened 8 years ago

MargaritaDmitrienko commented 8 years ago

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.

sumitjagdale commented 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.

obraun-sl commented 8 years ago

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)...

sumitjagdale commented 8 years ago

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! error

MagnusCaligo commented 7 years ago

@sumitjagdale I'm having the exam same issue, did you ever come to a solution?