You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please note that I noticed an issue with the code currently posted:
the calls to fetch_image are missing some parameters:
the lines
new_file1 = fetch_image(@camera1Host,@oldFile1,@newfile1)
...
...
need to be replaced by the following lines:
new_file1 = fetch_image(@camera1Host,@oldFile1,@newfile1,@camera1Port,@camera1Username,@camera1Password,@camera1URL)
... (same as above for new_file2 with associated params)
... (same as above for new_file3 with associated params)
After doing this change, and changing the hoist IP address, url,... I was able to set up the view to my camera
The text was updated successfully, but these errors were encountered:
Please note that I noticed an issue with the code currently posted:
the calls to fetch_image are missing some parameters:
the lines
new_file1 = fetch_image(@camera1Host,@oldFile1,@newfile1)
...
...
need to be replaced by the following lines:
new_file1 = fetch_image(@camera1Host,@oldFile1,@newfile1,@camera1Port,@camera1Username,@camera1Password,@camera1URL)
... (same as above for new_file2 with associated params)
... (same as above for new_file3 with associated params)
After doing this change, and changing the hoist IP address, url,... I was able to set up the view to my camera
The text was updated successfully, but these errors were encountered: