mtsahakis / MediaProjectionDemo

One Activity sample app of using Android Lollipop MediaProjection API to capture device screenshots
Other
210 stars 76 forks source link

How to make this take one screenshot every few minutes #26

Open StalkerDz opened 3 years ago

StalkerDz commented 3 years ago

How to make this take one screenshot every few minutes

el-Catedratic commented 2 years ago

@StalkerDz Did you get the solution?

StalkerDz commented 2 years ago

Nop.. Not yet still working on it On Mar 6, 2022 09:50, el-Catedratic @.***> wrote: @StalkerDz Did you get the solution?

—Reply to this email directly, view it on GitHub, or unsubscribe.Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you were mentioned.Message ID: @.***>

el-Catedratic commented 2 years ago

oh okay!

AbdallahOmarAhmed commented 1 year ago

add this in the end of onImageAvailable() Thread.sleep([ time between 2 screen shots in millisecond ]);