Forum Replies Created
-
AuthorPosts
-
DanielParticipant
Hi,
yes thank you for the help- there seems to be a weird problem with the SmarTTY- folder upload: I was sure that I made step 11- but then I checked it again and the files from the OpenCV installation directory were lost. It is weird because I tried to copy it again with SmarTTY – and it does not work- although I connected as the standard user pi (with root access). Also the sd-card LED (for read/write acces from the raspberry pi) glows during the process- so I expected that it worked- and never checked it. What worked for me is to create another working directory ( /inst), uploading the files to that folder (with SmaTTY) and then to copy the content manually (from the command line) to the corresponding folders.
Then I tried again to run the demo on the pi (after changing the file permissions)- and it worked!
Makes me wondering if I have to change any raspberry pi preferences- because of the issue with the debugging I mentioned above…
Thanks again!
DanielParticipantI also tried the following: to upload the executable manually and simply run it. Then another error occurs: “Error while loading shared libraries: libopencv_videostab.so.3.1: cannot open object file: No such file or directory”
I found a hint in another forum: ” Just had to add the following line to .bashrc export LD_LIBRARY_PATH=”/usr/local/lib” ” – under the topic Missing Shared Library. But it does not work for me.
DanielParticipantHi,
Right- the build succeeds. So I tried to go on with the other steps. But when I press F5 the first time- two not in the tutorial described popup windows occur: the first one asks for building OpenCV again- because it is obsolete. The next one asks for a Path of an executable. In the window is also said the parameters can be changed later- so I filled in nothing. I then get the Error message: “Debugging failed. Debugging could not be started due to the following error: Invalid deployment path /tmp/ for project OpenCV3-Debug. Please correct your settings. The deployment path should include the file name.”
I also tried to find the settings- but all my attempts did not work.- The second window unfortunately does not popup again- when I try to Debug again… Is there anything I can try?
Thanks
Daniel
DanielParticipantHi, I am also trying to run the same tutorial with OpenCV 3.1 and Visual Studio 2015. I succeeded so far -until step 22: checking the box “Configure IntelliSense based on CFLAGS dumped by Cmake” and then rebuilding the project does not work for me. -Resulting in 23 Clang IntelliSense Errors. It would be great if there is a solution for the issue.
By the way: thanks a lot for providing such step-by-step tutorials!
-
AuthorPosts