Help in Electron: JavaScript - Establish connection to IP camera

Hello everybody,
I need your help. I would like to establish a connection to the IP camera connection using the input field and button. Unfortunately it doesn’t work. IP cameras should load into dropbox. The button should be used to establish a connection and output the result in a TextBox.

Thank you very much

HTML:
IP

    </div>

    <input type="text" class="form-control" placeholder="Camera IP" id="ip">

  </div>

  <div class="input-group mb-3">

    <button class="button-basic button-delete">DELETE</button>

  </div>

</div>

<div class="input-group mb-3">

  <div class="input-group-prepend">

    <button class="btn btn-primary" id="buttonConnect">CONNECT</button>

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.