[Q] Are there any alternative video camera apps at all ? - Galaxy S I9000 Themes and Apps

There are tons of alternative photo camera apps for Android, but I couldn't find not a single one which would record video. The one that is built in i9000 is very limited. The worse of all is the video codec with horribly high bit rates (3gp4, with either 8000 Kbps or 12000kbps). Thanks.

i'm looking for the same.

lgCamera on the market. It comes with a camcorder app that you can change the encoder, bit rate, format and frame rate.

Related

Recording video to h.264 codec on Evo?

This question is for developers. Can devs replace crappy compression codec on Evo recording cam to record with h.264 to improve quality of vids we shoot by far. Current cam codec is SO bad that 720p does no justice for the cam. Basically in my view camcorder is useless. H.264 would change the whole game for this phone. Would love to see the rom with h.264 video camera codec. Would any shead some light on this ?
stewie-droid said:
This question is for developers. Can devs replace crappy compression codec on Evo recording cam to record with h.264 to improve quality of vids we shoot by far. Current cam codec is SO bad that 720p does no justice for the cam. Basically in my view camcorder is useless. H.264 would change the whole game for this phone. Would love to see the rom with h.264 video camera codec. Would any shead some light on this ?
Click to expand...
Click to collapse
they cant do a whole lot with any camera settings till the source kernal is released. Who knows when that will be heh
stewie-droid said:
This question is for developers. Can devs replace crappy compression codec on Evo recording cam to record with h.264 to improve quality of vids we shoot by far. Current cam codec is SO bad that 720p does no justice for the cam. Basically in my view camcorder is useless. H.264 would change the whole game for this phone. Would love to see the rom with h.264 video camera codec. Would any shead some light on this ?
Click to expand...
Click to collapse
Do you even know what the current cam codec is?
It's MPEG-4 Part 2 (generally referred to as "MPEG-4"), which is most commonly known for it's implementations in divx/xvid.
It's not as trendy as H.264 (aka MPEG-4 Part 10 and/or AVC), but generally quality isn't what people take issue with when choosing h.264 over MP4 - it's filesize. When you get into higher resolutions with higher bit-depths, being able to compress a stream allows you to work around issues with slow write speeds.
I think you really aren't familiar with video encoding or codecs in general. You should educate yourself a bit more before announcing that a simple codec change will resolve the camera woes with the Evo.
h.264 is currently patent encumbered, which is part of why you don't see it implemented so widely.
Swapping out the codec isn't going to be a magic fix to improve this camera. It's limited by it's very design. Consider the 720p video a novelty and try to only shoot in situations with lots of ambient light and it'll be far more usable.
Petronic said:
Do you even know what the current cam codec is?
It's MPEG-4 Part 2 (generally referred to as "MPEG-4"), which is most commonly known for it's implementations in divx/xvid.
It's not as trendy as H.264 (aka MPEG-4 Part 10 and/or AVC), but generally quality isn't what people take issue with when choosing h.264 over MP4 - it's filesize. When you get into higher resolutions with higher bit-depths, being able to compress a stream allows you to work around issues with slow write speeds.
I think you really aren't familiar with video encoding or codecs in general. You should educate yourself a bit more before announcing that a simple codec change will resolve the camera woes with the Evo.
h.264 is currently patent encumbered, which is part of why you don't see it implemented so widely.
Swapping out the codec isn't going to be a magic fix to improve this camera. It's limited by it's very design. Consider the 720p video a novelty and try to only shoot in situations with lots of ambient light and it'll be far more usable.
Click to expand...
Click to collapse
I agree with you. But x.264 is not involved in any patent issues, is free, and works very will with the best container format available to date... mkv.
Now the phone will do hardware decoding of x/h.264 but you are right, I don't see any advantage other than the smaller file size. You are right again, on one of those P labeled cams the h.264 stream is much smaller than that of mpeg-2/dvd or others so it works well on those crappy hardware writers.
Changing the encoding profile of this camera would not fix your issues OP.
I've never seen bad quality from h.264 codec but then again i agree i have not research enough on the codecs comparison enough but that's why i'm asking. I just know it looks horrible. Somehow camera pics are acceptable. Thank you for the input.
stewie-droid said:
I've never seen bad quality from h.264 codec but then again i agree i have not research enough on the codecs comparison enough but that's why i'm asking. I just know it looks horrible. Somehow camera pics are acceptable. Thank you for the input.
Click to expand...
Click to collapse
I could encode an h.264 video in a low bitrate and low resolution and it would look bad. The codec is only one factor involved in the end result. Different codecs can squeeze better quality video into a smaller file size but it comes at the expense of CPU use and other bottlenecks. In this case I don't think the choice of codec is what is holding back the video. It's probably more about processing power and overall architecture.
I'm not sure that implementing x.264 compression for the EVO would solve anything. From my experience in order to have better quality with h.264 over h.263 it requires much more processing power due to the higher compression complexity.. This would all have to be done real time by the phone.
With the great hardware being sported by the EVO I wonder if a more unorthodox approach could be implemented to attain the highest quality possible.
How about this:
Capture video using a real time lossless compression. Maybe huffyuv?
Once captured let the phone recompress the source to x.264 or whatever via a background service or at a scheduled time like 3am or something
Maybe via this method a higher frame rate could even be achieved?
amdchip said:
I'm not sure that implementing x.264 compression for the EVO would solve anything. From my experience in order to have better quality with h.264 over h.263 it requires much more processing power due to the higher compression complexity.. This would all have to be done real time by the phone.
With the great hardware being sported by the EVO I wonder if a more unorthodox approach could be implemented to attain the highest quality possible.
How about this:
Capture video using a real time lossless compression. Maybe huffyuv?
Once captured let the phone recompress the source to x.264 or whatever via a background service or at a scheduled time like 3am or something
Maybe via this method a higher frame rate could even be achieved?
Click to expand...
Click to collapse
Uncompressed [email protected] with 8-bit color would be something like 45MB/s. (That's excluding audio.)
No current SD card supports those write speeds.
I'm not sure that you could losslessly compress it down to something that'd support even a class 6 card.
Petronic said:
Uncompressed [email protected] with 8-bit color would be something like 45MB/s. (That's excluding audio.)
No current SD card supports those write speeds.
I'm not sure that you could losslessly compress it down to something that'd support even a class 6 card.
Click to expand...
Click to collapse
Eeeeek!!
I checked it out and you are right on the money.
(8 bit @ 1280 x 720 @ 59.94field = 105 MB per/sec) / (2.33:1 huffyuv) = 45.06
Still I wonder if better video quality could be achieved via a capture now (large file size) compress later (small file size) solution.
Certainly, considering your well taken point, we would need to keep things within the requirements of the EVO's hardware (sd card included). Probably would need to keep the data rates within the EVO's stock microsd specifications in order for it to be viable for everyone.
The iPhone 4 can record in h.264 and its processor isnt *that* much more powerful than Snapdragon (and the camera is similar--same company, same sensor size, same features, just 5MP instead of 8MP). What it comes down to is lazy coding by HTC
I don't know if you guys have looked in the build.prop file but the settings are in there. I just don't have alot of time to play with them but here's what's inside. Sprint/HTC changed the line in 1.47,ro.media.enc.vid.m4v.bps, to 8000000 from 6000000 on 1.32, so I'm guessing that's how they upped the Mbits in the upgrade. I could be wrong and the change may need to be in the kernel also but play with them and see.
Code:
#
# This file describes the media capabilities and profiles
# using system properties.
#
# Note: The property key and value has some length
# limit as defined by PROPERTY_KEY_MAX and
# PROPERTY_VALUE_MAX, respectively
#
# WARNING: We may not use system properties for specifying
# media capabilities and profiles in the future
#
ro.media.enc.file.format = 3gp,mp4
ro.media.enc.vid.codec = m4v,h263
ro.media.enc.vid.h263.width = 176,1280
ro.media.enc.vid.h263.height = 144,720
ro.media.enc.vid.h263.bps = 64000,6000000
ro.media.enc.vid.h263.fps = 1,30
ro.media.enc.vid.m4v.width = 176,1280
ro.media.enc.vid.m4v.height = 144,720
ro.media.enc.vid.m4v.bps = 64000,8000000
ro.media.enc.vid.m4v.fps = 1,30
#
# Increase SKIA decode memory capability for progressive jpg file
#
ro.media.dec.jpeg.memcap = 20000000
I may not be a...
developer but when you are talking about codec you are talking my language (I am an editor). H264 isn't that great itself and won't make the EVO's footage look any better yeah you get some more detail out of the H264 but the real reason the camera doesn't look as good is the variable fps in different lighting conditions. The variable kills it. The cam should be fixed at 24fps or 30fps. If that can be done you will see a major difference. I'm not sold on the white balance either. Also I would love to have h264 but the difference in the two is compression. H264 is better but again FPS is key.
I agree as well as most of the other people that h.264 won't help by itself.
Though one thing it would help with is allowing to bump up to a higher bit rate and or FPS and still maintain speeds sufficient for Class 2 SD cards. So, even though it won't do anything by itself, it will help in that you could in theory record higher quality video to your phone.
billobob said:
The iPhone 4 can record in h.264 and its processor isnt *that* much more powerful than Snapdragon (and the camera is similar--same company, same sensor size, same features, just 5MP instead of 8MP). What it comes down to is lazy coding by HTC
Click to expand...
Click to collapse
Das troo, I emailed Omnivision about the issue, they said that their Evo is great there, and that I should contact HTC about it and had said they created the driver/software for it.
"Hi Steve,
I’m sorry to hear that you are experiencing issues video performance. The HTC EVO we have here works great. OmniVision only makes the sensor. HTC makes the drivers and software that run the sensor. Unfortunately, you will need to contact them with any issues.
Sorry, I couldn’t be more help.
Scott"
Then I had asked them if they have any samples they used. And sent me a video they just recorded.
"We just went outside and took this simple video. Hope it helps.
Scott"
Currently uploading right now, i'll edit the link.
EDIT: here you go
bit.ly/c0lwOb
What do you guys think?
FunYunZ said:
EDIT: here you go
bit.ly/c0lwOb
What do you guys think?
Click to expand...
Click to collapse
Not able to post links yet I'm guessing. Just type it out.
Holyrolla said:
Not able to post links yet I'm guessing. Just type it out.
Click to expand...
Click to collapse
you don't see the link? its a bit[dot]ly link. But yea i can't post links yet, so I used the URL shortening.
bit[dot]ly/ c0lwOb
That video is pretty clear, but jumpy as well (expected). Wondering if they tweaked it or installed the OTA update on it?
Holyrolla said:
That video is pretty clear, but jumpy as well (expected). Wondering if they tweaked it or installed the OTA update on it?
Click to expand...
Click to collapse
Thats what I wondered to, but I guess not.
We are using one of our employees phones he bought from Sprint. All of the drivers and software are stock and from HTC.
Scott
Good god, that video sample is hideous! Look at this video comparison done between the Evo and the iPhone 4 in the exact same scene. There's just no competition between the two.
Good god, our Evo sucks mighty ass in the 720p category.

lgcamera

i have installed lgcamera on defy
what is the best settings for photos and videos that will work on our phone, i tried to use the maximum bit rates and other settings but i can't play it on defy or even on the pc
using the green lens, the best settings I could achieve with lgcamera:
for video:
640x480
(video enc.) default
(vid. file form.) MPEG4
4 Mbit
25 fps
anyway, if you use froyo (and you have to do so if you use lgcamera ) then you're better to go with the stock camera&camcorder (imho)
cant we use the wide screen video recording with green lense froyo?
should be possible... I could do so with eclair, (v2.51) link: http://forum.xda-developers.com/showthread.php?t=955503
but the patch/app was not very attractive due to the lack of adjustment possibilities.
but it has proven that it is possible to record at least fullscreen with the green lens... anyway, let me know if you find a good app to do so
EDIT: probably that will do http://forum.xda-developers.com/showthread.php?t=935142&highlight=-%3D{antibyte}%3D-

Improved 720p recording for both font and back camera - mp4 format

Must have ROOT
EDIT**
I have just uploaded V2 of my profile - I have lowered the Bitrate slightly and changed from 3gp to mp4 file format.. I have also enabled 720p for the front facing camera - Let me know if the lowered bitrate still performs as well.
Folks,
This is my edited media_profile.xml for far better 720p recording.. thought I would share it..
I have upped the bitrate from just 1MB/s (default)to around 4MB/s.. for me, it is clearly better when played on my Monitor or Television.. smoother, more detail and appears clearer.
I have tried a higher bitrate but found this to be a good balance between size and quality.
I have also tried editing the xml for 1080p recording but cannot get higher than 14fps when recording so have not included it..
to install, just unrar the media_profiles.xml and copy it to /system/etc and reboot.... REMEMBER TO BACKUP YOUR ORIGINAL FIRST.
This has worked for me, but if you end up in a boot loop, pushing the original file should fix it.
Hope you enjoy it.
Bracken
Do you have a comparison video or anything? This is the kind of thing I want to see before flashing.
Nice find!
I can see the difference just watching play back on the xoom! Alot smoother...ill check out the HDMI when I get home.
Will this work on any Android device? Say my DX? I take way more video on that.
bracken21 said:
Must have ROOT
....
I have also tried editing the xml for 1080p recording but cannot get higher than 14fps when recording so have not included it..
...
Click to expand...
Click to collapse
have you a stock Kernel or Custom Kernel + overclocked CPU?
Works well, I have a similar hack for my Nexus.
Easy and simple improvement for video recording.
Using Hammerhead 2.1 & Tachi OCed kernel.
@bracken21 = does this affect the still camera picture taking?
Thank you very much, great mod.
Hi,
@Sergio PC -This does not affect the picture quality only the video..
@twister_65 -I had this completely on stock 3.1 with stock kernel and worked fined.. I'm now running it with Hammerhead 2.1 & Tachi OCed kernel.
Even OCed @1.6, when I enable 1080p recording there is no increase in FPS, it stays at around 14FPS.. I presume the actual sensor is not capable of [email protected]
@mradlauer - I have no idea if this could be done to the DX, I presume so, but what resolution, bitrate and FPS would depend on the device.. if its anything like the Xoom, putting in an unsupported profile may result in a boot loop ?
If there is interest I can upload another profile with settings as follows... but I find it pointless as 1080p @ 14fps is unwatchable.. I have tried increasing/decreasing the Bitrate but still only does 14fps.
1080p 6MB/s @ 14fps when high quality selected.
720p 4MB/s @ 30 when low quality selected.
720p @ 30fps for front facing camera.
Thanks
Bracken
720p for front would be awesome.
Great, i just would love to have it recording in MP4
€: Wait, trying it now
€²: Works Thx for This
Would changing any of these lines to 100 improve photo quality too?
<ImageEncoding quality="90" />
Stealyourface said:
720p for front would be awesome.
Click to expand...
Click to collapse
Front camera now enabled for 720p and file format changed to mp4
cheers
Bracken
truly great work here. thank you
im just surprised no one had done this sooner, but better late than never!!
ive only played wtih it for litterally 30 seconds however i noticed that upon pressing the record button for a video using the front facing camera, it zooms in and stretches the image vertically in the preview window. i dont think that it actually records it like this but it seems to be some sort of graphical glitch....maybe you could look into it?
id like to say thanks again. did you change anything for the still images in v2 or somthing? because i no longer see those weird lines when taking photos with the front facing camera.
THANKS!
crackmulah said:
however i noticed that upon pressing the record button for a video using the front facing camera, it zooms in and stretches the image vertically in the preview window. i dont think that it actually records it like this but it seems to be some sort of graphical glitch....
Click to expand...
Click to collapse
I've noticed the same issue when recording from the front camera
Excuse me, but trying this mod, I realized that the zoom in camera mode does not work. And 'this normal?
Thanks!
zoom isnt working in video mode for me either.
although i cant remember if we were ever able to.....
can you add this ?
I tried now, even the stock 3.1 does not allow it. Is there any mod ?
Regards!
Nice find.
Pretty easy to increase or lower the bitrate yourself.
I personally upped the bitrate to 35MB/s for 720p.
Adjusted the 480p resolution to 720x480 @ 20Mb/s for quick and easy converts straight to dvd with no resolution changes.
Adjusted the audio bitrate to 256kbps, sample rate to 48khz and enabled stereo recording.
Sweet stuff.
edit: Tried shooting for 60fps but it forced closed as soon as I tried to select video recording
Audionut11 said:
Nice find.
Pretty easy to increase or lower the bitrate yourself.
I personally upped the bitrate to 35MB/s for 720p.
Adjusted the 480p resolution to 720x480 @ 20Mb/s for quick and easy converts straight to dvd with no resolution changes.
Adjusted the audio bitrate to 256kbps, sample rate to 48khz and enabled stereo recording.
Sweet stuff.
edit: Tried shooting for 60fps but it forced closed as soon as I tried to select video recording
Click to expand...
Click to collapse
Do you mind posting your xml file... I personally like the tweaks you have done and would like the same..
Thanks in advance
Audionut11 said:
Nice find.
Pretty easy to increase or lower the bitrate yourself.
I personally upped the bitrate to 35MB/s for 720p.
Adjusted the 480p resolution to 720x480 @ 20Mb/s for quick and easy converts straight to dvd with no resolution changes.
Adjusted the audio bitrate to 256kbps, sample rate to 48khz and enabled stereo recording.
Sweet stuff.
edit: Tried shooting for 60fps but it forced closed as soon as I tried to select video recording
Click to expand...
Click to collapse
35MB/s is 2.1Gb per minute - that would give you around 15 mins recording on 720p on 32gb card. Plus with the size of sensor and optics, im guessing you wont see quality increase above 3MB - 4MB/s and even that is asking alot of the camera due to the noise levels and lack of light/detail passing through the small plastic lens. As for stereo recording, I thought the Xoom only had 1 mic ?
Being that bluray movies are around 34MB/s.. I think asking a small plastic lens on the xoom to do that a little much. Also the tegra 2 is listed at only supporting 20Mb... did you also amend the codec maximum bitrate as its currently set to around 5MBs.. if not, you will actually be recording @ 5MB/s.. Also, is 35MB/s over the write limit for xoom internal storage.. I could be wrong but even a class 10 cards only write at around 10MBs and reads @ 30Mbs ?
If you want to try 60fps, you would also need to amend not just the recording values but the codec preference and possible the memCap too.. ive not tried it yet, may give it a go.
Im not trying to have a go at you, just stating that your filling your xoom up for no reason... in a long winded blurbing kind away.. not had my coffee yet..
As for the problem with front camera zooming in on 720p, nothing I can do about this, that fix would be above my head.. My guess is that the google camera apk would need amended for 16:9... my knowledge of Android goes as far as this little dirty hack.
Cheers
Bracken
bummer on the zoom and front face stretch problem... Gonna have to revert to stock unless fixed in the future... Will subscribe for updates in case. Nice for folks that don't mind those couple details though
rockhumper said:
bummer on the zoom and front face stretch problem... Gonna have to revert to stock unless fixed in the future... Will subscribe for updates in case. Nice for folks that don't mind those couple details though
Click to expand...
Click to collapse
Hi, just revert to version 1, it keeps the front camera stock and rear camera is improved..
As for the people not being able zoom, you can't zoom in video mode using stock... well mines never has.
I wish I knew how to port the camera front the Samsung 10.1 tab, does any one know how?
Cheers
Bracken

Slow Motion (bad) Definition

Hi. I've tried the slow motion feature on my note 2 today and I realise that the 480p of stop motion dont have the quality and the definition of a normal 480p. I've seen another movies of other users loving the feature quality and I am a little bit disapointed. I'm I the only one?
I know that is a new feature and it's better than nothing, but...
I will post two videos to compare soon.
Sorry for my bad english.
Thats due to how slow motion recording works.
If you record a ×2 slow motion video for 1 min it will result in a 2 minute video.
In order to maintain the same fps as a normal video, the camera has to capture and process ×2 the frames in the same 1 min of recording.
To facilitate the increased workload, the camera captures lower resolution frames.
You will notice that x8 has lower resolution than x4 etc.
Sent from my GT-N7100
I also think that is because the interpolation algorithm (?) that is being used to create the extra frames. (I don't think the camera actually CAPTURES each frame). I'm still doing some tests to determine which would be the exact speed/frame counting on the camera.
Here is a video of my dog jumping. You can still see the blurriness in most of the shots.
http://youtu.be/TnMH_N2fSOA
the same video on Vimeo (for those in the countries where YouTube is blocked)
https://vimeo.com/62170068

Best video recording app for Redmi Note 7

So GCam is definitely the answer for getting the best photo quality out of this phone in almost any situation, but let's see how we can record the best possible video.
Btw, when you first try video recording with the Note 7 in low light, it's natural to be disappointed since you're comparing it to GCam's photo output in low light. GCam uses frame stacking and other techniques to remove noise, increase dynamic range and get details in both shadows and highlights as well as the rest of the image. To produce only one 12-megapixel frame, it uses anywhere from 3 to 15 frames and takes a few seconds to do the complex blending and computations to create a great low light photo. Without a much stronger SoC, ISP, a better sensor and more advanced processing algorithms, this is impossible to do while recording a video, as the phone is struggling to keep up with recording 30 8-megapixel frames (UHD) each second or 2-megapixel frames in case of 1080p. They've barely managed to get SD 660 to comfortably use real-time EIS at 1080p30, along with auto focusing, WB, exposure, noise reduction etc.
So, knowing that in low light this phone's video recording will never be great, let's focus on other aspects of its video recording. My only idea for improving low light video recording is to find an app that can use a high bitrate in order to avoid introducing additional noise and artifacts. This also applies to filming in daylight.
I'll start with some findings about the differences between the stock app, GCam and Open Camera when recording video.
STABILIZATION
As far as video stabilization goes, only stock camera's 1080p30 EIS properly uses gyro-EIS and that really is the most beautiful stabilization you'll get out of this phone. No wobbling or image distortion, it just softens the shakiness, as if the phone were on a gimbal.
1080p30 EIS in GCam – it's instantly noticeable that the viewfinder here is stabilized (whereas in the stock app it isn't). It appears to be using the gyroscope, but not in the same way the stock app does. Stabilization is OK, but not as smooth as in the stock app and wobbliness can be noticed occasionally, with more abrupt movement.
UHD EIS in GCam – better than no stabilization, but wobbliness on the edges tends to be obvious when there's a lot of movement.
1080p30 or UHD EIS in Open Camera – also a stabilized viewfinder, but the stabilization algorithm here is very wobbly, which is extremely noticeable in UHD, so try to hold the phone as stable as possible when recording in Open Camera. The highlight of Open Camera for the Note 7 is its front-facing camera UHD stabilized video recording. So far this is my only use case for Open Camera on this phone (plus testing).
If you like using 1080p60 because of its smoother panning and movement in general, here's a tip to stabilize 60 fps videos: shoot in 1080p60 without EIS in the stock app or another app (using a high bitrate when possible) and then stabilize the footage in Google Photos, which does a nice job unless the video is impossibly shaky.
SLOW MOTION
In my testing, I've never managed to get a smooth slo-mo video out of the stock app and I've tried it after every MIUI update so far. At 1080p or 720p, the result is always a stuttering slo-mo video. GCam to the rescue!
GCam can record stutter-free 1080p slo-mo for a long time (I tried it for a couple minutes) and the resulting video is smooth as butter, suffering only from an occasional hiccup here and there. Perfectly usable.
Open Camera can also record in 1080p120. Different apps should be tried out to see how smooth the slo-mo is and which one is able to use the highest bitrate, leading to the highest image quality. Although image quality does appear to be limited in slow motion mode.
FIELD OF VIEW (FOV)
If you have your phone on a tripod or you can lean on a surface to stabilize it, you should turn EIS off. This will give you a wider field of view and a sharper image. When you're recording a video, the top and bottom portions of the image are cut off to accommodate for the widescreen format. This already makes you lose around 25% of the image information that the sensor can actually see. EIS works by further zooming into the centre of the sensor (or cropping the image) and using the now-extra information to shift the frame in any direction as necessary, to produce an impression of a more stable footage.
The phone will not recognize that it's on a tripod and turn EIS off. You have to do that manually. Why would you want to do that? If you want:
1) to capture more of the scene (a wider field of view), with EIS on, you'll have to step back (which is sometimes not possible)
2) better image: stabilization comes with trade-offs. If you don't need it, turn it off. The phone will be able to use a greater number of pixels to create your fixed-resolution video, resulting in a better image.
With 1080p30 EIS off or UHD without EIS, you'll have the widest FOV possible for video on this sensor. Only top and bottom are cut off for widescreen.
1080p60 EIS off – for some reason, this has just slightly narrower FOV than 1080p30 without EIS. The same FOV appears to be present in 1080p120 (slow motion).
When EIS is on, it crops the least on the stock app, slightly more on GCam and the most on Open Camera.
VIDEO AND AUDIO BITRATES AND QUALITY
Work in progress. So far I can only tell that stock and BSG's GCam produce different videos. Stock uses a higher video bitrate and GCam a higher audio bitrate. Open Camera tends to put on a yellow cast, presumably to make the image warmer. Also, bulkin's GCam allows you to select video bitrate. Haven't played with that or the bitrate in Open Camera.
It's also worth to test other apps, such as Cinema FV-5. I've had luck with that on previous phones.
My recommendation is Open Camera by mark harman
Plzz any one provide me the link
tamalnag said:
Plzz any one provide me the link
Click to expand...
Click to collapse
open camera is on play store
Very detailed observation.. Thanks for sharing. ?
Have anyone tried 'Footej Camera'?
Great post. My recomendation for all uses is gcam, not the best in all but not the worst. Perfect for a daily use
There is a possibility to set the video bit rate in some of the other GCam MODs.
I can recommend this GCam MOD made from developer marlin-ku OR this GCam MOD which have much more valuable options (speed / ISO optimisations) from developer bulkin043. The last version of the second MOD is available in the Telegram channel here.
This port is the best working - one of the few other GCam MODs I'm frequently using on my Redmi Note 7.
have you tried anx camera
Quaresma_7 said:
If you like using 1080p60 because of its smoother panning and movement in general, here's a tip to stabilize 60 fps videos: shoot in 1080p60 without EIS in the stock app or another app (using a high bitrate when possible) and then stabilize the footage in Google Photos, which does a nice job unless the video is impossibly shaky
Click to expand...
Click to collapse
is it is also true for 4k30 ? do you getter final image quality and stabilization if you do eis in google photo as it must be a more complex algorithm vs "eis on" that only must use a simpler faster algorithm that runs in real time
is it hardware accelerated by the snapdragon 660's Spectra 160 ISP or is it software running on the arm cpu (question both for " eis on" and for stabilisation done in google photos app )
amanieux said:
is it is also true for 4k30 ? do you getter final image quality and stabilization if you do eis in google photo as it must be a more complex algorithm vs "eis on" that only must use a simpler faster algorithm that runs in real time
is it hardware accelerated by the snapdragon 660's Spectra 160 ISP or is it software running on the arm cpu (question both for " eis on" and for stabilisation done in google photos app )
Click to expand...
Click to collapse
Google photos stabilization is good, sometimes it does a miracle, but some artifacts appear in the video. It's more aggressive and intelligent than eis on but quality could be not so good. (I don't know anything about which processor is used, but in Google photo is a lot slow the stabilization process, about the double of the video duration)
video quality difference between 4k and 1080p on bsg mod
i installed this gcam mod : https://f.celsoazevedo.com/file/cfiles/gcm1/MGC_6.2.030_RN7_V1a_FINAL.apk but i notice that 1080p and 4k have a completely different look (different WB, different DR) is it due to snapdragon 660 limitations ? is gcam only configuring the hardware capture codec for snapdragon 660 hardware or is it applying some software computation (google proprietary code) on each frame in real time ?
Best video camera app for me is open camera. I do 1080p with 120 fpS with that and it's awesome. Other one is filmic pro. I can shoot flat video and chose nitrate and frame rate.
Cinema f5
My RN7 can't install the GCAM, I've been getting the message "App Not Installed" please any help?
Okusac said:
My RN7 can't install the GCAM, I've been getting the message "App Not Installed" please any help?
Click to expand...
Click to collapse
Uninstall any other previous versions. Then install this
https://drive.google.com/file/d/10OAI7zoNHiBjSmxRGTv2meclafg4nmxV/view?usp=drivesdk
Ryamoz said:
Uninstall any other previous versions. Then install this
https://drive.google.com/file/d/10OAI7zoNHiBjSmxRGTv2meclafg4nmxV/view?usp=drivesdk
Click to expand...
Click to collapse
Okay, I've than that... Thanks
My best is filmic pro. It is dedicated app for video making. U can record in flat/log profile which u then can color grade later on.
The quality is greater than other app.
Open camera is also nice but it has less control over the video. U can't control color temperature and u can't basic color grade ur videos. Plus u can't save ur preset.
I have no luck with GCam and stock one.
Pics GCam, Video Stock
Interesting Thread. On MIUI Global 10.3.6 and now MIUI Global 11.0.4 (Android 9) using GCam PMGC_7.0.009_Astrophoto_Version_V12 overall I'm impressed, activated Sabre and H265/HEVC (edit/play/upload compatibility seems good for the apps I mostly use which paired with the smaller size is good). Not sure if really but crispness/clarity seems well improved as well as less speckles/red-dots especially on the skin in artificial/low light. EIS also still very good.
I also use the stock camera and OpenCamera, so what bothered me in GCam PMGC:
a) still focus flickering in video (can it be optimized by any settings?), stock RN7 camera IMHO has considerably less such flickering?
b) needing GSF: so no CustomROMs? Or is MicroG able to solve this?
c) found no possibility to save to SD-Card DCIM, I think in PMGC V3/V4 versions this still was available?
For OpenCamera while b) und c) are no problem regarding a) there seems to be good micro movement EIS but overall movement/transition is not so smooth; focus seems manual (tapping on-screen) so I could not see flickering . I like OpenCamera for the many settings especially the filename without prefix. It is also possible to set RAW DNG or WebP (I use 4x3k JPG 84%), Exif tags, HEVC, 24 fps, flat/log profile. I wonder why half-max-res pics (2000x1500) are not available to select. For video I would like to have something 16:9 slightly bigger then FHD so like 3K (2560x1440) which is not available (only 4:3). I also can not find timelapse.
A friend has Filmic on RN7. It has pro options and as well HEVC. As i tried once EIS is ok (below stock/GCam) and it seems video focus flickering is noticable just a little more then Stock and GCAM is considerably worse. I do not like the 1/3 screen Play preview of taken videos (just 3 show up) and also the files are not saved in the standard DCIM camera folder on the SD (CMS External Storage, not found by Gallery Apps).
Currently my preference is:
Images: GCam PMGC
Video: RN7 Stock; Timelapses: GCam PMGC
Hi everyone! Back to this topic to ask you a question. After the recent upgrade to Android 10, still with MIUI 11, I've noticed that
- stock camera has video stabilization working "after save"
- gcam (tons of version tried) and opencamera have no more stabilization. Once it was directly on the screen. Now there's any noticable on the screen or offer save.
Do you have the same problem? Thanks! Any way to solve this?

Categories

Resources