-
Notifications
You must be signed in to change notification settings - Fork 220
60FPS Video Support #4
Comments
Hello, without the IMX_179_60FPS libraries how will you implement 60fps? Also, Media_profiles.xml can be edited but for that you will have to have root perms. |
@Naparajito16 can you help me with editing Media_profiles.xml correct? |
@andriy2 Sure. Its pretty easy. But the app should support it from itself. If we depend on libs like the LG G2, then i must say it would be impossible. I can help you out, its very easy. |
@Naparajito16 and I could record videos such those? |
Good news everyone! I've got 60fps recording working on the Nexus 5! Sample video: https://www.youtube.com/watch?v=T6D1Qu7Q23o However, this is not working without caveats:
I would like to specially thank Martin Wawro for his help in enabling 60fps support. His original effort required using a native app that directly uses Qualcomm's libraries to record the video, and I managed to adapt his modifications to run on L Camera directly without extensive modifications to Android's framework. 120fps support is also possible, but I'm not sure if it is practical as it will result in a very heavily-cropped region and the maximum resolution would be only 800x600. It's a very hacky solution at the moment, and I will see if I can come up with a better and more robust solution in the next few days. Stay tuned! |
Another sample video: https://www.youtube.com/watch?v=kTL3FfGV2k4 |
great news :) @PkmX |
Very nice news !!! |
Why not contact google developers about it ? @PkmX |
@msamii Good point. Maybe I should open a ticket on Android's issue tracker. Ideally, pixel binning or skipping mechanisms should be used rather than cropping the sensor output, but this entirely depends on whether Qualcomm will change their libraries to support these operations. Without access to the source code and data sheets of the imaging sensor, it is nearly impossible for us developers to enable those modes (and we don't even know if it's supported by the hardware). This test at least shows that it is possible for the hardware to operate at faster than 30 fps. I was originally worried that the sensor could only do an image readout every 1/30 second, and if that was the case >30 fps recording would be basically impossible. |
Support for 60fps recording has been pushed to the repository. |
Hello, I would like to know if the application is still current. : I Thank You for the works |
Hi |
Investigate ways to support 60fps video recording on the Nexus 5.
The text was updated successfully, but these errors were encountered: