Get a Free Trial
GrabzIt's Online Community

CCTV capture

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 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 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 on the 2nd of November 2021