Ask Your Question

Revision history [back]

I believe you should remove the portions of code using the highgui, and then compile for ARM. (without the -lopencv_highgui command)
For example: functions with imshow() or imread() make use of highgui libraries. So you must remove them if you dont want to use the gui.