Build in Visual studio and run on ARM processor ?
Guys,
Is it possible to build opencv application on Visual Studio for ARM processor and then deploy the application on Linux system ?
Any clues ? Thanks
You can indeed cross compile your system, but why would you compile it in one system and then deploy it on another. It is always the safest to build an application on the actual system it is going to be deployed. Tons of links discussig cross compiling in visual studio can be found here. I am guessing you are using a raspberry pi looking at the most popular hits?