You have created app and used a camera widget and using overlay like below:
You see camera preview as blur. It could be focusMode issue. Please try adding below code in form controller and attach to form preShow.
setFocusModeContinous: function() {
this.view.flxCamera.cameraFrame.cameraOptions={
focusMode: constants.CAMERA_FOCUS_MODE_CONTINUOUS
};