Fixed Frame Rate Using Android Camera2 Api
I'm very new to android. I'm trying to develop an application using android camera2 api and i want to maintain a steady frame rate for that. I could not find any example on how to
Solution 1:
Have you set the AE target FPS range to what you want? What resolution are you trying to read?
On LEGACY-level devices, higher resolutions may run slow due to format conversion in the guts of the camera legacy stack.
Post a Comment for "Fixed Frame Rate Using Android Camera2 Api"