Tools to Capture and Convert the Web
GrabzIt's Online Community

CCTV capture

Ask questions on how to capture or convert web pages or HTML into images, CSV, PDF or DOCX documents as well on how to convert videos into animated GIF's using our API.

I want to capture image from public camera in city center but it is required to click play button to start it on the website, how can i do it?

Asked by anonymous on the 2nd of November 2021

All of our API libraries support a click element feature, for instance here: https://grabz.it/api/php/technical-documentation/#imageoptions

Just look at the documentation for our API.

Answered by anonymous on the 2nd of November 2021

Yes, I tried but i does not work :(

my code: 

grabzIt.URLToImage("myURL...");    //the video is in div you need to click play button to start it
ImageOptions options = new ImageOptions();
options.setClickElement("my_video_1");
options.setDelay(1000);

then i save it to jpg

Answered by anonymous on the 2nd of November 2021