Hi TI Employees,
I have been able to setup opencv applications for image capture via GIGE Camera from Prosilica on Ubuntu 8.10. I had hard time using their SDK as it is dependent on wxGTK and I couldn't find wxGTK2.8.8. Hence decided to give OpenCV a try and it worked! This required me to have python 2.6 for python wrappers (I had issues with python 3.0 as its not backward compatible). I was able to make changes to "makefile" which took a bit longer but eventually worked out as I intended! Is there a way I can port the same on ARM. I am sure I need to set ARM9 compiler instead of the regular g++ or gcc. -> " arm_v5t_le-gcc". However not sure if I need to do python installation on target platform (Davinci)? Also came to know arm-gcc is different from arm_v5t_le_gcc. Has anyone tried this? Appreciate any guidance!
Thanks!