grabdesktop error in android
Posted: Sat Feb 27, 2016 12:28 am
out of memory error in android...
desktop_brush = GrabDesktop(Nil,{width=400,height=400,x=x,y=y})
DisplayBrush(desktop_brush,0,0,{scalex=2.0,scaley=2.0,smoothscale=True})
grabdesktop is not working in android, is possible use another instruction for capture a piece of the display?
i tried savesnapshot, but i cannot save the captured image to a virtual file, i save it to my hard disk, and is very slow here
desktop_brush = GrabDesktop(Nil,{width=400,height=400,x=x,y=y})
DisplayBrush(desktop_brush,0,0,{scalex=2.0,scaley=2.0,smoothscale=True})
grabdesktop is not working in android, is possible use another instruction for capture a piece of the display?
i tried savesnapshot, but i cannot save the captured image to a virtual file, i save it to my hard disk, and is very slow here