Android: Stretch camera
Hi
I'm using the org.opencv.android.NativeCameraView with layout set at fill_parent
In my Java, I have set this
mOpenCvCameraView.setMaxFrameSize(320, 240);
Actually, when I'm running my app, it shows the camera images but at 320x240.
I want to "stretch" it to go full screen without changing the camera resolution.
OpenCV 2.4.4-beta
Thanks Seb