cross compiling opencv for raspberrypi

Sysprogs forums Forums VisualGDB cross compiling opencv for raspberrypi

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #768
    Anonymous
    Participant

    Hi,

    I have set up a cross compilation Windows -> Raspberry following the Hello world example.
    I’m curious how can I use OpenCV with this setup ? Shall I first install it on the raspberry and then copy all files back to Windows machine (dev machine) ?

    Thank you very much,
    Issam

    #3020
    ket
    Participant

    Hi,

    Yes, you should first install the library on the Raspberry Pi itself and then resynchronize the sysroot. You can resynchronize the sysroot on the Makefile settings page in VisualGDB Project Properties.

    Our wiringPi tutorial goes through the steps of using libraries with the Raspberry Pi cross-toolchain, you can use that as reference:
    http://visualgdb.com/tutorials/raspberry/wiringPi/

    #3019
    Anonymous
    Participant

    Thank you very much Ket that’s exactly what I was looking for! It’s working fine now 🙂

    Cheers

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.