Author Topic: mount smb folder from python API  (Read 557 times)

pierdellevigne

  • Newbie
  • *
  • Posts: 1
    • View Profile
mount smb folder from python API
« on: January 20, 2022, 08:42:10 AM »
Hi all,
I can access a smb folder through webpage (ethernet) or from the camera. The, the API (connecting through usb) recognize it in the "media" folder so I can use it to save there.
However, I would like to set it up (ip address, folder, username and password) directly from the python API as I need to have the API though USB and the ethernet connection (for smb storage) in two separated computer, thus making this process more automatic.

Thanks