Ask Your Question

wpccolorblind's profile - activity

2015-06-15 23:42:11 -0600 commented question build opencv failed for arm64 architecture

same for me...

2014-07-15 20:55:35 -0600 commented question android opencv green flash

Same issue here. Anyone figure this out? Happens anytime I start/stop the camera.

2014-02-12 01:00:55 -0600 commented question Rotating Android Camera to Portrait

You ever find an answer to this? There seems to not be a solution anywhere on the internet for this. cam.setDisplayOrientation(90) simply doesn't work. Any other solutions (like itay's posted below) out there rely on pixel manipulations that vastly degrade the framerate....

2014-02-12 01:00:13 -0600 commented answer Rotating Android Camera to Portrait

This results in massive performance degradation... still trying to find a way to do it without pixel manipulations in opencv...

2014-02-12 00:55:02 -0600 commented question Using CameraBridgeViewBase in potrait

You ever figure this out? There seems to not be a solution anywhere on the internet for this. cam.setDisplayOrientation(90) simply doesn't work. Any other solutions out there rely on pixel manipulations that vastly degrade the framerate....

2014-02-12 00:53:42 -0600 commented answer Android camera image rotation

Anyone ever figure this out? There seems to not be a solution anywhere on the internet for this. cam.setDisplayOrientation(90) simply doesn't work. Any other solutions out there rely on pixel manipulations that vastly degrade the framerate....