Hi guys,
I've just started using latest version of the openCV lib. It seems that the face detection sample only works correctly in landscape orientation. After reading few answers it seems you need to rotate the image before it is drawn. I have been trying to achieve this without any success.
Is there any documentation which can allow face detection in portrait, from my research it appears the functionality uses the CameraBridgeViewBase class.
Thank You