enenH / AndroidImgui

53 stars 21 forks source link

How to record ImGui? #8

Open Oifox opened 3 months ago

Oifox commented 3 months ago

I cant record my gui because it have overlay for video recordings in android 13-14. How to disable overlay feature?

enenH commented 3 months ago

miui?

Oifox commented 3 months ago

No, lineage OS

miui?

Oifox commented 3 months ago

How it works? How can i just disable Overlay feature to record my hack

enenH commented 3 months ago

https://github.com/enenH/AndroidImgui/blob/2e7dc42864add353812a69c07aa6ff335d6a2e99/src/ANativeWindowCreator.h#L534 hide=false

Oifox commented 3 months ago

It works only for screenshots, not for videos

Oifox commented 3 months ago

I change everything as you said, but it only helps when you take screenshots. If you’re shooting a video, the menu is still hidden

enenH commented 3 months ago

Using the screenrecord command

Oifox commented 3 months ago

How, help me with it please

enenH commented 3 months ago

su screenrecord -h

Oifox commented 3 months ago

I will try it now

Oifox commented 3 months ago

It works! Is there any other way to record menu?

Oifox commented 3 months ago

Because screenrecord records only in 30 fps :(

enenH commented 3 months ago

The surface obtained using surfaceview can be recorded

Oifox commented 3 months ago

Can we go to PM?

Oifox commented 3 months ago

Maybe in telegram or something like that