In my app I'm using iPhone's camera video mode to do some scanning. I implemented the scanner, but I noticed that in my app the video image is kind of fuzzy comparing to the video image of other apps when I use the same phone. Below are the image samples.
Any ideas how to fix it?
Any kind of help is highly appreciated.
My app:
iPhone camera app:
barcode scanner app:
Related
How can I add Portrait mode feature while capture an image using custom camera.
Anyone please help me ..
I am using AVPhotoCapture were I had enable image depth property to true but there no portrait effect while capturing.
Try installing google camera if your device has dual camera ,you can find the apk in apk mirror website. The Google camera has hdr mode and other focus modes,i hope it helps
I've got an old sony handycame that record into tapes.
When i try to display the videos in my samsung tv using RCA cables, the video is full screen and with a really good quality.
I wanted to transfer the videos into my computer using usb communication.
I've got the handycam's driver, installed, the handycam is recognized as well.
Using OpenCV library, have been able to collect the pictures but in a resolution of 320*240.
When i try to resize the pictures, the quality get really bad.
I would like to have videos of more than default resolution, with a good quality.
So, how come that the videos are displayed so well into the tv, but not in my computer ? and is there any way to solve this problem ?
Problem
I am currently developing an iPhone app, where I need to upload a video with a multipart post request.
I am using AfNetworking and UIImagePickerController.
I set the quality of the UIImagePickerController to high.
When I try to upload a video that has just been recorded in the app, the quality is significantly lower, than when I choose a previously recorded video from the gallery.
Question
Does anybody have experience like this one ?
In my app I do image post processing in real time and want to have source image, without this feature.
Who knows how or have some ideas about it?
I am using UIImagePickerController to load the video camera but I would like the resolution to match the default camera app resolution on the IPhone.
I know the default for the 4S is
UIImagePickerControllerQualityTypeIFrame1280x720
Does anyone have the info for the other models?
Thanks