Ask Your Question

Ale's profile - activity

2016-08-19 07:56:11 -0600 commented question Issue with Camera Orientation

If I use transpose and flip the fps decrease to 15, instead of 30, that is a significantly loss.

2016-08-19 05:43:19 -0600 asked a question Issue with Camera Orientation

Hi,

I'm new on OpenCV and I want to change the camera orientation from landscape to portrait. I found some solutions that involve pixel manipulation in onCameraFrame method (rotate and flip the mat), but all these decrease significantly the fps.

Is there a way to fix this bug remaining on 30fps?