[android-developers] Re: Monkeyrunner not capturing screenshot correctly

2011-04-17 Thread Diego Torres Milano
You can use ImageMagick's compare to actually visualize the difference as described in this post http://dtmilano.blogspot.com/2011/04/monkeyrunner-visual-image-comparison.html. On Apr 16, 6:34 pm, lsim001 lim@gmail.com wrote: Hi guys, I've actually worked out how to solve the problem.  

[android-developers] Re: Monkeyrunner not capturing screenshot correctly

2011-04-16 Thread lsim001
Hi guys, I've actually worked out how to solve the problem. Well...the result of the problem. i am not going to speculate why the screenshots are not correct. Anyway, what I've done is to just take 2 screenshots and compare them until they are the same. This has worked well for me. Here's how

[android-developers] Re: Monkeyrunner not capturing screenshot correctly

2011-04-04 Thread Diego Torres Milano
In some cases, after trial and error, I had to add up to 3 secs. On Apr 3, 2:28 pm, SJ boris.iva...@gmail.com wrote: Thanks Diego. (Actually Im using your approach with Eclipse but on MAC. Works well. But not manage on Win.) MonkeyRunner.sleep(1.0) result = device.takeSnapshot()

[android-developers] Re: Monkeyrunner not capturing screenshot correctly

2011-04-03 Thread SJ
Thanks Diego. (Actually Im using your approach with Eclipse but on MAC. Works well. But not manage on Win.) MonkeyRunner.sleep(1.0) result = device.takeSnapshot() MonkeyRunner.sleep(1.0) This made me perfect screenshot. On Apr 2, 10:43 pm, Diego Torres Milano dtmil...@gmail.com wrote: Add more

[android-developers] Re: Monkeyrunner not capturing screenshot correctly

2011-04-02 Thread SJ
I have also seen not 100% perfect screenshot. There is only one function in Monkeyrunner to take Snapshots: com.android.monkeyrunner.MonkeyDevice.takeSnapshot Gets the device's screen buffer, yielding a screen capture of the entire display. Which function have you mention? On Mar 31, 2:31 am,

[android-developers] Re: Monkeyrunner not capturing screenshot correctly

2011-04-02 Thread Diego Torres Milano
Add more delay to see it this solves the problem. On Apr 2, 1:56 pm, SJ boris.iva...@gmail.com wrote: I have also seen not 100% perfect screenshot. There is only one function in Monkeyrunner to take Snapshots: com.android.monkeyrunner.MonkeyDevice.takeSnapshot Gets the device's screen

[android-developers] Re: Monkeyrunner not capturing screenshot correctly

2011-03-30 Thread lbendlin
Are you taking the screenshots from the framebuffer? You may want to use a more higher level function that will only execute when the whole screen is blitted. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send