There are no forum posts on this topic! Why don't you write one?
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?
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.
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