Poker-AI.org Poker AI and Botting Discussion Forum 2017-09-21T14:57:06+00:00 http://poker-ai.org/phpbb/feed.php?f=26&t=3075 2017-09-21T14:57:06+00:00 2017-09-21T14:57:06+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=3075&p=7402#p7402 <![CDATA[Re: PrintWindow on Android emulator]]> Statistics: Posted by HontoNiBaka — Thu Sep 21, 2017 2:57 pm


]]>
2017-09-12T21:15:18+00:00 2017-09-12T21:15:18+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=3075&p=7392#p7392 <![CDATA[Re: PrintWindow on Android emulator]]>
I use minicap for taking Android screenshots.

Statistics: Posted by listerofsmeg — Tue Sep 12, 2017 9:15 pm


]]>
2017-09-08T21:22:09+00:00 2017-09-08T21:22:09+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=3075&p=7385#p7385 <![CDATA[Re: PrintWindow on Android emulator]]> Statistics: Posted by HontoNiBaka — Fri Sep 08, 2017 9:22 pm


]]>
2017-09-03T09:58:30+00:00 2017-09-03T09:58:30+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=3075&p=7375#p7375 <![CDATA[Re: PrintWindow on Android emulator]]> Because standard С++ capture tools like
Code:
HWND hDesktopWnd = GetDesktopWindow();
HDC hDesktopDC = GetWindowDC(hDesktopWnd);
HDC hCaptureDC = CreateCompatibleDC(hDesktopDC);;
HBITMAP hCaptureBitmap = CreateCompatibleBitmap(hDesktopDC, nScreenWidth, nScreenHeight);
......

do not work with directshow propertly (and may be with openGL too).

Statistics: Posted by nefton — Sun Sep 03, 2017 9:58 am


]]>
2017-09-02T22:57:03+00:00 2017-09-02T22:57:03+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=3075&p=7374#p7374 <![CDATA[Re: PrintWindow on Android emulator]]>
Basically I have my c++ application on my Windows desktop and try to screenshot the emulator window. I know how to get the s creenshot of the whole desktop, but the good thing about printwindow is, that you can pass it a HWND and it will even print background windows, but it's not working with any emulator so far.

Statistics: Posted by HontoNiBaka — Sat Sep 02, 2017 10:57 pm


]]>
2017-09-02T22:47:58+00:00 2017-09-02T22:47:58+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=3075&p=7373#p7373 <![CDATA[Re: PrintWindow on Android emulator]]> Statistics: Posted by shalako — Sat Sep 02, 2017 10:47 pm


]]>
2017-09-02T20:56:56+00:00 2017-09-02T20:56:56+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=3075&p=7372#p7372 <![CDATA[PrintWindow on Android emulator]]> I have read, that the reason is probably, that they use OpenGL. I also tried to get the pixels from an injected DLL, with BitBlt and so on, but nothing is really working.
I can just screenshot the whole Desktop, that works but it sucks as the windows can not overlap.

Has anyone had success with screenshotting an Android Emulator?

Statistics: Posted by HontoNiBaka — Sat Sep 02, 2017 8:56 pm


]]>