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
this is my log: PID: 21193 INFO: Using projection 1080x1920@270x480/0 INFO: (external/MY_minicap/src/minicap_19.cpp:255) Creating SurfaceComposerClient INFO: (external/MY_minicap/src/minicap_19.cpp:258) Performing SurfaceComposerClient init check INFO: (external/MY_minicap/src/minicap_19.cpp:265) Creating virtual display INFO: (external/MY_minicap/src/minicap_19.cpp:271) Creating buffer queue INFO: (external/MY_minicap/src/minicap_19.cpp:278) Creating CPU consumer INFO: (external/MY_minicap/src/minicap_19.cpp:284) Creating frame waiter INFO: (external/MY_minicap/src/minicap_19.cpp:288) Publishing virtual display INFO: (jni/minicap/JpgEncoder.cpp:64) Allocating 6268932 bytes for JPG encoder INFO: (external/MY_minicap/src/minicap_19.cpp:303) Destroying virtual display 1313端口连接成功 1080 1920 360 640
I printed frame size data in socket through
System.out.println(realWidth+" "+realHeight+" "+virtualWidth+" "+virtualHeight);
as you can see virtualWidth and virtualHeight become 360x640. does it just minimum support to 360x640?
The text was updated successfully, but these errors were encountered:
i see, need to replugin the device, then it work
Sorry, something went wrong.
No branches or pull requests
this is my log:
PID: 21193
INFO: Using projection 1080x1920@270x480/0
INFO: (external/MY_minicap/src/minicap_19.cpp:255) Creating SurfaceComposerClient
INFO: (external/MY_minicap/src/minicap_19.cpp:258) Performing SurfaceComposerClient init check
INFO: (external/MY_minicap/src/minicap_19.cpp:265) Creating virtual display
INFO: (external/MY_minicap/src/minicap_19.cpp:271) Creating buffer queue
INFO: (external/MY_minicap/src/minicap_19.cpp:278) Creating CPU consumer
INFO: (external/MY_minicap/src/minicap_19.cpp:284) Creating frame waiter
INFO: (external/MY_minicap/src/minicap_19.cpp:288) Publishing virtual display
INFO: (jni/minicap/JpgEncoder.cpp:64) Allocating 6268932 bytes for JPG encoder
INFO: (external/MY_minicap/src/minicap_19.cpp:303) Destroying virtual display
1313端口连接成功
1080 1920 360 640
I printed frame size data in socket through
as you can see virtualWidth and virtualHeight become 360x640. does it just minimum support to 360x640?
The text was updated successfully, but these errors were encountered: