Ask Your Question

spiritinlife's profile - activity

2016-04-29 12:04:14 -0600 received badge  Teacher (source)
2014-10-12 07:03:14 -0600 received badge  Necromancer (source)
2014-10-11 19:11:02 -0600 answered a question OpenCV 2.4.5 front camera preview is upside down?!

Hello in case you are still wondering the flip function that is suggested by the other topics for android is : Core.flip(aInputFrame,aInputFrame,1); //1 is for y-axis

You should put this in the first line of the -> public Mat onCameraFrame(Mat aInputFrame) <-function , to achieve the desired effect.