Question Can someone run Camera2Probe and share the results for Target FPS range? - Moto Edge X30

I am developing an app that requires 60fps support via the Android Camera2/CameraX APIs
Some manufactures support 60 fps for their native apps but not 3rd party apps. We're trying to confirm what this device supports.
Can someone run Camera2Probe on this device and share the results? It would be super helpful. Thanks!

Related

[REQUEST][4.1.2][APP][MOD]Camera with ability to choose proper fps

Hello, respected developers!
As the topics concerning camera app are slowly fading down, I start a new one here.
I tried both existing mods/apps of a 4.1 standard camera and a custom apps like lgCamera. Still I can't get 25 fps in recorded videos even when I set it to this particular value. I can get it when i use AxelVoyager in-car videorecorder, but it's quite buggy and not that common-to-operate and this setting must be applied manually every time before I start record.
I need this 25 fps setting because my other video recordings are in PAL (25 fps) and it's not a common task to convert fps correctly to match each other.
As far as I can understand with my many-years-ago-IT-background, this should not be a problem for an experienced person to compile a version of a standard camera app with pathced media profiles that have 25 instead of 30 fps in 1080p and 720p HD media-profiles. So I kindly ask for that.
Thanks.

[Q] Timeshift video and 4K video recording

Hi guys, I know that some have port the functionality from the Z2, but my question is, will there be any official release for such function in the future for the Z1C? I know it is capable, but the question is, will we get it or not officially? thanx in advance.
the lost mobiler returns said:
Hi guys, I know that some have port the functionality from the Z2, but my question is, will there be any official release for such function in the future for the Z1C? I know it is capable, but the question is, will we get it or not officially? thanx in advance.
Click to expand...
Click to collapse
Nope...
Ben Ling said:
Nope...
Click to expand...
Click to collapse
erm, is there any particular reason why not? or can we have another app that can do the same?
the lost mobiler returns said:
erm, is there any particular reason why not? or can we have another app that can do the same?
Click to expand...
Click to collapse
Snapdragon postet the difference between 800 and 801:
QTI’s 3rd Generation LTE modem, with support for RF360 and popular requirements such as LTE-Broadcast and LTE/3G Multi-SIM
HEVC 1080p support
Support for larger, faster camera sensors and improved image post processing
Maybe you don't get a liquid 4k experience and you don`t get the full 120fps in timeshift.
So it is possible, that Sony don't want difference in their App Specification.
But i would be happy, using Timeshift video, even if it has only 116 FPS or less.
zeus2602 said:
Snapdragon postet the difference between 800 and 801:
QTI’s 3rd Generation LTE modem, with support for RF360 and popular requirements such as LTE-Broadcast and LTE/3G Multi-SIM
HEVC 1080p support
Support for larger, faster camera sensors and improved image post processing
Maybe you don't get a liquid 4k experience and you don`t get the full 120fps in timeshift.
So it is possible, that Sony don't want difference in their App Specification.
But i would be happy, using Timeshift video, even if it has only 116 FPS or less.
Click to expand...
Click to collapse
exactly! so is there any app with the same function that can be used?
the lost mobiler returns said:
exactly! so is there any app with the same function that can be used?
Click to expand...
Click to collapse
First you have to look at the Android API for the camera:
http://developer.android.com/guide/topics/media/camera.html#intent-video
and
http://developer.android.com/guide/topics/media/camera.html#camera-features
For example Timelaps would be no problem to realize with an APP. Because its an API Feature.
For SlowMotion you need a workaround, because Android (in this case the API) do not allow this kind of command on the camera.
A Possible solution is to manipulate the System, for example with root to push our own library into the System.
Slow Motion Apps in the appstore are nothing more than recording with normal speed and slow it down afterwards. (Maybe there are Apps with root, for real slow motion)
zeus2602 said:
First you have to look at the Android API for the camera:
http://developer.android.com/guide/topics/media/camera.html#intent-video
and
http://developer.android.com/guide/topics/media/camera.html#camera-features
For example Timelaps would be no problem to realize with an APP. Because its an API Feature.
For SlowMotion you need a workaround, because Android (in this case the API) do not allow this kind of command on the camera.
A Possible solution is to manipulate the System, for example with root to push our own library into the System.
Slow Motion Apps in the appstore are nothing more than recording with normal speed and slow it down afterwards. (Maybe there are Apps with root, for real slow motion)
Click to expand...
Click to collapse
thanx for the info capt. I really want the slowmo function because i think its cool. Anyway, if you were to suggest such app, what would it be?
the lost mobiler returns said:
thanx for the info capt. I really want the slowmo function because i think its cool. Anyway, if you were to suggest such app, what would it be?
Click to expand...
Click to collapse
I only know the Sony app, as real slow motion.
Because you need root for slow motion, i would try the Sony App. There is a thread in XDA with all Sony camera apps.

Does anyone know to enable 1080p @60 fps ?

Hello, does anyone know if this is implemented in a ROM or if there's a mod available to enable 1080p 60fps recording ? I barely found out about this just before i decided to purchase the 10 and found it odd due to the fact that the M8 can do 1080p @60:rolleyes :roll eyes: . Is there a way a request can be made or something ?
Chrismedina72 said:
Hello, does anyone know if this is implemented in a ROM or if there's a mod available to enable 1080p 60fps recording ? I barely found out about this just before i decided to purchase the 10 and found it odd due to the fact that the M8 can do 1080p @60:rolleyes :roll eyes: . Is there a way a request can be made or something ?
Click to expand...
Click to collapse
I've looked into it the but HTC added some compilation the configuration for 60fps is the same for The HTC 10 Nexus 6p and 5X have it working on the nexus .
HTC Complications.
In Camera 2 Mode it could be accessed via high speed recording api but for some reason this causes strange green overlay flickering video is in 60fps but unusable so that's out.
Camera 1 mode using Qualcomms video-hfr parameter HTC seems to have substituted this with their own video-mode parameter in theory it should work but they messed with some switch where even if you select 60fps it tries to look for a 90fps stream but that's nothing that can't be fixed in ida.
I tried using video-mode param but didn't seem to take any effect I do not have a HTC 10 to do further tests to make matters worse HTC added log mask code in pretty much all the libs rendering logcat useless.
The logcat mask needs to be disabled somehow once that's done there maybe hope but as it is now no device and no logcat I can't do much about it.
There alternative is to get 60fps working at 4k that does not require video-hfr or high-speed recording it requires time and trial and error to find the correct register values currently the know reg configs give 40fps 1080p and 32-35fps 4k.
Sent from my NX503A using XDA Free mobile app
Was anyone able to achieve [email protected] video recoding with the stock camera app?
I always saw that a lot of phones I had before got some software mods that improved e.g. camera, or any other app, so why is it that HTC 10 cannot get Camera mod to include [email protected]?
Besides, 4k video IS recorded at 60fps, so I doubt it is not possible with 1080p...
Thank you everyone for explanations and answers
CrazyCypher said:
Was anyone able to achieve [email protected] video recoding with the stock camera app?
I always saw that a lot of phones I had before got some software mods that improved e.g. camera, or any other app, so why is it that HTC 10 cannot get Camera mod to include [email protected]?
Besides, 4k video IS recorded at 60fps, so I doubt it is not possible with 1080p...
Thank you everyone for explanations and answers
Click to expand...
Click to collapse
Anyone figure this out? I'm looking at the Pixel or the HTC 10. The pixel can record at 1080p 120FPS and it has the same CPU as the HTC 10

4k high bitrate video recording on the HTC 10...and 3rd party apps? Anyone?

Hi all. I am curious of what 4k bitrate ability and limitations there are on the HTC 10, with 3rd party apps., specifically to US variants including sprint t-mobile , att , verizon..
Does anyone know how well the HTC 10 would do with 3rd party apps for 4k? Can I rely on stock firmware? or are there camera mods needed for HTC models for improved 4k?
I am looking to use these apps :
Cinema4k
Lumio Camera
Freedcam
Open Camera
Curious if anyone had used any of these with the HTC 10 ...and what variant? and android version? for 4k higher bitrate?
How well did they work?
I am curious to know before acquiring one.
Any and all opinions , info appreciated.
So I am pretty sure the stock 4K recording is between 45-55MBit
Open Camera works very nicely, especially if you want to shoot in RAW mode. I have never used it for video however. I only use OpenCamera if I want to shoot in RAW mode. Otherwise, I use the stock camera app. It is just way faster to have an app already configured to shoot in RAW rather than trying to configure your "normal" app to RAW on the fly. Just choose the app that is already configured for that purpose.

Question 30 fps limit

Hi guys,
Do you know if it is possible to bypass the fps limit imposed on third-party apps. The 60 fps is usable on the native camera app. But when I try on streamlabs or Larix broadcaster, the maximum offered is 30 fps.
Thanks
To complete my first post, I've just found this on the streamlabs FAQ
Why doesn't the stream do 60 fps when it's set to do so?
Encoder FPS is enforced by camera hardware and Android API. We support 60fps whenever possible. In many cases the manufacturer’s Camera app offers 60 fps but it bypasses the Android API to allow this, and we don’t have access to that (us or any other app as well). As a result they might only present 30 fps as the max. FPS, and only allow 60 FPS in their own dedicated manufacturer’s app.

Categories

Resources