How to install OpenCV 32bit on Win64 machine

asked 2019-12-13 04:28:48 -0600

I got a pan-tilt-unit from flir with the Software Development Kit written in 32bit (back in 2009).

I use OpenCV for feature detection but my already written Programm in Visual Studio19 is x64 using OpenCV 4.1.1 and a Camera SDK with 32 and 64bit .dll available.

Leaving me two choices. 1. Convert the 32bit sdk's .dll files (i dont know a thing about these) 2. Change my feature Detection tool to 32bit. 2.1. If i cant use OpenCV i might have to use something else for feature Detection

Greatings from Germany :)

edit retag flag offensive close merge delete

Comments

you can use IPC to communicate between 32 and 64 bits application

LBerger gravatar imageLBerger ( 2019-12-13 04:36:22 -0600 )edit

dont know anything About those either. maybe easy message Queues are enough.

So is their no possibilty to install Win32??

CNieberding gravatar imageCNieberding ( 2019-12-13 05:03:01 -0600 )edit
1

opencv does no more supply 32bit prebuilt binaries.

consider building those locally from src, using cmake

berak gravatar imageberak ( 2019-12-13 08:01:58 -0600 )edit

Is there any documentation I can reference on how to do this? I have a 32-bit application I want to integrate opencv functionality with.

pdavari gravatar imagepdavari ( 2019-12-13 15:56:55 -0600 )edit