-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels