Gil MARCHAL
- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 3
Activity overview
Latest activity by Gil MARCHAL-
Gil MARCHAL commented,
Hi Ruslan, After checking again, there was indeed a ROI area defined in the Face Detection plugin. I unchecked the "Display on video" box and now there is no more pink color. Thanks for your help ...
-
Gil MARCHAL commented,
Hello, I have exactly the same problem on a Hanwha camera too.Have you found out what it is and if it can be fixed? Thx
-
Gil MARCHAL commented,
Hi Norman Sorry, I expressed myself incorrectly. I was talking about the number of cells when adding a background image, the maximum size of the side of the grid is limited to 64 cells as in the im...
-
Gil MARCHAL created a post,
Grid size limit of a layout
AnsweredHello, I know that the layouts are limited to 64 cameras but would it be possible to increase the number of cells in the grid to more precisely adjust the cameras on the map? It's a shame this limi...
-
Gil MARCHAL commented,
Hi Andrey Terentyev I modified the code: <script>function sendRequest() { const boutonValue = 'CARTE'; const requestData = { caption: boutonValue }; fetch('https://srvnx:7001/api/createEvent',...
-
Gil MARCHAL commented,
Hi Andrey Terentyev I tried this JS code but it is probably wrong or incomplete <script>function sendRequest() { $.ajax({ url: 'https://192.168.1.138:7001/api/createEvent', type: 'post', ...
-
Gil MARCHAL commented,
Hi Andrey TerentyevThank you for your precious help,I created the rule but I can't make js code that works :/Do you have an example?Thank you
-
Gil MARCHAL commented,
Hello,It's in this video https://www.youtube.com/watch?v=pZPellijnUw&t=252sThe button where it says "Access Bat A" is an html page and when clicked on it, another layout opens.Thank you
-
Gil MARCHAL created a post,
Button in a layout to open another layout
AnsweredHello, How to create a simple button to insert in a layout to open another layout?I saw on Youtube that it was possible with an html button but the YouTuber does not want to share his source code.I...