[Q] 1080p zoom problem (solved) - Galaxy S II Q&A, Help & Troubleshooting

Hi all, I have a mod for the Potatoman/hyperX hack, which solves the 'camcorder zoomed-in at 1080p' problem, and also allows zooming at 1080p...
Because it's my first post here, I can't add a link to a new apk on the dev thread...admins, is it possible to get permission to do so?

Why don't you just paste the text for the link but with a few spaces then? It's not like people don't recognise links here just because there's a space.
Also, can't you just attach it to your post?

Sure
Download/install.
Choose 1280x720 for resolution...shoot/zoom/record etc.
Now check the properties of your recorded file...
The only catch at this stage is you lose the original 720p functionality, which wouldn't be hard to add back in with more work. Also note I'm currently using the 'super high-bitrate' settings for both the original 1080p(zoomed) mode, and this new one. I haven't had a chance to test those bitrates myself under difficult rendering conditions (daylight, detailed moving foliage/city scene etc) for stability, so can't make any guarantees in that respect.
A few commenters have mentioned being willing to donate to have this functionality, and I happen to be exceedingly broke atm Not sure if my paypal link appears yet, but any contributions would be much appreciated!

Neato burrito, but I'd like to keep my 720p functionality too. Hmm not paying for small functions like this.

Uncrippling the sgs2's fixed 2.0x zoom ratio at 1080p is a small function?

scratchiester said:
Uncrippling the sgs2's fixed 2.0x zoom ratio at 1080p is a small function?
Click to expand...
Click to collapse
You not just taking the 720p version and resizing are you?
+ the sensor in not capable of zooming in 1080p (sensor crop) as there are no more devisions for pixel binning. So this is a digital zoom?
Post any video links as examples?

I'm sorry to say that this mod is upscaling from 720p (that you have to use to use the 1080p mod) to 1080p when you use this mod.
So the videos looks way worser than my true 1080p movies that i have recorded with my Galaxy S II.
So yeah, the mod doesn't work.
EDIT: Hold on, i'm gonna upload a short video clip to show you the difference.
EDIT 2: Here is the true 1080p recording i did on my Galaxy S II one and a half month ago. This video clip is taking 145 MB and lasts for 1 minute. Just right-click on the link and choose 'Save as'.
And here is the "fake 1080p" recording with the mod from this topic. This video clip is taking 36.5 MB and lasts for 15 seconds. Just right-click on the link and choose 'Save as' here to.

Tom-Helge said:
I'm sorry to say that this mod is upscaling from 720p (that you have to use to use the 1080p mod) to 1080p when you use this mod.
So the videos looks way worser than my true 1080p movies that i have recorded with my Galaxy S II.
So yeah, the mod doesn't work.
EDIT: Hold on, i'm gonna upload a short video clip to show you the difference.
EDIT 2: Here is the true 1080p recording i did on my Galaxy S II one and a half month ago. This video clip is taking 145 MB and lasts for 1 minute. Just right-click on the link and choose 'Save as'.
And here is the "fake 1080p" recording with the mod from this topic. This video clip is taking 36.5 MB and lasts for 15 seconds. Just right-click on the link and choose 'Save as' here to.
Click to expand...
Click to collapse
Thanks for that!
I do think the OP should mention the simple resize of 720 as not to mislead people. Especially if donations are being asked for!

Yes, you're right, deanwray and Tom-Helge.
Did some testing of my own earlier...
Ah well, was excited there for a bit.
Interesting the encoder can do different res to file on the fly, which might be useful for something or another...but that's about it.
DO NOT DONATE!

1080p zoom problem (solved)

scratchiester said:
Yes, you're right, deanwray and Tom-Helge.
Did some testing of my own earlier...
Ah well, was excited there for a bit.
Interesting the encoder can do different res to file on the fly, which might be useful for something or another...but that's about it.
DO NOT DONATE!
Click to expand...
Click to collapse
Didn't actually realise you were asking for donation for something you had not done!!!
wow!!!

Related

[Q] slow-motion camera or port of droid X's camera?

Is there a way to take slow-motion video with the Vibrant camera? I know that the droid-X has one but i cant find a port or anything that will work on the vibrant.
so if anyone knows if there is either a port of the Droid X camera or maybe a slow-motion app I would appreciate it.
bpackard said:
Is there a way to take slow-motion video with the Vibrant camera? I know that the droid-X has one but i cant find a port or anything that will work on the vibrant.
so if anyone knows if there is either a port of the Droid X camera or maybe a slow-motion app I would appreciate it.
Click to expand...
Click to collapse
The way most consumer digital cameras do slow-motion video (and video at all) is to record many different frames on the camera's CCD chip. The Vibrant's CCD, for example, can take 2560x1920 still images. It also records 1280x720 video at 30fps. To do this, it puts 4 different frames on the CCD, one after another. (1280 times 2 is 2560, so you can fit two frames across and two frames down, so that's 4 images on the CCD at once.)
To do slow-motion video, you just need to subdivide the CCD even further to fit more frames on it. This is why cameras that support slow-motion video record it in lower resolution--you're not really speeding up capture so much as stuffing more frames on a single CCD, which has limits in how quickly it can refresh.
On the Vibrant, you could theoretically do 120fps in 640x480 resolution by subdividing the CCD into a 4x4 grid (instead of the 2x2 is uses to do 720p 30fps). This gives 4 times as many frames per CCD refresh, which means 120fps. (Or you could do 720x640 at 60fps by subdividing into a 4x2 grid--half the pixels of a 1280x720 at twice the frame rate.)
Are the camera hardware drivers open source? My knowledge of Android stops at the API--I've never done any low-level device driver programming. If you can get the camera driver source, this should be possible. But I have no idea how difficult it would be.
(I'd love to see this feature, though--I found this thread searching around to see if anyone had done it already.)
Bump. I'm assuming this is a development dead end until we get the camera driver source...but it'd still be awesome to have this feature on more Android devices.
chuckbass... what you says is no sense, forgive me, but that isn't the way slow motion works, if there is a way to get a frame from an area of the ccd and subdivide in 2x2 you will get 4 incoherent images cos each will be sepparated by half resolution
Slowmotion it's dependant on how fast you can get the whole frame from the CCD, resize, apply some compresion or not, and store
in this part the RAM memory has a vital role
the proccess is:
1) get the whole frame from ccd, it's can be done by api's, but I think may be slow, but you need to test first, but through apis is more compatible
2) resize the frame, at least you can get a resized by hardware image, I think through apis the cdd can return an jpg
3) store to ram in raw mode or the jpg
repeat at fast the cpu can until fill the reserved ram
this may works to do a burst slow motion for a few second but very fast frame rate
another ways is to apply an algorithm and store in ram just if it's necesary but better to store directly into a fast SD memory to record continuously, here you can do test to find the max memory you can store to SD and maybe not using compression but just store in raw mode (like a bmp, or rle bmp)
there is no relation with resolution/frame rate and how much slowmotion you can do
I mean, if you can record [email protected] that doesn't necessary means a [email protected]
samsung omnia i900 can get arround 120 fps in 320x240 in a low bitrate video, works fine with good light, and [email protected]
Galaxy S can record [email protected], but has a better cpu and gpu
It's depends on cpu power, and/or gpu (and not in MHz)
I don't know about android programming, and just a few useless things in winmo, but I'm glad if I can help with anything
it's seems that not much ppl is interested on slowmotion, funny, cos is a very nice feature!
if there slowmotion in galaxy S or optimus 3D I will buy, but for now I will get a Casio EX-F100 and a Nintendo 3DS soon

US Player 5, zoom or no zoom??

Been searching, looking... the specs I read stated the camera on the 5 had a digital zoom. Cannot seem to find it. ??? Thanks in Advance.
gerrym said:
Been searching, looking... the specs I read stated the camera on the 5 had a digital zoom. Cannot seem to find it. ??? Thanks in Advance.
Click to expand...
Click to collapse
Hi,
We haven't been able to figure out how to zoom on our SGP5s either (got several of them)!
So, if anyone knows, please post?
Jim
I can't find it either. In the manual:
4. After taking a photo, touch Image Viewer to view the photo.
While viewing the photo, use these options:
• Pinch the screen or double-tap on the screen to zoom all the way in
or out. For more information, refer to “Pinch” on page 17.
But that's AFTER you take the picture, probably the zoom they were talking about. I gave up and bought Camera ZOOM FX when it was 10 cents the other day. MUCH better camera app!
tcat007 said:
I can't find it either. In the manual:
4. After taking a photo, touch Image Viewer to view the photo.
While viewing the photo, use these options:
• Pinch the screen or double-tap on the screen to zoom all the way in
or out. For more information, refer to “Pinch” on page 17.
But that's AFTER you take the picture, probably the zoom they were talking about. I gave up and bought Camera ZOOM FX when it was 10 cents the other day. MUCH better camera app!
Click to expand...
Click to collapse
That app is now $2.99 ... I checked out a couple of others, but none of the free ones I tried, including the one from "mnApps" would zoom .
Jim
tcat007 said:
I can't find it either. In the manual:
4. After taking a photo, touch Image Viewer to view the photo.
While viewing the photo, use these options:
• Pinch the screen or double-tap on the screen to zoom all the way in
or out. For more information, refer to “Pinch” on page 17.
But that's AFTER you take the picture, probably the zoom they were talking about. I gave up and bought Camera ZOOM FX when it was 10 cents the other day. MUCH better camera app!
Click to expand...
Click to collapse
Hi,
Can you confirm that Camera ZOOM FX can do zoom in preview/taking pictures?
I've been trying a number of other (free) apps, all which say they can support zoom, but none of them work so far.
Also, I found this:
http://www.popcrowd.com/
and the 1/2/2011 posting seems to indicate problems with zoom and the Samsung Nexus S (I'm assuming similar to with the SGP5 and zoom).
Jim
Just got off a chat with Samsung support, and they said that the YP-G70 doesn't support zoom while taking pictures.
I'd still be interested in tcat007's response re. Camera ZOOM FX, and whether or not it can do the zoom.
From what I've found, apparently the Samsung players may have a non-standard API or interface for zoom, rather than supporting the Google API. I'm wondering if the Camera ZOOM FX guys were able to get around that.
Jimj
---------- Post added at 11:49 PM ---------- Previous post was at 11:12 PM ----------
FYI, I just got Camera ZOOM FX, and it IS able to zoom with my SGP5 (US/Gingerbread/2.3.5). It auto-detected "Type 2", but wouldn't zoom, so I tried the other types, and "Type 4" works !
So, apparently the SGP5 hardware is similar to (has same problem) as the Nexus S:
http://forum.xda-developers.com/showthread.php?t=1272065
Jim
I can confirm Zoom in CameraZoomFX does work. You have to set the Zoom setting on "Type4". It does "act" a little strange. The zoom slider does zoom on preview, but when you take the picture it "appears" to go back to 1:1 (a temporary 1:1 preview). But when you open the image, it is at the zoom ratio you clicked it at.
It also has an "activate shutter sound" check box, when unchecked there is NO sound!
Update: The zoom is pretty much worthless. I just took a shot 1:1, and a shot 6:1. The 1:1 is 2048x1536=3.1mp, 1mb file size. The 6:1 is 178x238=42kp 11.5k file size... not sure how/why it changes the aspect ratio. You're better off taking a 1:1 shot and cropping to what you want to get the zoom (pretty much what digital zoom is anyway).
Thanks to all who have answered up, replied with results from the Market and calls to Samsung support. I suspect that based on Zoom FX's is not actually changing the lens dimensioning but merely doing a zoom on the 1:1 image before it saves the file.
I am not an expert on the cameras, but know there are other Samsung cameras (like the one in my Samsung Epic 4G phone) that have firmware updates to change features like this. Guess we'll have to dig more...
Not meaning to hi-jack my own thread but just trying to register this thing on Samsung's website is a pain! This is a U.S. model ( I hope since I bought it in VA at a Best Buy!) but the Samsung registration wants a model number and model code?? Mine says its a YP-G70 in the Settings > About Device > Model number, but there is no 'model code' listed on it/in it that I can find.
Samsung's registration is asking me if its a Model Code YP-G70CW/PEO, /TTT, /WON, /XAA or /XAX.
????
gerrym said:
Thanks to all who have answered up, replied with results from the Market and calls to Samsung support. I suspect that based on Zoom FX's is not actually changing the lens dimensioning but merely doing a zoom on the 1:1 image before it saves the file.
I am not an expert on the cameras, but know there are other Samsung cameras (like the one in my Samsung Epic 4G phone) that have firmware updates to change features like this. Guess we'll have to dig more...
Not meaning to hi-jack my own thread but just trying to register this thing on Samsung's website is a pain! This is a U.S. model ( I hope since I bought it in VA at a Best Buy!) but the Samsung registration wants a model number and model code?? Mine says its a YP-G70 in the Settings > About Device > Model number, but there is no 'model code' listed on it/in it that I can find.
Samsung's registration is asking me if its a Model Code YP-G70CW/PEO, /TTT, /WON, /XAA or /XAX.
????
Click to expand...
Click to collapse
Hi,
I just registered mine (US model). It's the /XAA (should be on the box also) one.
Jim

Best Video Conversion Settings for Mini/Pro?

Hi all,
I'm testing what video conversion settings might be good for our Mini. So far, if I use 640-320, it either doesn't fill the screen, or if it does, the people in the video look squashed...
Anyone been testing?
i actually never convert any video since most of the video format simply plays on the phone. what player do you use? i use mxvideo player, the problem when you're converting is, its squeeze the whole frame to fit into inappropriate ratio that's why everything looked squashed.
mxvideo player gives you the zoom option, and you can choose the one that fit you best(might crop the video a bit)
WOW
I just found the BEST settings! I've tried this with my ipod classic so many times and never got it perfect...but for the Mini! Try this!!
I use Format Factory. Handbrake is also good. In format factory, I found the iphone (no idea which version, doesn't say) has the same resolution) though I searched for many devices. I selected that then edited it a tiny bit:
MPEG4(DivX)
480x320
bitrate 576 (or similar)
FPS Default
Aspect Ratio Fully Expand
Sample Rate 44100
Bitrate Default
I've been testing conversion of a 2 minute trailer, you don't want to test on a full film etc. because if it doesn't work out you will waste 1-2 hours every time it's a bad conversion... I've done about 6 tests on a film trailer and this format is absolutely perfect...the entire video is on screen, nothing is squashed, the audio is so crisp and clear...wow! Time to convert en-masse!!
p.s. I have disabled auto-brightness. I highly recommend anyone wishing to convert films etc. to do that...the screen is WAY to dark without disabling auto-brightness.
Try a trailer or other short video on the above settings and see for yourself...
have yu try a full movie & whats tha outcome?
i used xilisoft video coverter 6 ..
the setting i set to Android MP4 profile ..
change the size to 720x480 with high quality
also used a little pan and scan to zoom it a little
and at 30fps..
play it to my mini with stock video player is like watching an HD movie
whalesplaho said:
have yu try a full movie & whats tha outcome?
Click to expand...
Click to collapse
I have tried this with one of my favourite films and I'm delighted with the progress!
To the other guy...how's the aspect ratio? Nobody is squashed? I'd like to try that too!
phoneyericsson said:
I have tried this with one of my favourite films and I'm delighted with the progress!
To the other guy...how's the aspect ratio? Nobody is squashed? I'd like to try that too!
Click to expand...
Click to collapse
thanks for yur response brov....
phoneyericsson said:
To the other guy...how's the aspect ratio? Nobody is squashed? I'd like to try that too!
Click to expand...
Click to collapse
If you're asking me ..the aspect ratio is 16:9 ..but when i use pan and scan effect ..it will make it fit to screen without nobody squashed as in because its zoom

Fast Burst camera like Galaxy s3 and Htc One X

Hi I dont know how many of you know, but there is an app in the Playstore its called Fastburst camera it takes burst pics very vary fast. its not full 8 megapixel but it takes very clear Pics.
https://play.google.com/store/apps/details?id=com.spritefish.fastburstcameralite
The Note already can take 2 megapixel pics at 30 frames per second - use video mode with the highest resolution (1080p). You can grab individual frames from the video if you want a still pic.
The app description says it only can do 30 frames per sec with some cameras - but it may only be able to do 5-10. I also see some user reviews that say it doesn't support the flash, which you can use in the stock video mode.
If Fastburst can take 30 frames per second at a higher resolution than 1080p, then it would be something to look into, but the app description doesn't mention resolution. Can you verify the size of the pics you get from it?
techntrek said:
The Note already can take 2 megapixel pics at 30 frames per second - use video mode with the highest resolution (1080p). You can grab individual frames from the video if you want a still pic.
The app description says it only can do 30 frames per sec with some cameras - but it may only be able to do 5-10. I also see some user reviews that say it doesn't support the flash, which you can use in the stock video mode.
If Fastburst can take 30 frames per second at a higher resolution than 1080p, then it would be something to look into, but the app description doesn't mention resolution. Can you verify the size of the pics you get from it?
Click to expand...
Click to collapse
800x480 max, 100 photos in 6 seconds on GingerBread, 1.566 Ghz interactive
Then using the built-in HD video mode would be much better.
techntrek said:
The Note already can take 2 megapixel pics at 30 frames per second - use video mode with the highest resolution (1080p). You can grab individual frames from the video if you want a still pic.
The app description says it only can do 30 frames per sec with some cameras - but it may only be able to do 5-10. I also see some user reviews that say it doesn't support the flash, which you can use in the stock video mode.
If Fastburst can take 30 frames per second at a higher resolution than 1080p, then it would be something to look into, but the app description doesn't mention resolution. Can you verify the size of the pics you get from it?
Click to expand...
Click to collapse
How do you get pics out of the video
Sent from my SAMSUNG-SGH-I717 using xda premium
carhigh said:
How do you get pics out of the video
Sent from my SAMSUNG-SGH-I717 using xda premium
Click to expand...
Click to collapse
Freeze it where u want it and then snap a screenshot?
All video editing software, and some video players will allow you to export individual frames.
Sony Frame grabber works great for choosing a good still from1080p recordings.
https://play.google.com/store/apps/details?id=com.sonydna.framegrabber&hl=en
You definitely don't want to do a screen grab, as someone mentioned above. There's a high chance you won't preserve the original picture resolution. The app Darious posted is a good solution from the looks of it, haven't tried it yet. It says it does an actual frame grab at the original resolution.

(Guide) Record better videos with Lenovo A6000 plus!

Don't ignore this post!! Try it! It works wonders!
Hi guys, I am certain everyone is unhappy with the camera quality of Lenovo A6000 plus, otherwise a great phone. Having used LUMIA 920 for 2 years and LUMIA 520 for 6 months, I was very much disappointed with the camera quality of this phone. I was expecting it to be at least on par with the 'just 5MP' camera of 520 but was proven horribly wrong. The case worsens even more if you are running a custom ROM. So loads of searching and trying all available camera apps on the play store I finally got a solution. I want to share it.
First you will have to download this app 'Cinema FV-5'.
The link - https://play.google.com/store/apps/details?id=com.flavionet.android.cinema.lite&hl=de
This is the lite version. Try it, if you like buy it! (This is not my app by the way, just sharing).
1. Open the app, go to settings. In 'General camcorder settings', uncheck 'focus before capturing', and check 'allow capturing videos without focus', this is necessary for continuous focus during recording.
2. In 'Video' tab, check custom video settings, change the video resolution to 1280x720 16:9, change the FPS to 24 and leave everything else as it is, don't change.
3. On the same page 'Video', touch 'set image parameters', you will now be on viewfinder screen. There decrease sharpness to 0 and hit done.
4. Touch the [AF] icon and change the focus mode to continuous like in the image. And you are done!
You won't believe how much difference it makes even compared to stock Lenovo camera. While the stock Lenovo camera makes jarring and VGA quality videos, this app with these of my settings records much much better videos!
For photos -
For photos, you can use the sibling app 'Camera FV-5', go to settings > photo encoding settings > set image parameters and decrease sharpness to 0.
The link - https://play.google.com/store/apps/details?id=com.flavionet.android.camera.lite&hl=en
(This is lite version, buy it if you like it).
white_Shadoww said:
Hi guys, I am certain everyone is unhappy with the camera quality of Lenovo A6000 plus, otherwise a great phone. Having used LUMIA 920 for 2 years and LUMIA 520 for 6 months, I was very much disappointed with the Camera quality of this phone. I was expecting it to be at least on par with the 'just 5MP' camera of 520 but was proven horribly wrong. The case worsens even more if you are running a custom ROM. So loads of searching and trying all available camera apps on the play store I finally got a solution. I want to share it.
First you will have to download this app 'Cinema FV-5'.
The link - https://play.google.com/store/apps/details?id=com.flavionet.android.cinema.lite&hl=de
This is the lite version. Try it, if you like buy it! (This is not my app by the way, just sharing).
1. Open the app, go to settings. In 'General camcorder settings', uncheck 'focus before capturing', and check 'allow capturing videos without focus', this is necessary for continuous focus during recording.
2. In 'Video' tab, check custom video settings, change the video resolution to 1280x720 16:9, change the FPS to 24 and leave everything else as it is, don't change.
3. On the same page 'Video', touch 'set image parameters', you will now be on viewfinder screen. There decrease sharpness to 0 and hit done.
4. Touch the [AF] icon and change the focus mode to continuous like in the image. And you are done!
You won't believe how much difference it makes even compared to stock Lenovo camera. While the stock Lenovo camera makes jarring and VGA quality videos, this app with these of my settings records much much better videos!
Click to expand...
Click to collapse
This method is working superb!! Thankyou so much. Can you also upload some method to improve photo quality on custom rom?
neerut said:
This method is working superb!! Thankyou so much. Can you also upload some method to improve photo quality on custom rom?
Click to expand...
Click to collapse
updated OP. Thanks you liked the trick! Sad that many people only view this thread. I hope they try it. I really want to take out the only shortcoming this phone has!!
I test today this program. The colors are more quality but I did not like focus. Some inscriptions I can't read with this program ,but when I use original is more better.
zlatinnn said:
I test today this program. The colors are more quality but I did not like focus. Some inscriptions I can't read with this program ,but when I use original is more better.
Click to expand...
Click to collapse
Did you follow every step mentioned by me? It should give you better results than stock camera any day!! At least on a custom ROM! But I believe it will work just as good on stock rom too cause the video recording in stock rom with stock Camera app pretty much sucks!! By no means it looks 720p 'HD', it feels like VGA at 15fps recording. For better focus you need to pay attention to the first and last instruction in the OP. Have a good luck!

Categories

Resources