Ali Ergin Hacimahmutoglu
- Total activity 73
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 15
Comments
Recent activity by Ali Ergin Hacimahmutoglu-
Hi Anton, Thanks for help, I found my failure. Wireshark was helpful for me. There is nothing wrong about Qt library and the codes above. In my previous codes, I got a bug in refining received ...
-
For my case, I am thinking the worst scenario. If I give up with Qt which library, would you advise me to use. And also which library are you using? I had tried to integrate Poco and Curl but I...
-
Hi Anton, We are working with Bosch Cameras and these devices accepts digest authentication by default. In order to make a connection from Plugin to Bosch devices, digest authentication with C++ ...
-
The right format, to add the header, should be: digestResponse = "Digest username=\"" + _userName + "\"" + ", realm=\"" + _realm + "\"" + ", nonce=\"" + _nonce + "\"" + ", uri=\"" + urlAfterIp +"...
-
Hi Anton, In your sample, when we choose Analytic Event type: 'Object in the area' event. It automatically passes the description and caption content to the desired action text (textoverlay/bo...
-
Hi Anton,Actually, I was expecting an answer like you have written, "2. At some point license plate is detected and plugin can generate analytic event "license plate detected"this is a partial inte...
-
I want to implement these actions from inside the plugin; textoverlay to a specific camera, put a bookmark, taking video backup, export camera record. It seems that, it can be done, from insi...
-
I solved my problem. Key thing is "right build configuration has to be selected". I have managed it with Visual studio 2017. After I had added extensions for cmake c++ components, I have chosen 6...
-
According to the needs from the customer. Sometimes It would be better for us, to arrange the camera view screen.For instance, we put an alarm information with text overlay and somehow written text...
-
Hi Roman, Here is the link for the log information with txt file. https://drive.google.com/drive/folders/199h6yoRNld9iLFju_0JkwadsfmXah2bI?usp=sharing Thanks,