Skip to content

parameters missing in fetch_image function call #4

@issamy

Description

@issamy

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions