Ask Your Question

baser's profile - activity

2018-06-22 06:59:23 -0600 received badge  Popular Question (source)
2016-03-29 12:54:41 -0600 commented question Which single board computer should I chose?

Thanks for your helping .

I made my choice with Banana M3.

2016-03-26 08:28:34 -0600 asked a question Which single board computer should I chose?

Hi opencv community

I' m working with opencv to make a robot which can go itself with image proccessing. I am using lots of hardware in this project and I used pcduino V3 until this time. But I want to change pcduino because I' m having some trouble with it.

I looked lots of single board compuers on the internet and finally find 4 boards to chosing. But I cannot decide which board I should choice for best performance. Can anyone help me for it?

I can give 100$ at most, so I find:

  • Banana Pi M3 1.8Ghz * 8 Cores / PowerVR SGX544MP1 / wireless / 8 Gb Emmc Flash /2 usb ports
  • Orange Pi Plus 2 1.6Ghz * 4 Cores / Mali 400 Mp2 / wirekes / 16 Gb Emmc Flash / 4 usb ports
  • Odroid XU4 2.0Ghz * 4 Cores + 1.4 Ghz * 4 Cores / Mali T 628 MP6 / no wireless / no flash / 3 usb ports
  • Odroid C2 2.0Ghz * 4 Cores / Mali 450 / no wireless / no flash / 4 usb ports

Which board is the powerfull board from other boards or are there more powerpull board from these?(less $100)

Thanks a lot..

2015-09-03 08:27:19 -0600 commented question problem with opencv

Yes its can be solution. But xml load still giving same error and if I comment imshow I cant see what is happening...

2015-09-03 07:03:04 -0600 asked a question problem with opencv

Hello..

I working with ROS a few months, but I have a very important problem with opencv. I can use some of the opencv libraries without problem, but if I want to show a video in window or load a xml with cv_bridge library, ros giving an eror : 'Segmantation fault(Core Dumped)'. But code working with eclipse without ros. I tried every way; adding opencv libs to Cmake and package.xml, reinstall opnecv, reinstall catkin_ws folder but I cant solve this problem.

Please help me to solve this problem..

Thanks a lot.