Camera @ 120fps mmm - Nexus 5 General

As some of you maybe know, aosp camera has a settings file (media_profiles.xml) where there is all settings about cam
Iphone 5s and Samsung S4/Note 3 can record @ 120fps (that on S4 isn't realy at 720p, just upscaled and I think on note 3 too) so is possible to rise up the frame rate by media_profiles?
<EncoderProfile quality="480p" fileFormat="mp4" duration="30">
<Video codec="h264"
bitRate="4000000"
width="720"
height="480"
frameRate="30" to 120? />
<Audio codec="aac"
bitRate="96000"
sampleRate="16000"
channels="1" />
</EncoderProfile>
Click to expand...
Click to collapse

This is something I've been thinking about too. I guess we won't know until we try lol.
Sent from my Nexus 5 using XDA Premium HD app

It wont work.. Try it out! Camera app doesnt support as well

Jishnu Sur said:
It wont work.. Try it out! Camera app doesnt support as well
Click to expand...
Click to collapse
uff
maybe by mod the stock camera source... mmm
I'm pretty sure that actually most of high end devices are able to record @ 120fps (a 480p) but without app camera there is no way to try it

Related

[MOD][JB] Camera Mod Cyber-shot™ For Xperia T / TX / V "Updated 13-04-2013"

NOTE: If you want to use New Cyber-shot™ in your own ROMs, I really don't have anything, but please, before you do that, speak to me first. this is my projects hours of hard work, so please respect my decision​​​
ONE OF THE MOST EVER CAMERA MOD DOWNLOADED​
My Camera Mod Started From Xperia 2011 Xperia 2012​
About Cyber-shot™
Camera Mod Cyber-shot™ Based From Xperia Z is made to improve the quality of images, video and audio recordings as you want, you will find the best camera experience from SONY
Requirements For Install Cyber-shot™ :
You must use Official JB ROM or Custom ROM Based Stock JB
Rooted Phone
Hello Everyone ...
This is my first Thread on Xperia T / TX / V Forum
I know that Xperia T/ TX / V is a nice Camera, but I try to improve image quality in certain light conditions
What's New :
- Initial release
- Small Improved Image Quality
- 100% JPEG Quality
- Modded media_profile.xml
- New app label/name Cyber-shot™
- New Driver Camera
What's New ? :
- Implementing Burst Mode (WIP) (Does not work Still WIP)
- ReModded media_profile.xml
- Some New Driver Camera
- All the bitmaps changed to ARGB_8888 from RGB_565 for better image quality.
- Tried to enable inPreferQualityOverSpeed and inDither to the bitmap
- Audio bitrate changed to 256kbps Video Recording
- Bitrate Video Recording Full HD 17,5mbps-25mbps
What's New ? :
- Bitrate Video Recording Full HD locked in 20mbps
- Bitrate Video Recording HD changed to 15mbps
- Fix not Installed
- ReModded media_profile.xml
- Fix 100% JPEG Quality
- Signed apk
- Zipaligned
What's New ? :
- Fix Video Recording (Stock Bitrate)
- Fix not installed
- Signed
- Zipaligned
Download Cyber-shot™ JB v.3.1.1 Xperia T/TL/TX/V (Stable Version)
***************************************************************************************************************************************************​ INSTALLATIONS​ ***************************************************************************************************************************************************​
JUST APPLY VIA CWM/TWRP, DON'T FORGET BEFORE INSTALLING, PLEASE WIPE CACHE PARTISION, WIPE DALVIK CACHE, REBOOT & ENJOY...!!!​
After installing please clear data Cyber-shot™ in setting>applications>all​
Note : Please Backup Before Installing
Credit :
thanks to Xperia-Ray & NuriJ for support me
I Really Don't Have Anything, But You Free To Hit "Thanks Button" & Rate This Thread 5 Stars ​
This is value media_profile.xml i change and this is what I'm adjusting to change in SemcCameraUI.apk
You can't change media_profile.xml without Editing Parameter in SemcCameraUI.apk
Code:
<!ATTLIST ImageEncoding quality [COLOR="Red"](100|100|100|100|100|100)[/COLOR] #REQUIRED>
<EncoderProfile quality="1080p" fileFormat="mp4" duration="60">
<Video codec="h264"
bitRate="20000000"
width="1920"
height="1080"
frameRate="30" />
<Audio codec="aac"
bitRate="[COLOR="Red"]256000[/COLOR]"
sampleRate="48000"
channels="2" />
</EncoderProfile>
<ImageEncoding quality="[COLOR="Red"]100[/COLOR]" />
<ImageEncoding quality="[COLOR="Red"]100[/COLOR]" />
<ImageEncoding quality="[COLOR="Red"]100[/COLOR]" />
<ImageDecoding memCap="[COLOR="Red"]30000000[/COLOR]" />
</CamcorderProfiles>
[COLOR="Red"]
<!--
If a codec is not enabled, it is invisible to the applications
In other words, the applications won't be able to use the codec
or query the capabilities of the codec at all if it is disabled[/COLOR]
<VideoEncoderCap name="h264" enabled="true"
minBitRate="96000" maxBitRate="[COLOR="Red"]20000000[/COLOR]"
minFrameWidth="176" maxFrameWidth="1920"
minFrameHeight="144" maxFrameHeight="1088"
minFrameRate="1" maxFrameRate="30" />
<VideoEncoderCap name="m4v" enabled="true"
minBitRate="64000" maxBitRate="[COLOR="Red"]20000000[/COLOR]"
minFrameWidth="176" maxFrameWidth="1920"
minFrameHeight="144" maxFrameHeight="1088"
minFrameRate="1" maxFrameRate="30" />
<AudioEncoderCap name="aac" enabled="true"
minBitRate="8000" maxBitRate="[COLOR="Red"]256000[/COLOR]"
minSampleRate="8000" maxSampleRate="48000"
minChannels="1" maxChannels="2" />
Activating 100% JPEG Quality in build.prop
add this line
Code:
ro.media.enc.jpeg.quality=100
[WIP]
- Added More Resolution
Does it work on TX ؟
Thanks >>
Nice one.
I used this on my SXS and was hoping you would bring it to the T
What resolutions did you add?
Don't look like any extra have pooped up.
I have got:
13MP 4:3
10MP 16:9
5MP 4:3
2MP 4:3
2MP 16:9
alhaya said:
Does it work on TX ؟
Thanks >>
Click to expand...
Click to collapse
I think will work
Seansmit17 said:
Nice one.
I used this on my SXS and was hoping you would bring it to the T
What resolutions did you add?
Don't look like any extra have pooped up.
I have got:
13MP 4:3
10MP 16:9
5MP 4:3
2MP 4:3
2MP 16:9
Click to expand...
Click to collapse
You really test on XS? Ok I will update Cybershot for Xperia S,
adding Resolution for XT :
9MP
8MP
6MP
5MP
This does not work on XS coz I edit for 13MP camera,
And for 12MP camera like XS I already mod on Forum Xperia S
I add :
8MP
6MP
5MP
Sent from my GT-N7100 using xda premium
Examples of this mod.
:laugh: Please post before and after examples to confirm improvement to quality of images.
If I knew how to cook my own roms I'd be building this into a custom rom. With permission of course.
djfuego said:
:laugh: Please post before and after examples to confirm improvement to quality of images.
If I knew how to cook my own roms I'd be building this into a custom rom. With permission of course.
Click to expand...
Click to collapse
I don't have Xperia T mate, for example my other mod Cybershot you can see in this thread
forum.xda-developers.com/showthread.php?t=1791746
I notice the different before and after mod
Sent from my GT-N7100 using xda premium
Sounds promissing, stock camera application has not met my expectations so far. Eagerly awaiting for unlock my bootloader.
Thanks a lot!
Just to save any confusion.
I did not put THIS mod on my SXS I put the one you have in the SXS section on my SXS and that worked fine.
This version you have here for the T does not have the extra resolutions that you say it has. Maybe a bug for me if others do.
Thanks it works TX ^_^
alhaya said:
Thanks it works TX ^_^
Click to expand...
Click to collapse
please upload screenshot options camera resolution ...
i want to see options resolution
i will put credit to you
TX
This can work on the TX,But I do not feel any difference
It works, but I am not able to see better results as with the original kamera app.
Rizal Lovins said:
please upload screenshot options camera resolution ...
i want to see options resolution
i will put credit to you
Click to expand...
Click to collapse
Did you mean this ؟؟
I dont know whats is the problem but, camera seems upside down on me.
Please, could you add the option 8 MP?
thanks
Rizal Lovins said:
please upload screenshot options camera resolution ...
i want to see options resolution
i will put credit to you
Click to expand...
Click to collapse
Hi! Are you still gonna update the camera mod for Xperia T? Thanks
Hopefully for Xperia V in the future.
Skickat från min LT25i via Tapatalk 2
do you have the plan to update this mod? i really hope you can add more features to T and TX

[MOD] Increase Camera Audio/Video/Image Quality [Updated - 18th Dec 2012]

Hey everyone!
First and Foremost, DO A NANDROID BACKUP!!!!! I am not responsible for any mistakes that you make or if anything happens to your phone.
Seeing that some users are complaining about the noise present in the video recordings, I've been able to increase the video bitrate to 20mbps.
Here's how to do it.
Using a file browser (like root explorer/es file explorer etc) go to the /system/etc folder
Make sure your system is mounted RW
Search for the media_profiles.xml file and open it up in any text editor
Once you scroll down you will see the following:
Code:
<EncoderProfile quality="1080p" fileFormat="mp4" duration="30">
<Video codec="h264"
bitRate="12000000"
width="1920"
height="1080"
frameRate="30" />
<Audio codec="aac"
bitRate="96000"
sampleRate="48000"
channels="1" />
</EncoderProfile>
Change the bitRate from 12000000 to 20000000
Save, make sure permissions are rw-r--r-- and then reboot.
I have tested this and it works perfectly.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I have not messed around with anymore settings yet, will be doing so next weekend. I'm kinda busy with finals week so if you all want, you can try changing other settings and report back your findings!
Note that all the details under <CamcorderProfiles cameraId="0"> are for the rear camera and the ones under <CamcorderProfiles cameraId="1"> are for the front facing camera.
Hope this can inspire more findings and more ways to make the image and video quality better! :good:
Update
Here are some flashable zips. I have tested them and they are working fine.
Stock
Increase 1080p video bitrate to 20mbps
I will be testing tocirahl's findings and adding flashable zips for those MODs soon.
Update 2 (18th Dec 2012)
Here is another flashable zip with the following additions:-
Both 1080p and 720p audio bitrate has been boosted to 288k (this is the max for now)
Both 1080p and 720p audio channels have been changed from 1(mono) to 2(stereo). [NOTE: I can't confirm whether this is useful as on testing, it seems like a very small increase in quality but that could be a placebo. However, I have still added it]
1080p video bitrate has been boosted to 20mbps (this is the max that is can go for now)
720p video bitrate has been boosted to 12mbps (this is the max that is can go for now)
All the above has been changed for both the regular 720p and 1080p videos and the time lapse 720p and 1080p videos.
Image Decoding Memory Cap has been doubled from 20mb to 40mb. (Image quality seems to have become slightly better)
Download Here
NOTE: All these MODs will increase the file size of the videos and images.
Thanks a lot to the following users for their findings:-
0.0
cguru
a5ehren
IAmAN00bie
terr
If this is in the wrong section, please could one of the MODs move it? Thanks and sorry for the inconvenience!
This does indeed work, many thanks!
<EncoderProfile quality="1080p" fileFormat="mp4" duration="30">
<Video codec="h264"
bitRate="12000000"
width="1920"
height="1080"
frameRate="30" />
<Audio codec="aac"
bitRate="96000"
sampleRate="48000"
channels="1" />
</EncoderProfile>
Click to expand...
Click to collapse
What about changing bitRate under audio to something like 320000? Would that make it 320kbs and improve audio?
How about changing channels from 1 to 2 (I assume 2 channels means stereo?)
Also, you picked 20Mbps bitrate for video... can we go higher than this, or is this the limit?
Thanks.
sparky_boi said:
What about changing bitRate under audio to something like 320000? Would that make it 320kbs and improve audio?
How about changing channels from 1 to 2 (I assume 2 channels means stereo?)
Also, you picked 20Mbps bitrate for video... can we go higher than this, or is this the limit?
Thanks.
Click to expand...
Click to collapse
I haven't tried any of those yet. I have my finals this week, so I'll be testing all possible options on the weekend and updating the OP accordingly.
However, technically they should work, but can't say for sure.
For the video bitrate, I remember the Sensation could go upto 40mbps, so I guess we could try increasing it and seeing how far it could go..
Just thought I'll put this out so that others can play around with the numbers and find ways to make the camera better.
If you look at the bottom of the file, it looks like the maximum audio rate you can get is 288000
Changing Channels to 2 seems to do nothing, but I can confirm that the audio goes up to 284k (288000)
Best I can tell, any number above 20000000 breaks Gallery.
Also, this might be placebo effect, but I definitely feel like I'm getting better quality images by changing the three <ImageEncoding quality="" /> lines to 100, 95, 80 and changing memCap to 40000000 (doubling it)
EDIT: There seems to be a very small increase in quality from changing the ImageEncoding lines, especially in HDR mode. I'll see if I can get some outdoor shots later.
tocirahl said:
If you look at the bottom of the file, it looks like the maximum audio rate you can get is 288000
Changing Channels to 2 seems to do nothing, but I can confirm that the audio goes up to 284k (288000)
Best I can tell, any number above 20000000 breaks Gallery.
Also, this might be placebo effect, but I definitely feel like I'm getting better quality images by changing the three <ImageEncoding quality="" /> lines to 100, 95, 80 and changing memCap to 40000000 (doubling it)
EDIT: There seems to be a very small increase in quality from changing the ImageEncoding lines, especially in HDR mode. I'll see if I can get some outdoor shots later.
Click to expand...
Click to collapse
Could you make a flashable ZIP with the working maximum? I've changed the values and after a reboot I've got a bootloop. Maybe it works with a flashable ZIP?
Something went wrong!
I tried this. Follow the instructions carefully, but when I did a restart the phone got stuck on the Android logo.
Qbancelli said:
I tried this. Follow the instructions carefully, but when I did a restart the phone got stuck on the Android logo.
Click to expand...
Click to collapse
Did you backup? And if not you need to flash another rom
Sent from my Nexus 4 using xda app-developers app
Haha! I actually did the same thing on my Nexus 4 today. This media_profiles.xml mod is very common. The GNexus also had it.
The first thing I did after rooting my N4 was to edit the media_profiles.xml file
Hi, I wanted to know if using this method it is possible to increase from 30 to 60 fps for 720p resolution.
thanks
greetings
Simone
lovelymobile said:
Hi, I wanted to know if using this method it is possible to increase from 30 to 60 fps for 720p resolution.
thanks
greetings
Simone
Click to expand...
Click to collapse
I tried but it just crashes the camera interface
Editing myself resulted in a lot of weird issues, no bootloop, but I lost the ability to choose camera resolution settings (720p/1080p), and it FC on change to front camera.
Will await someone with more skill to release some user friendly mods for the camera.
elliot.newnham said:
This does indeed work, many thanks!
Click to expand...
Click to collapse
No problem!
tocirahl said:
If you look at the bottom of the file, it looks like the maximum audio rate you can get is 288000
Changing Channels to 2 seems to do nothing, but I can confirm that the audio goes up to 284k (288000)
Best I can tell, any number above 20000000 breaks Gallery.
Also, this might be placebo effect, but I definitely feel like I'm getting better quality images by changing the three <ImageEncoding quality="" /> lines to 100, 95, 80 and changing memCap to 40000000 (doubling it)
EDIT: There seems to be a very small increase in quality from changing the ImageEncoding lines, especially in HDR mode. I'll see if I can get some outdoor shots later.
Click to expand...
Click to collapse
Awesome! I'll try these out before making a flashable zip for them.
Thanks for the info! :good:
s60mike said:
Could you make a flashable ZIP with the working maximum? I've changed the values and after a reboot I've got a bootloop. Maybe it works with a flashable ZIP?
Click to expand...
Click to collapse
Qbancelli said:
I tried this. Follow the instructions carefully, but when I did a restart the phone got stuck on the Android logo.
Click to expand...
Click to collapse
Added a flashable zip in the OP.
Not sure why you are getting a bootloop. Did you set the permissions to rw-r--r--?
eRajesh said:
Haha! I actually did the same thing on my Nexus 4 today. This media_profiles.xml mod is very common. The GNexus also had it.
The first thing I did after rooting my N4 was to edit the media_profiles.xml file
Click to expand...
Click to collapse
Haha yeah its quite common. I had it in the Desire HD and Sensation threads as well!
Audioboxer said:
Editing myself resulted in a lot of weird issues, no bootloop, but I lost the ability to choose camera resolution settings (720p/1080p), and it FC on change to front camera.
Will await someone with more skill to release some user friendly mods for the camera.
Click to expand...
Click to collapse
I'm not having any weird issues. I never released any MOD without making sure that its working as intended.
I've added a flashable zip in the OP. Try that.
Added one for going back to the stock settings as well, just in case users are having issues.
Will be adding more MODs as and when I get time to test them fully.
mohit1234 said:
No problem!
Awesome! I'll try these out before making a flashable zip for them.
Thanks for the info! :good:
Added a flashable zip in the OP.
Not sure why you are getting a bootloop. Did you set the permissions to rw-r--r--?
Haha yeah its quite common. I had it in the Desire HD and Sensation threads as well!
I'm not having any weird issues. I never released any MOD without making sure that its working as intended.
I've added a flashable zip in the OP. Try that.
Added one for going back to the stock settings as well, just in case users are having issues.
Will be adding more MODs as and when I get time to test them fully.
Click to expand...
Click to collapse
Hi Mr. Developer ,
Do I need to edit xml iles after i flashed that one? thanks.
hatyrei said:
Hi Mr. Developer ,
Do I need to edit xml iles after i flashed that one? thanks.
Click to expand...
Click to collapse
Nope, no need to edit any files!
Maybe future releases include possibility to record stereo instead of mono...
mohit1234 said:
Added a flashable zip in the OP.
Not sure why you are getting a bootloop. Did you set the permissions to rw-r--r--?
.
Click to expand...
Click to collapse
No, I don't think I did.
I'm going to try flashing it now.
Qbancelli said:
No, I don't think I did.
I'm going to try flashing it now.
Click to expand...
Click to collapse
Trust me You would know if you set permissions or not..
Sent from my Nexus 4
At least give me the credits for finding this out....
http://forum.xda-developers.com/showthread.php?t=2038651
nice work btw :good:
enyceckk said:
At least give me the credits for finding this out....
http://forum.xda-developers.com/showthread.php?t=2038651
nice work btw :good:
Click to expand...
Click to collapse
If I see someone telling "give me credit for..." he can be sure I wont do this.
Media profile xml editing is well known and I did this in several phones. Nothing spectacular...
Sent from my Nexus 4 using Tapatalk 2

Record with your nexus 5 in 3264x2448 (almost 4K)

Since the release of Lollipop Google introduced us new API for camera and that feature is really epic. Developer Chih Mao Chen made camera app for lollipop in which our phone nexus 5 is able to record in almost 4k resolution.
Download Android L camera app here:
https://github.com/PkmX/lcamera/blob/master/lcamera-debug.apk?raw=true
Note: all credits goes to developer who made this app, I'm only sharing this with you guys and sorry if this is already posted.
[QUOTE=Isus um there isn't anything there
Works fine for me.
Is the quality difference significant?
XqepX said:
Is the quality difference significant?
Click to expand...
Click to collapse
Low FPS for sure . and no it doesn't look that good .. Too much noise
For me its very crisp, sharp. I really love it, and it really surprises me that N5 camera can shoot 4K videos
This is a Duplicate thread!!
Below is the original. All discussions are ongoing there. It would be more helpful if all interested members can discuss there[emoji4]
http://forum.xda-developers.com/showthread.php?t=2912372
It doesn't for me. It's probably the camera that worked fine on 4K but the snapdragon 800 SoC that couldnt handle 4k Probably.
BRiANj64 said:
It doesn't for me. It's probably the camera that worked fine on 4K but the snapdragon 800 SoC that couldnt handle 4k Probably.
Click to expand...
Click to collapse
It works fine, you need latest lollipop for it to work
nomancoolboy said:
Low FPS for sure . and no it doesn't look that good .. Too much noise
Click to expand...
Click to collapse
Use manual exposure and it records 30 FPS for sure.
Also, Snapdragon 800 does support 4K, it's the camera that doesn't (3264x2448 is 8 MP, 4K is 3840 x 2160; not enough horizontal pixels).
doomed151 said:
Use manual exposure and it records 30 FPS for sure.
Also, Snapdragon 800 does support 4K, it's the camera that doesn't (3264x2448 is 8 MP, 4K is 3840 x 2160; not enough horizontal pixels).
Click to expand...
Click to collapse
But still it's pretty amazing resolution. Our **** camera just got better.

My mi8 avliable only 4k,1080 and 720p in 30fps mode

My mi8 avliable only 4k,1080 and 720p in 30fps and missing Video HFR menu on regular video mode. Ver. Is Miui Global 10.2.2.0 PEAMIXM
It is the same with me. If you need higher FPS (with FHD), try Hedgecam 2.
App Link: https://play.google.com/store/apps/details?id=com.caddish_hedgehog.hedgecam2
neuTrue said:
It is the same with me. If you need higher FPS (with FHD), try Hidgecam.
Click to expand...
Click to collapse
Which camera app is this?
neuTrue said:
It is the same with me. If you need higher FPS (with FHD), try Hidgecam.
Click to expand...
Click to collapse
Xiaomi will bring 60FPS support for Mi 8 and Mi 8SE within the next two months
johnnyman25 said:
Which camera app is this?
Click to expand...
Click to collapse
This one, https://play.google.com/store/apps/details?id=com.caddish_hedgehog.hedgecam2
It also supports 4K EIS, so it is nice to have it among your apps.
neuTrue said:
This one, https://play.google.com/store/apps/details?id=com.caddish_hedgehog.hedgecam2
It also supports 4K EIS, so it is nice to have it among your apps.
Click to expand...
Click to collapse
Thanks for that. I will try it!
What settings I need for 4k eis? Can u share pls?
The power of Mi8 be with you
neuTrue said:
This one, https://play.google.com/store/apps/details?id=com.caddish_hedgehog.hedgecam2
It also supports 4K EIS, so it is nice to have it among your apps.
Click to expand...
Click to collapse
Nothing is working, because Mi8 still lacks support of 60fps libs, any app crash.
@Johnnyman25: Your welcome.
Just manually set it to 4k + enable Video Stabilization in settings.
You could search in YouTube for "Open Camera 4k EIS".
Hedgecam2 is based on Opencamera app, but in my opinion with a better UI.
@zSyntex: My apologizes, you are actually right. You can't record at 60FPS.
In my earlier post, I tried to set the FPS manually to 60, and the app said: "Video: 1920x1080, 60fps[High Speed], 56Mbps", but at that time I didn't test it.
Sorry for this mistake.

No 4k 60fps this year...

Nice job Google! :good:
You would think with the kind of camera they installed. Also no 5G or Wifi 6!
Who needs 5G right now. No one.
therock3181 said:
Who needs 5G right now. No one.
Click to expand...
Click to collapse
I equate people with 5G phones to those with bezeless devices. Looks good on paper, but serves no practical purpose at this time
For me I'm not a record fans 4K. But my friend asks me whether it is possible Google will push an update to add 4K fps in the future?
Sent from my Pixel 2 using Tapatalk
Unless you have wifi 6 in your house and full 5G in your city the question is pointless.
60fps video is a definite miss, audio quality in the P4 is also questionable. In fairness, I'm not a big video maker, luckily. So I can live with that, but it would be awesome if a software update enabled improvements.
Dusty Rhodes said:
Unless you have wifi 6 in your house and full 5G in your city the question is pointless.
60fps video is a definite miss, audio quality in the P4 is also questionable. In fairness, I'm not a big video maker, luckily. So I can live with that, but it would be awesome if a software update enabled improvements.
Click to expand...
Click to collapse
I have wifi 6 and knowing that 5G will be out in 2020 means I will have to buy a new pixel if I bought the P4...
lucky_strike33 said:
I have wifi 6 and knowing that 5G will be out in 2020 means I will have to buy a new pixel if I bought the P4...
Click to expand...
Click to collapse
5G seems pretty useless unless you're outside in a well covered area. So far testing for it is showing it to be ineffective through walls. The setup will have to be an exterior antenna coupled with a device to tie it into your home network. For Wifi 6 it isn't wide spread in the commercial arena so finding it in the wild is extremely rare and won't be dramatically more wide spread in 3 years. Most public wifi is still stuck at "N". If you use your device for heavy file transfer, which I do, wifi 6 is useful, no doubt.
But the most viable solution remains physically connecting the device and then transferring the file if you need raw speed for work flow efficiency. Unless I'm mistaken USB-C tranfser rates are still 3x faster (at 10 Gigabits) than wifi 6 (at 3 Gigabits). If you're on wifi 6 hopefully your wired network is at 10 Gb speeds. What I recommend to clients, and what I use, is to have a network drive always connected to your device by using a personal VPN to your home/office network. That way, when you do get a large file you can then send it "home" and it will be ready to use when you get back to your primary hard wired network. You can initiate the upload and go on with life, and eventually it will complete the upload to your network without a break in your remote work flow.
Out of curiosity what do you anticipate using wifi 6 and 5G for that makes it a necessity? Just wondering to widen my thoughts.
Well hell, is it possible to create a mod for 60 fps? I mean, it is XDA.
We probably can reverse the change made back to 60fps. I saw this on an article linked, but don't have the original article.
https://android.googlesource.com/de...^1..fe70acc4be4dbd68e76867f9c9236dd235902e47/
Code:
android / device / google / coral / fe70acc4be4dbd68e76867f9c9236dd235902e47^1..fe70acc4be4dbd68e76867f9c9236dd235902e47 / .
commit fe70acc4be4dbd68e76867f9c9236dd235902e47 [log] [tgz]
author Eden Huang <[email protected]> Wed May 29 18:31:02 2019 -0700
committer android-build-merger <[email protected]> Wed May 29 18:31:02 2019 -0700
tree b48823c3f2e9417bce2e01333dbd65b6257c5243
parent c151ea41193e88dfd40ef1acedd7d19757f90b64 [diff]
parent cc26555f94be0cb7cac37176b333fd2578b0cd90 [diff]
Merge "camera: Enable [email protected] recording" into qt-r1-dev
am: cc26555f94
Change-Id: If5419cd1ee648f0fc16fde157abb5f61fee8a737
diff --git a/media_profiles_V1_0.xml b/media_profiles_V1_0.xml
index 23ddfc8..2f0563c 100644
--- a/media_profiles_V1_0.xml
+++ b/media_profiles_V1_0.xml
@@ -37,13 +37,13 @@
channels="1" />
</EncoderProfile>
- <!-- high: 3840 x 2160 30fps -->
+ <!-- high: 3840 x 2160 60fps 72.0 Mbps -->
<EncoderProfile quality="high" fileFormat="mp4" duration="30">
<Video codec="h264"
- bitRate="42000000"
+ bitRate="72000000"
width="3840"
height="2160"
- frameRate="30" />
+ frameRate="60" />
<Audio codec="aac"
bitRate="96000"
sampleRate="48000"
@@ -128,13 +128,13 @@
channels="1" />
</EncoderProfile>
- <!-- 2160p: 3840 x 2160 30fps -->
+ <!-- 2160p: 3840 x 2160 60fps 72.0 Mbps -->
<EncoderProfile quality="2160p" fileFormat="mp4" duration="30">
<Video codec="h264"
- bitRate="42000000"
+ bitRate="72000000"
width="3840"
height="2160"
- frameRate="30" />
+ frameRate="60" />
<Audio codec="aac"
bitRate="96000"
sampleRate="48000"
@@ -572,7 +572,7 @@
minBitRate="64000" maxBitRate="100000000"
minFrameWidth="176" maxFrameWidth="3840"
minFrameHeight="144" maxFrameHeight="2160"
- minFrameRate="15" maxFrameRate="30" />
+ minFrameRate="15" maxFrameRate="60" />
<VideoEncoderCap name="h263" enabled="true"
minBitRate="64000" maxBitRate="2000000"

Categories

Resources