-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
take screenshot which follow minicap protocol #8
base: master
Are you sure you want to change the base?
Conversation
adb install -r app-debug.apk
APK=$(adb shell pm path jp.co.cyberagent.stf | tr -d '\r' | awk -F: '{print $2}')
adb shell CLASSPATH="$APK" exec app_process /system/bin jp.co.cyberagent.stf.Capture for now screenshot is about 4~5fps |
This is great, but could you add real header values? |
@sorccu So any other need to change? I can update now. |
Does it need QUIRK_ALWAYS_UPRIGHT?
…On Fri, 25 Nov 2016 at 20:41 shengxiang ***@***.***> wrote:
@sorccu <https://github.com/sorccu> So any other need to change? I can
update now.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAB-_WhRue5YV4N3MwrBkUdiQp1ESyMgks5rBskhgaJpZM4K8FLP>
.
|
no |
Thanks I'm a little busy now but I hope I can integrate this next weekend! |
might reach 14~20fps, I guess. |
I'm sorry I just realized I forgot to look into this last weekend. I will try again this weekend. By the way I was able to find an HTC Desire 816 for relatively cheap and it just arrived (which is why I realized forgetting this). However it seems to work OK with current minicap (see openstf/stf#484). Perhaps post your values to compare? |
@sorccu you can close it if it is ok, I do not have that HTC now. |
Bumps [protoc](https://github.com/protocolbuffers/protobuf) from 3.1.0 to 3.13.0. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py) - [Commits](protocolbuffers/protobuf@v3.1.0...v3.13.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
based on @stanliski work.