Languages

Menu
Sites
Language
Can i capture the mobile screen?

HI before i question i`m sorry about my terrible english

now i want to capture the screenshot about mobile screen.

but i dont know what shell i do. when i develope tizen 2.2.1 i can caputre the screen using Bitmap pBitmap = capturefunction.

but i can`t find capture function or module on 2.3 ver

 

Edited by: 정민 성 on 19 Jul, 2015
View Selected Answer

Responses

6 Replies
daniel kim

Hi,

By pressing home key and power button together , you can capture a screen of Z1 mobile.

Do you need programatic way in the code?

Regards

정민 성

thank you your post. 

I want to programmatically operates. is it impossible???

Mark as answer
daniel kim

Hi,

It seems that elm engine can be configured for capturing screenshot as below link.

        http://permalink.gmane.org/gmane.comp.window-managers.enlightenment.devel/33092

Regards

 

정민 성

Thanks to this you were able to work out.

But I have a question. During sources in the link <at> <at> -85,6 +89,8 <at> <at> There is such a strange character. I do not know whether the two

characters mean. That's what the letters mean?

Sathya Priya R

Hi,

The information available in the link given, looks like a patch to the actual elm_win.c file.

We could refer the actual file for more information.

( https://www.google.co.in/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0CD0QFjADahUKEwjK1N-D5enGAhVPco4KHczeC1s&url=ftp%3A%2F%2Fftp.oregonstate.edu%2F.1%2Fvectorlinux%2FVL64-7.0%2Fsource%2FsourceVL%2Felementary-svn%2F63356%2Ftmp%2Felementary-svn-63356%2Fsrc%2Flib%2Felm_win.c&ei=JvSsVcqpPM_kuQTMva_YBQ&usg=AFQjCNFErKV393Z8dswjWBo1rEdQ9vUdWQ&cad=rja)

I'm working on the same.

Please do share if you get any other useful information.

Thanks.

 

 

 

Carsten Haitzler

ignore those- its a patch and it seems gmane has mangled some char encoding i think - maybe unicode/utf8 stuff. its the comments in the patch context that show how to set an env var to use the shot engine to run and generate a screenshot - it requires no display to work and works virtually in an in-process memory buffer.