Is there a way to develop a plugin for SMART CLIENT using SDK with 3-4 overlay buttons, after clicking each button system will send specific info via GET/POST to server with PHP, so for example it can be:
http://localhost/api.php?button=1&camera=2&user=321
I’d like to use it for reporting and saving specific actions to local database.
Thank you!
Rik
(Rie Kiuchi (Milestone Systems))
June 26, 2019, 8:53am
2
Thank you - reading docs now and there is no word about GET/POST on [Active Elements Overlay]. Please advise.
Is there any other element I can use to call my external API: http://localhost/api.php?button=1&camera=2&user=321
If not, is there a way to save some values to local text file/SQL database? I’m looking for a way to save an action in any possible way.
Thank you!
Rik
(Rie Kiuchi (Milestone Systems))
June 27, 2019, 8:52am
4
Hi. If my understanding is correctly this is not a SDK question, please check .NET documents or something and look for it.