After fiddling around with EmguCV (OpenCV wrapper for .NET), I've managed to create a project targeted for 64-bit platforms to compile and execute as expected. I've also created a separate project for 32-bit platforms which, again, performs as expected.
I've spent a few hours trying to 'merge' both solutions so the correct DLLs are loaded based off the current platform, however I'm not having much luck. Hence, it might be worth deciding whether:
We target x64 (leaving out anyone who has a 32-bit computer)
We target x86 (and suffer performance loss)
We continue looking into targeting any CPU configuration
Thoughts/ideas accepted. We can also discuss this further at the next meeting.
After fiddling around with EmguCV (OpenCV wrapper for .NET), I've managed to create a project targeted for 64-bit platforms to compile and execute as expected. I've also created a separate project for 32-bit platforms which, again, performs as expected.
I've spent a few hours trying to 'merge' both solutions so the correct DLLs are loaded based off the current platform, however I'm not having much luck. Hence, it might be worth deciding whether:
Thoughts/ideas accepted. We can also discuss this further at the next meeting.