Quantcast
Channel: Intel Communities: Message List
Viewing all articles
Browse latest Browse all 17928

Re: Opencv on Edison

$
0
0

I haven't used Eclipse specifically for this, just the command line, so I'll describe that piece. Eclipse one may be covered if you look at the IoT DevKit instructions, check them out: https://software.intel.com/en-us/iot

 

So you can

  1. Compile directly on Edison. Just install opencv-dev package using my repo and "opkg install opencv-dev" and you should be able to run something like "g++ opencv_ex1.cpp 'pkg-config opencv --cflags  --libs' -o opencv_ex1" to compile it. Just search for "opencv" using the Community search, there are quite a few threads with example commands;
  2. Compile on your host system (Windows or Linux), using command line and cross-compilation toolchain. Pretty much the same as the above, but you run it on your host instead. Download the toolchain from here: Edison - Software Downloads (links with "SDK" in them, pick the one corresponding to your OS).
  3. Use IoT DevKit. I haven't used this one yet, so read the docs on that site I referred to above or let's see if someone else has something to say about this one.

Viewing all articles
Browse latest Browse all 17928

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>