We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks for the awesome project.
Device info (with nodejs module - adbkit) 'ro.product.cpu.abi': 'armeabi-v7a', 'ro.product.manufacturer': 'Sony', 'ro.product.model': 'Xperia',
I use js file from your examples directory I added some code to file
stream.on('end',function(){ console.info('disconnected',arguments); });
I run minicap with log
INFO: Using projection 1440x2570@269x480/0 INFO: (external/MY_minicap/src/minicap_22.cpp:240) Creating SurfaceComposerClient INFO: (external/MY_minicap/src/minicap_22.cpp:243) Performing SurfaceComposerClient init check INFO: (external/MY_minicap/src/minicap_22.cpp:250) Creating virtual display INFO: (external/MY_minicap/src/minicap_22.cpp:256) Creating buffer queue INFO: (external/MY_minicap/src/minicap_22.cpp:261) Creating CPU consumer INFO: (external/MY_minicap/src/minicap_22.cpp:265) Creating frame waiter INFO: (external/MY_minicap/src/minicap_22.cpp:269) Publishing virtual display INFO: (jni/minicap/JpgEncoder.cpp:64) Allocating 11130372 bytes for JPG encoder
Then i run node example.js When web page is loaded - in console fire event 'end' and no images in browser
The text was updated successfully, but these errors were encountered:
i need call adb kill-server adb devices and it's works
Sorry, something went wrong.
Merge pull request openstf#19 from DeviceFarmer/issue-17
8cbf4ed
Fix rotation issue
No branches or pull requests
Thanks for the awesome project.
Device info (with nodejs module - adbkit)
'ro.product.cpu.abi': 'armeabi-v7a',
'ro.product.manufacturer': 'Sony',
'ro.product.model': 'Xperia',
I use js file from your examples directory
I added some code to file
stream.on('end',function(){
console.info('disconnected',arguments);
});
I run minicap with log
INFO: Using projection 1440x2570@269x480/0
INFO: (external/MY_minicap/src/minicap_22.cpp:240) Creating SurfaceComposerClient
INFO: (external/MY_minicap/src/minicap_22.cpp:243) Performing SurfaceComposerClient init check
INFO: (external/MY_minicap/src/minicap_22.cpp:250) Creating virtual display
INFO: (external/MY_minicap/src/minicap_22.cpp:256) Creating buffer queue
INFO: (external/MY_minicap/src/minicap_22.cpp:261) Creating CPU consumer
INFO: (external/MY_minicap/src/minicap_22.cpp:265) Creating frame waiter
INFO: (external/MY_minicap/src/minicap_22.cpp:269) Publishing virtual display
INFO: (jni/minicap/JpgEncoder.cpp:64) Allocating 11130372 bytes for JPG encoder
Then i run
node example.js
When web page is loaded - in console fire event 'end'
and no images in browser
The text was updated successfully, but these errors were encountered: