Android + OpenCV - Zoom camera frame
Good Evening,
now I have a problem with find some solution for zoom camera frames.
I have a this ...
... and I want zoom it like this.
Of course I am using a onCameraFrame function, here is a code example:
public Mat onCameraFrame(CameraBridgeViewBase.CvCameraViewFrame inputFrame) {
return mRgba = inputFrame.rgba();
}
Do you have any idea ? Thanks everyone for any comment and ideas !