Questions tagged as 'screenshot'

1
answer

Get image of an external Url with Html2canvas

Dear: I do not know much canvas , but I tried to make a screnshoot of a web page through the URL . Is this possible with html2canvas ? since I have done it with other functions, but they do not allow me to capture the entire...
asked by 20.12.2016 / 23:27
0
answers

How to avoid screen capture in my activity?

I have content in an activity (image) which has the option to download, when downloading the image will show an ad (1 every 2 min) ... I want to prevent users from taking screenshots in that activity or application and so they must download i...
asked by 05.05.2018 / 19:32
0
answers

Take capture of a livestream on android

I'm doing an app that receives video stream from an RTSP address and I want to take a screenshot of stream by just touching the screen ... I've already managed to make it take the screenshot but the problem is that all screenshot are black image...
asked by 20.10.2016 / 18:14
3
answers

Screenshot on android

Does anyone know how you can take a screenshot just by pressing the screen? In the layout I only have a VideoView and I want to capture what it captures at that moment     
asked by 13.10.2016 / 00:22
0
answers

Error trying to get a screenshot:: "Unexpected error while obtaining screenshot from device: EOF"

I'm trying to get screenshots of my device from Android Studio on Windows. I try to access the device and get the image of the emulator or physical device: but I receive the message:    "Unexpected error while obtaining screenshot...
asked by 26.10.2018 / 17:48
1
answer

Is there a way to make a screenshot but only a "div" using javascript?

I would like to know if there is any way to make a screenshot using javascript, I found how to make a screenshot of the whole screen but what I need is to capture only what is contained in a div. Maybe you can help me modify the script, thank...
asked by 05.06.2018 / 19:01
1
answer

your screenshots still not accurate reflect your app in use

I tried to publish an app in appstore but they keep sending me this:    We noticed that your screenshots are still not reflected   your app in use.       Next Steps       To resolve this issue, please review your screenshots to ensure that...
asked by 07.11.2017 / 18:18
0
answers

Trigger that activates when there are changes in the screen

I do not know if it's possible. I am working on a program in DELPHI that has to launch certain processes when the screen of an external application changes. What I do so far is take a screenshot of the screen and see if there are changes in i...
asked by 16.06.2017 / 10:23
1
answer

Screenshot of a UITableViewCell from swift

I'm doing an app in swift , in which I need to be able to make a screenshot of a specific cell of a table from a button. I have this code: func capturarPantalla(sender: UITableViewCell) { let miDelegate = (UIApplication.shared...
asked by 08.09.2016 / 08:16