android / camera-samples

Multiple samples showing the best practices in camera APIs on Android.
Apache License 2.0
5k stars 2.34k forks source link

how to change ImageAnalysis‘fps #343

Open daydreamnist opened 3 years ago

daydreamnist commented 3 years ago

the method ImageAnalysis.Analyzer.analyze(ImageProxy image),invoke 60 ms one times, how to shorten this intervals time?

darrinps commented 3 years ago

See here: https://stackoverflow.com/questions/57485050/how-to-increase-frame-rate-with-android-camerax-imageanalysis

JoyHong commented 9 months ago

camera:1.3.0-alpha04

does't work